tods-competition-factory 2.1.17 → 2.1.19
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 +7 -7
- package/dist/tods-competition-factory.development.cjs.js +27 -13
- 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 +7 -7
package/package.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"seeding",
|
|
23
23
|
"tennis"
|
|
24
24
|
],
|
|
25
|
-
"version": "2.1.
|
|
25
|
+
"version": "2.1.19",
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"private": false,
|
|
28
28
|
"homepage": "https://courthive.github.io/tods-competition-factory/",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"contents": "."
|
|
63
63
|
},
|
|
64
64
|
"engines": {
|
|
65
|
-
"node": ">=
|
|
65
|
+
"node": ">=20"
|
|
66
66
|
},
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"registry": "https://registry.npmjs.org"
|
|
@@ -141,10 +141,10 @@
|
|
|
141
141
|
"@types/supertest": "6.0.2",
|
|
142
142
|
"@typescript-eslint/eslint-plugin": "7.8.0",
|
|
143
143
|
"@typescript-eslint/parser": "7.8.0",
|
|
144
|
-
"@vitest/coverage-v8": "1.5.
|
|
145
|
-
"@vitest/ui": "1.5.
|
|
144
|
+
"@vitest/coverage-v8": "1.5.3",
|
|
145
|
+
"@vitest/ui": "1.5.3",
|
|
146
146
|
"agadoo": "^3.0.0",
|
|
147
|
-
"ajv": "8.
|
|
147
|
+
"ajv": "8.13.0",
|
|
148
148
|
"ajv-formats": "3.0.1",
|
|
149
149
|
"body-parser": "1.20.2",
|
|
150
150
|
"c8": "9.1.0",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"prettier-eslint": "16.3.0",
|
|
170
170
|
"reflect-metadata": "0.2.2",
|
|
171
171
|
"rimraf": "5.0.5",
|
|
172
|
-
"rollup": "4.17.
|
|
172
|
+
"rollup": "4.17.2",
|
|
173
173
|
"rollup-plugin-dts": "6.1.0",
|
|
174
174
|
"rxjs": "7.8.1",
|
|
175
175
|
"semver": "7.6.0",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
"variable-diff": "2.0.2",
|
|
185
185
|
"vite": "5.2.10",
|
|
186
186
|
"vite-tsconfig-paths": "4.3.2",
|
|
187
|
-
"vitest": "1.5.
|
|
187
|
+
"vitest": "1.5.3"
|
|
188
188
|
},
|
|
189
189
|
"lint-staged": {
|
|
190
190
|
"*.{js,ts}": "eslint --cache --fix",
|