@natrave/shared-entities 1.1.7 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,13 +1,13 @@
|
|
|
1
|
+
export * from './tournament-facilities';
|
|
2
|
+
export * from './tournament-format-configs';
|
|
3
|
+
export * from './tournament-match-cards';
|
|
4
|
+
export * from './tournament-match-goals';
|
|
5
|
+
export * from './tournament-match-schemas';
|
|
6
|
+
export * from './tournament-matches';
|
|
1
7
|
export * from './tournament-payments';
|
|
8
|
+
export * from './tournament-players';
|
|
9
|
+
export * from './tournament-prize-rules';
|
|
2
10
|
export * from './tournament-rules';
|
|
3
11
|
export * from './tournament-teams';
|
|
4
|
-
export * from './tournament-prize-rules';
|
|
5
|
-
export * from './tournament-players';
|
|
6
|
-
export * from './tournament-matches';
|
|
7
|
-
export * from './tournament-match-schemas';
|
|
8
|
-
export * from './tournament-match-cards';
|
|
9
|
-
export * from './tournament-match-goals';
|
|
10
|
-
export * from './tournament-format-configs';
|
|
11
|
-
export * from './tournament-facilities';
|
|
12
12
|
export * from './tournaments';
|
|
13
13
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tournaments/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/tournaments/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
+
export * from './tournament-facilities';
|
|
2
|
+
export * from './tournament-format-configs';
|
|
3
|
+
export * from './tournament-match-cards';
|
|
4
|
+
export * from './tournament-match-goals';
|
|
5
|
+
export * from './tournament-match-schemas';
|
|
6
|
+
export * from './tournament-matches';
|
|
1
7
|
export * from './tournament-payments';
|
|
8
|
+
export * from './tournament-players';
|
|
9
|
+
export * from './tournament-prize-rules';
|
|
2
10
|
export * from './tournament-rules';
|
|
3
11
|
export * from './tournament-teams';
|
|
4
|
-
export * from './tournament-prize-rules';
|
|
5
|
-
export * from './tournament-players';
|
|
6
|
-
export * from './tournament-matches';
|
|
7
|
-
export * from './tournament-match-schemas';
|
|
8
|
-
export * from './tournament-match-cards';
|
|
9
|
-
export * from './tournament-match-goals';
|
|
10
|
-
export * from './tournament-format-configs';
|
|
11
|
-
export * from './tournament-facilities';
|
|
12
12
|
export * from './tournaments';
|
|
13
13
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/tournaments/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/tournaments/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@natrave/shared-entities",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.8",
|
|
4
4
|
"description": "Entidades compartilhadass da NaTrave",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@typescript-eslint/parser": "^8.28.0",
|
|
32
32
|
"eslint": "^9.23.0",
|
|
33
33
|
"eslint-config-prettier": "^10.1.1",
|
|
34
|
-
"eslint-import-resolver-typescript": "^4.2.
|
|
34
|
+
"eslint-import-resolver-typescript": "^4.2.4",
|
|
35
35
|
"eslint-plugin-import": "^2.31.0",
|
|
36
36
|
"eslint-plugin-prettier": "^5.2.5",
|
|
37
37
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"ts-node": "^10.9.2"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@natrave/tournaments-service-types": "^1.1.
|
|
44
|
+
"@natrave/tournaments-service-types": "^1.1.7",
|
|
45
45
|
"reflect-metadata": "^0.2.2",
|
|
46
46
|
"typeorm": "^0.3.21"
|
|
47
47
|
},
|