finalize v1.0.4
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "@mtlsz/common",
|
"name": "@mtlsz/common",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"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",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tsc",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ export interface Player {
|
|||||||
lastName: string;
|
lastName: string;
|
||||||
gender: string;
|
gender: string;
|
||||||
birthDate: string;
|
birthDate: string;
|
||||||
birthPlace: string;
|
birthPlace: string | null;
|
||||||
officialId?: number;
|
officialId?: number;
|
||||||
club: Club;
|
club: Club;
|
||||||
email?: string;
|
email?: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user