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",
"version": "3.2.0",
"version": "3.3.8",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@mtlsz/common",
"version": "3.2.0",
"version": "3.3.8",
"license": "ISC",
"devDependencies": {
"typescript": "^5.8.2"

View File

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

View File

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