tods-competition-factory 2.2.37 → 2.2.39
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 +2 -2
- package/dist/tods-competition-factory.development.cjs.js +411 -312
- 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 +12 -12
package/package.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"seeding",
|
|
23
23
|
"tennis"
|
|
24
24
|
],
|
|
25
|
-
"version": "2.2.
|
|
25
|
+
"version": "2.2.39",
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"private": false,
|
|
28
28
|
"homepage": "https://courthive.github.io/tods-competition-factory/",
|
|
@@ -109,10 +109,10 @@
|
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
|
-
"@babel/core": "7.28.
|
|
113
|
-
"@babel/plugin-transform-nullish-coalescing-operator": "7.
|
|
114
|
-
"@babel/plugin-transform-optional-chaining": "7.28.
|
|
115
|
-
"@babel/preset-env": "7.28.
|
|
112
|
+
"@babel/core": "7.28.6",
|
|
113
|
+
"@babel/plugin-transform-nullish-coalescing-operator": "7.28.6",
|
|
114
|
+
"@babel/plugin-transform-optional-chaining": "7.28.6",
|
|
115
|
+
"@babel/preset-env": "7.28.6",
|
|
116
116
|
"@babel/preset-typescript": "7.28.5",
|
|
117
117
|
"@commitlint/cli": "20.3.1",
|
|
118
118
|
"@commitlint/config-conventional": "20.3.1",
|
|
@@ -138,12 +138,12 @@
|
|
|
138
138
|
"@swc/core": "1.15.8",
|
|
139
139
|
"@types/express": "5.0.6",
|
|
140
140
|
"@types/jest": "30.0.0",
|
|
141
|
-
"@types/node": "24.10.
|
|
141
|
+
"@types/node": "24.10.7",
|
|
142
142
|
"@types/supertest": "6.0.3",
|
|
143
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
144
|
-
"@typescript-eslint/parser": "8.
|
|
145
|
-
"@vitest/coverage-v8": "4.0.
|
|
146
|
-
"@vitest/ui": "4.0.
|
|
143
|
+
"@typescript-eslint/eslint-plugin": "8.53.0",
|
|
144
|
+
"@typescript-eslint/parser": "8.53.0",
|
|
145
|
+
"@vitest/coverage-v8": "4.0.17",
|
|
146
|
+
"@vitest/ui": "4.0.17",
|
|
147
147
|
"agadoo": "^3.0.0",
|
|
148
148
|
"ajv": "8.17.1",
|
|
149
149
|
"ajv-formats": "3.0.1",
|
|
@@ -184,8 +184,8 @@
|
|
|
184
184
|
"typescript": "5.9.3",
|
|
185
185
|
"variable-diff": "2.0.2",
|
|
186
186
|
"vite": "7.3.1",
|
|
187
|
-
"vite-tsconfig-paths": "6.0.
|
|
188
|
-
"vitest": "4.0.
|
|
187
|
+
"vite-tsconfig-paths": "6.0.4",
|
|
188
|
+
"vitest": "4.0.17"
|
|
189
189
|
},
|
|
190
190
|
"lint-staged": {
|
|
191
191
|
"*.{js,ts}": "eslint --cache --fix",
|