tods-competition-factory 2.0.52 → 2.0.54
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 +5 -5
- package/dist/tods-competition-factory.d.ts +9 -2
- package/dist/tods-competition-factory.development.cjs.js +34 -7
- 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.0.
|
|
25
|
+
"version": "2.0.54",
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"private": false,
|
|
28
28
|
"homepage": "https://courthive.github.io/tods-competition-factory/",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"@babel/plugin-transform-optional-chaining": "7.23.4",
|
|
114
114
|
"@babel/preset-env": "7.24.0",
|
|
115
115
|
"@babel/preset-typescript": "7.23.3",
|
|
116
|
-
"@commitlint/cli": "19.
|
|
116
|
+
"@commitlint/cli": "19.2.0",
|
|
117
117
|
"@commitlint/config-conventional": "19.1.0",
|
|
118
118
|
"@dep-tree/cli": "0.19.9",
|
|
119
119
|
"@nestjs/class-transformer": "0.4.0",
|
|
@@ -134,22 +134,22 @@
|
|
|
134
134
|
"@rollup/plugin-terser": "0.4.4",
|
|
135
135
|
"@rollup/plugin-typescript": "11.1.6",
|
|
136
136
|
"@swc/cli": "0.3.10",
|
|
137
|
-
"@swc/core": "1.4.
|
|
137
|
+
"@swc/core": "1.4.8",
|
|
138
138
|
"@types/express": "4.17.21",
|
|
139
139
|
"@types/jest": "29.5.12",
|
|
140
|
-
"@types/node": "20.11.
|
|
140
|
+
"@types/node": "20.11.28",
|
|
141
141
|
"@types/supertest": "6.0.2",
|
|
142
142
|
"@typescript-eslint/eslint-plugin": "7.2.0",
|
|
143
143
|
"@typescript-eslint/parser": "7.2.0",
|
|
144
|
-
"@vitest/coverage-v8": "1.
|
|
145
|
-
"@vitest/ui": "1.
|
|
144
|
+
"@vitest/coverage-v8": "1.4.0",
|
|
145
|
+
"@vitest/ui": "1.4.0",
|
|
146
146
|
"agadoo": "^3.0.0",
|
|
147
147
|
"ajv": "8.12.0",
|
|
148
148
|
"ajv-formats": "2.1.1",
|
|
149
149
|
"body-parser": "1.20.2",
|
|
150
150
|
"c8": "9.1.0",
|
|
151
151
|
"chalk": "5.3.0",
|
|
152
|
-
"esbuild": "0.20.
|
|
152
|
+
"esbuild": "0.20.2",
|
|
153
153
|
"eslint": "8.57.0",
|
|
154
154
|
"eslint-config-prettier": "9.1.0",
|
|
155
155
|
"eslint-import-resolver-typescript": "3.6.1",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"eslint-plugin-compat": "4.2.0",
|
|
158
158
|
"eslint-plugin-import": "2.29.1",
|
|
159
159
|
"eslint-plugin-prettier": "5.1.3",
|
|
160
|
-
"eslint-plugin-react": "7.34.
|
|
160
|
+
"eslint-plugin-react": "7.34.1",
|
|
161
161
|
"eslint-plugin-sonarjs": "^0.24.0",
|
|
162
162
|
"esm": "3.2.25",
|
|
163
163
|
"fs-extra": "11.2.0",
|
|
@@ -183,8 +183,8 @@
|
|
|
183
183
|
"typescript": "5.4.2",
|
|
184
184
|
"variable-diff": "2.0.2",
|
|
185
185
|
"vite": "5.1.6",
|
|
186
|
-
"vite-tsconfig-paths": "4.3.
|
|
187
|
-
"vitest": "1.
|
|
186
|
+
"vite-tsconfig-paths": "4.3.2",
|
|
187
|
+
"vitest": "1.4.0"
|
|
188
188
|
},
|
|
189
189
|
"lint-staged": {
|
|
190
190
|
"*.{js,ts}": "eslint --cache --fix",
|