@natrave/shared-entities 1.1.6 → 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,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,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,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,yBAAyB,CAAC;AACxC,cAAc,eAAe,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,13 +1,12 @@
1
1
  {
2
2
  "name": "@natrave/shared-entities",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "description": "Entidades compartilhadass da NaTrave",
5
- "main": "dist/index.cjs",
6
5
  "module": "dist/index.js",
6
+ "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "exports": {
9
- "import": "./dist/index.js",
10
- "require": "./dist/index.cjs"
9
+ "default": "./dist/index.js"
11
10
  },
12
11
  "type": "module",
13
12
  "files": [
@@ -32,7 +31,7 @@
32
31
  "@typescript-eslint/parser": "^8.28.0",
33
32
  "eslint": "^9.23.0",
34
33
  "eslint-config-prettier": "^10.1.1",
35
- "eslint-import-resolver-typescript": "^4.2.3",
34
+ "eslint-import-resolver-typescript": "^4.2.4",
36
35
  "eslint-plugin-import": "^2.31.0",
37
36
  "eslint-plugin-prettier": "^5.2.5",
38
37
  "eslint-plugin-unused-imports": "^4.1.4",
@@ -42,7 +41,7 @@
42
41
  "ts-node": "^10.9.2"
43
42
  },
44
43
  "dependencies": {
45
- "@natrave/tournaments-service-types": "^1.1.5",
44
+ "@natrave/tournaments-service-types": "^1.1.7",
46
45
  "reflect-metadata": "^0.2.2",
47
46
  "typeorm": "^0.3.21"
48
47
  },