tods-competition-factory 2.2.1 → 2.2.2
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 +3 -3
- package/dist/tods-competition-factory.d.ts +167 -167
- package/dist/tods-competition-factory.development.cjs.js +9 -4
- 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 +13 -13
package/package.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"seeding",
|
|
23
23
|
"tennis"
|
|
24
24
|
],
|
|
25
|
-
"version": "2.2.
|
|
25
|
+
"version": "2.2.2",
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"private": false,
|
|
28
28
|
"homepage": "https://courthive.github.io/tods-competition-factory/",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"@babel/preset-typescript": "7.24.7",
|
|
116
116
|
"@commitlint/cli": "19.3.0",
|
|
117
117
|
"@commitlint/config-conventional": "19.2.2",
|
|
118
|
-
"@dep-tree/cli": "0.
|
|
118
|
+
"@dep-tree/cli": "0.22.4",
|
|
119
119
|
"@nestjs/class-transformer": "0.4.0",
|
|
120
120
|
"@nestjs/class-validator": "0.13.4",
|
|
121
121
|
"@nestjs/cli": "10.3.2",
|
|
@@ -133,21 +133,21 @@
|
|
|
133
133
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
134
134
|
"@rollup/plugin-terser": "0.4.4",
|
|
135
135
|
"@rollup/plugin-typescript": "11.1.6",
|
|
136
|
-
"@swc/cli": "0.3.
|
|
137
|
-
"@swc/core": "1.5
|
|
136
|
+
"@swc/cli": "0.3.14",
|
|
137
|
+
"@swc/core": "1.6.5",
|
|
138
138
|
"@types/express": "4.17.21",
|
|
139
139
|
"@types/jest": "29.5.12",
|
|
140
|
-
"@types/node": "20.14.
|
|
140
|
+
"@types/node": "20.14.8",
|
|
141
141
|
"@types/supertest": "6.0.2",
|
|
142
|
-
"@typescript-eslint/eslint-plugin": "7.
|
|
143
|
-
"@typescript-eslint/parser": "7.
|
|
142
|
+
"@typescript-eslint/eslint-plugin": "7.14.1",
|
|
143
|
+
"@typescript-eslint/parser": "7.14.1",
|
|
144
144
|
"@vitest/coverage-v8": "1.6.0",
|
|
145
145
|
"@vitest/ui": "1.6.0",
|
|
146
146
|
"agadoo": "^3.0.0",
|
|
147
147
|
"ajv": "8.16.0",
|
|
148
148
|
"ajv-formats": "3.0.1",
|
|
149
149
|
"body-parser": "1.20.2",
|
|
150
|
-
"c8": "10.
|
|
150
|
+
"c8": "10.1.2",
|
|
151
151
|
"chalk": "5.3.0",
|
|
152
152
|
"esbuild": "0.21.5",
|
|
153
153
|
"eslint": "8.57.0",
|
|
@@ -160,10 +160,10 @@
|
|
|
160
160
|
"eslint-plugin-sonarjs": "0.25.1",
|
|
161
161
|
"esm": "3.2.25",
|
|
162
162
|
"fs-extra": "11.2.0",
|
|
163
|
-
"globals": "15.
|
|
163
|
+
"globals": "15.6.0",
|
|
164
164
|
"husky": "9.0.11",
|
|
165
165
|
"jest": "29.7.0",
|
|
166
|
-
"lint-staged": "15.2.
|
|
166
|
+
"lint-staged": "15.2.7",
|
|
167
167
|
"pinst": "3.0.0",
|
|
168
168
|
"prettier": "3.3.2",
|
|
169
169
|
"prettier-eslint": "16.3.0",
|
|
@@ -175,14 +175,14 @@
|
|
|
175
175
|
"semver": "7.6.2",
|
|
176
176
|
"source-map-support": "0.5.21",
|
|
177
177
|
"supertest": "7.0.0",
|
|
178
|
-
"ts-jest": "29.1.
|
|
178
|
+
"ts-jest": "29.1.5",
|
|
179
179
|
"ts-loader": "9.5.1",
|
|
180
180
|
"ts-node": "10.9.2",
|
|
181
181
|
"tsconfig-paths": "4.2.0",
|
|
182
182
|
"tslib": "2.6.3",
|
|
183
|
-
"typescript": "5.
|
|
183
|
+
"typescript": "5.5.2",
|
|
184
184
|
"variable-diff": "2.0.2",
|
|
185
|
-
"vite": "5.
|
|
185
|
+
"vite": "5.3.1",
|
|
186
186
|
"vite-tsconfig-paths": "4.3.2",
|
|
187
187
|
"vitest": "1.6.0"
|
|
188
188
|
},
|