From a22c15da0d673177aefce136dcb318267a9cdd38 Mon Sep 17 00:00:00 2001 From: Richard Toth Date: Mon, 1 Dec 2025 13:42:02 +0100 Subject: [PATCH] 3.3.8 --- package-lock.json | 4 ++-- package.json | 2 +- src/interfaces/official.ts | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 70e1d70..094d5f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index 9f5edb3..42c625f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/interfaces/official.ts b/src/interfaces/official.ts index 6405405..0f4a756 100644 --- a/src/interfaces/official.ts +++ b/src/interfaces/official.ts @@ -20,4 +20,5 @@ export interface Official extends GenericUser { tshirtCount?: number; hasCards?: boolean; hasCoin?: boolean; + isJVB?: boolean; }