Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit af92a76

Browse files
committed
add minecraftUsername in web user link
1 parent afddb79 commit af92a76

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@funixproductions/angular-core",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"description": "Package used in all FunixProductions Angular projects",
55
"scripts": {
66
"ng": "ng",

projects/funixproductions-requests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@funixproductions/funixproductions-requests",
3-
"version": "0.1.15",
3+
"version": "0.1.16",
44
"description": "Package used in all FunixProductions Angular projects",
55
"peerDependencies": {
66
"@angular/common": "^17.1.0",

projects/funixproductions-requests/src/lib/services/pacifista-api/web/user/dtos/PacifistaWebUserLinkDTO.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ export class PacifistaWebUserLinkDTO extends ApiDTO {
66
minecraftUuid?: string;
77
linked?: boolean;
88
linkKey?: string;
9+
minecraftUsername?: string;
910

1011
}

0 commit comments

Comments
 (0)