This commit is contained in:
Richard Toth
2025-12-01 13:42:02 +01:00
parent f63ab127ab
commit a22c15da0d
3 changed files with 4 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@mtlsz/common", "name": "@mtlsz/common",
"version": "3.2.0", "version": "3.3.8",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@mtlsz/common", "name": "@mtlsz/common",
"version": "3.2.0", "version": "3.3.8",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"typescript": "^5.8.2" "typescript": "^5.8.2"

View File

@@ -1,6 +1,6 @@
{ {
"name": "@mtlsz/common", "name": "@mtlsz/common",
"version": "3.3.7", "version": "3.3.8",
"description": "MTLSZ frontend packages", "description": "MTLSZ frontend packages",
"main": "dist/index.ts", "main": "dist/index.ts",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View File

@@ -20,4 +20,5 @@ export interface Official extends GenericUser {
tshirtCount?: number; tshirtCount?: number;
hasCards?: boolean; hasCards?: boolean;
hasCoin?: boolean; hasCoin?: boolean;
isJVB?: boolean;
} }