tods-competition-factory 2.1.0 → 2.1.1
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.
- package/dist/index.mjs +6 -6
- package/dist/tods-competition-factory.d.ts +110 -101
- package/dist/tods-competition-factory.development.cjs.js +494 -385
- package/dist/tods-competition-factory.development.cjs.js.map +1 -1
- package/dist/tods-competition-factory.production.cjs.min.js +1 -1
- package/dist/tods-competition-factory.production.cjs.min.js.map +1 -1
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"seeding",
|
|
23
23
|
"tennis"
|
|
24
24
|
],
|
|
25
|
-
"version": "2.1.
|
|
25
|
+
"version": "2.1.1",
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"private": false,
|
|
28
28
|
"homepage": "https://courthive.github.io/tods-competition-factory/",
|
|
@@ -119,14 +119,14 @@
|
|
|
119
119
|
"@nestjs/class-transformer": "0.4.0",
|
|
120
120
|
"@nestjs/class-validator": "0.13.4",
|
|
121
121
|
"@nestjs/cli": "10.3.2",
|
|
122
|
-
"@nestjs/common": "10.3.
|
|
122
|
+
"@nestjs/common": "10.3.7",
|
|
123
123
|
"@nestjs/config": "3.2.1",
|
|
124
|
-
"@nestjs/core": "10.3.
|
|
124
|
+
"@nestjs/core": "10.3.7",
|
|
125
125
|
"@nestjs/jwt": "10.2.0",
|
|
126
|
-
"@nestjs/platform-express": "10.3.
|
|
126
|
+
"@nestjs/platform-express": "10.3.7",
|
|
127
127
|
"@nestjs/schematics": "10.1.1",
|
|
128
|
-
"@nestjs/swagger": "7.3.
|
|
129
|
-
"@nestjs/testing": "10.3.
|
|
128
|
+
"@nestjs/swagger": "7.3.1",
|
|
129
|
+
"@nestjs/testing": "10.3.7",
|
|
130
130
|
"@rollup/plugin-babel": "6.0.4",
|
|
131
131
|
"@rollup/plugin-commonjs": "25.0.7",
|
|
132
132
|
"@rollup/plugin-json": "6.1.0",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"eslint-plugin-import": "2.29.1",
|
|
159
159
|
"eslint-plugin-prettier": "5.1.3",
|
|
160
160
|
"eslint-plugin-react": "7.34.1",
|
|
161
|
-
"eslint-plugin-sonarjs": "^0.
|
|
161
|
+
"eslint-plugin-sonarjs": "^0.25.0",
|
|
162
162
|
"esm": "3.2.25",
|
|
163
163
|
"fs-extra": "11.2.0",
|
|
164
164
|
"husky": "9.0.11",
|
|
@@ -167,9 +167,9 @@
|
|
|
167
167
|
"pinst": "3.0.0",
|
|
168
168
|
"prettier": "3.2.5",
|
|
169
169
|
"prettier-eslint": "16.3.0",
|
|
170
|
-
"reflect-metadata": "0.2.
|
|
170
|
+
"reflect-metadata": "0.2.2",
|
|
171
171
|
"rimraf": "5.0.5",
|
|
172
|
-
"rollup": "4.13.
|
|
172
|
+
"rollup": "4.13.2",
|
|
173
173
|
"rollup-plugin-dts": "6.1.0",
|
|
174
174
|
"rxjs": "7.8.1",
|
|
175
175
|
"semver": "7.6.0",
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
"tslib": "2.6.2",
|
|
183
183
|
"typescript": "5.4.3",
|
|
184
184
|
"variable-diff": "2.0.2",
|
|
185
|
-
"vite": "5.2.
|
|
185
|
+
"vite": "5.2.7",
|
|
186
186
|
"vite-tsconfig-paths": "4.3.2",
|
|
187
187
|
"vitest": "1.4.0"
|
|
188
188
|
},
|