finalize v1.0.4

This commit is contained in:
2025-03-21 17:05:15 +01:00
parent 7ee9b2dc24
commit 4092b128bc
2 changed files with 4 additions and 3 deletions

View File

@@ -1,12 +1,13 @@
{
"name": "@mtlsz/common",
"version": "1.0.3",
"version": "1.0.4",
"description": "MTLSZ frontend packages",
"main": "dist/index.ts",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"publish": "npm publish --registry http://registry.trweb.hu"
},
"repository": {
"type": "git",

View File

@@ -7,7 +7,7 @@ export interface Player {
lastName: string;
gender: string;
birthDate: string;
birthPlace: string;
birthPlace: string | null;
officialId?: number;
club: Club;
email?: string;