tods-competition-factory 2.2.25 → 2.2.26
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 +8 -8
- package/dist/tods-competition-factory.d.ts +55 -46
- package/dist/tods-competition-factory.development.cjs.js +91 -48
- 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 +22 -22
package/package.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"seeding",
|
|
23
23
|
"tennis"
|
|
24
24
|
],
|
|
25
|
-
"version": "2.2.
|
|
25
|
+
"version": "2.2.26",
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"private": false,
|
|
28
28
|
"homepage": "https://courthive.github.io/tods-competition-factory/",
|
|
@@ -110,38 +110,38 @@
|
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@babel/core": "7.26.0",
|
|
113
|
-
"@babel/plugin-transform-nullish-coalescing-operator": "7.
|
|
113
|
+
"@babel/plugin-transform-nullish-coalescing-operator": "7.26.6",
|
|
114
114
|
"@babel/plugin-transform-optional-chaining": "7.25.9",
|
|
115
115
|
"@babel/preset-env": "7.26.0",
|
|
116
116
|
"@babel/preset-typescript": "7.26.0",
|
|
117
117
|
"@commitlint/cli": "19.6.1",
|
|
118
118
|
"@commitlint/config-conventional": "19.6.0",
|
|
119
|
-
"@dep-tree/cli": "0.23.
|
|
119
|
+
"@dep-tree/cli": "0.23.3",
|
|
120
120
|
"@nestjs/class-transformer": "0.4.0",
|
|
121
121
|
"@nestjs/class-validator": "0.13.4",
|
|
122
122
|
"@nestjs/cli": "10.4.9",
|
|
123
|
-
"@nestjs/common": "
|
|
123
|
+
"@nestjs/common": "11.0.0",
|
|
124
124
|
"@nestjs/config": "3.3.0",
|
|
125
|
-
"@nestjs/core": "
|
|
125
|
+
"@nestjs/core": "11.0.0",
|
|
126
126
|
"@nestjs/jwt": "10.2.0",
|
|
127
|
-
"@nestjs/platform-express": "
|
|
127
|
+
"@nestjs/platform-express": "11.0.0",
|
|
128
128
|
"@nestjs/schematics": "10.2.3",
|
|
129
|
-
"@nestjs/swagger": "8.1.
|
|
130
|
-
"@nestjs/testing": "
|
|
129
|
+
"@nestjs/swagger": "8.1.1",
|
|
130
|
+
"@nestjs/testing": "11.0.0",
|
|
131
131
|
"@rollup/plugin-babel": "6.0.4",
|
|
132
132
|
"@rollup/plugin-commonjs": "28.0.2",
|
|
133
133
|
"@rollup/plugin-json": "6.1.0",
|
|
134
134
|
"@rollup/plugin-node-resolve": "16.0.0",
|
|
135
135
|
"@rollup/plugin-terser": "0.4.4",
|
|
136
136
|
"@rollup/plugin-typescript": "12.1.2",
|
|
137
|
-
"@swc/cli": "0.
|
|
138
|
-
"@swc/core": "1.10.
|
|
137
|
+
"@swc/cli": "0.6.0",
|
|
138
|
+
"@swc/core": "1.10.7",
|
|
139
139
|
"@types/express": "5.0.0",
|
|
140
140
|
"@types/jest": "29.5.14",
|
|
141
|
-
"@types/node": "22.10.
|
|
141
|
+
"@types/node": "22.10.7",
|
|
142
142
|
"@types/supertest": "6.0.2",
|
|
143
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
144
|
-
"@typescript-eslint/parser": "8.
|
|
143
|
+
"@typescript-eslint/eslint-plugin": "8.20.0",
|
|
144
|
+
"@typescript-eslint/parser": "8.20.0",
|
|
145
145
|
"@vitest/coverage-v8": "2.1.6",
|
|
146
146
|
"@vitest/ui": "2.1.6",
|
|
147
147
|
"agadoo": "^3.0.0",
|
|
@@ -149,39 +149,39 @@
|
|
|
149
149
|
"ajv-formats": "3.0.1",
|
|
150
150
|
"body-parser": "1.20.3",
|
|
151
151
|
"c8": "10.1.3",
|
|
152
|
-
"chalk": "5.4.
|
|
153
|
-
"esbuild": "0.24.
|
|
152
|
+
"chalk": "5.4.1",
|
|
153
|
+
"esbuild": "0.24.2",
|
|
154
154
|
"eslint": "8.57.1",
|
|
155
|
-
"eslint-config-prettier": "
|
|
155
|
+
"eslint-config-prettier": "10.0.1",
|
|
156
156
|
"eslint-import-resolver-typescript": "3.7.0",
|
|
157
157
|
"eslint-module-utils": "2.12.0",
|
|
158
158
|
"eslint-plugin-compat": "6.0.1",
|
|
159
159
|
"eslint-plugin-import": "2.31.0",
|
|
160
|
-
"eslint-plugin-prettier": "5.2.
|
|
160
|
+
"eslint-plugin-prettier": "5.2.2",
|
|
161
161
|
"eslint-plugin-sonarjs": "3.0.1",
|
|
162
162
|
"esm": "3.2.25",
|
|
163
|
-
"fs-extra": "11.
|
|
163
|
+
"fs-extra": "11.3.0",
|
|
164
164
|
"globals": "15.14.0",
|
|
165
165
|
"husky": "9.1.7",
|
|
166
166
|
"jest": "29.7.0",
|
|
167
|
-
"lint-staged": "15.
|
|
167
|
+
"lint-staged": "15.4.0",
|
|
168
168
|
"pinst": "3.0.0",
|
|
169
169
|
"prettier": "3.4.2",
|
|
170
170
|
"prettier-eslint": "16.3.0",
|
|
171
171
|
"reflect-metadata": "0.2.2",
|
|
172
172
|
"rimraf": "6.0.1",
|
|
173
|
-
"rollup": "4.
|
|
173
|
+
"rollup": "4.30.1",
|
|
174
174
|
"rollup-plugin-dts": "6.1.1",
|
|
175
175
|
"rxjs": "7.8.1",
|
|
176
176
|
"semver": "7.6.3",
|
|
177
177
|
"source-map-support": "0.5.21",
|
|
178
178
|
"supertest": "7.0.0",
|
|
179
179
|
"ts-jest": "29.2.5",
|
|
180
|
-
"ts-loader": "9.5.
|
|
180
|
+
"ts-loader": "9.5.2",
|
|
181
181
|
"ts-node": "10.9.2",
|
|
182
182
|
"tsconfig-paths": "4.2.0",
|
|
183
183
|
"tslib": "2.8.1",
|
|
184
|
-
"typescript": "5.7.
|
|
184
|
+
"typescript": "5.7.3",
|
|
185
185
|
"variable-diff": "2.0.2",
|
|
186
186
|
"vite": "6.0.1",
|
|
187
187
|
"vite-tsconfig-paths": "5.1.4",
|