tods-competition-factory 2.2.9 → 2.2.11
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.development.cjs.js +22 -18
- 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.2.
|
|
25
|
+
"version": "2.2.11",
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"private": false,
|
|
28
28
|
"homepage": "https://courthive.github.io/tods-competition-factory/",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"@babel/core": "7.25.2",
|
|
113
113
|
"@babel/plugin-transform-nullish-coalescing-operator": "7.24.7",
|
|
114
114
|
"@babel/plugin-transform-optional-chaining": "7.24.8",
|
|
115
|
-
"@babel/preset-env": "7.25.
|
|
115
|
+
"@babel/preset-env": "7.25.4",
|
|
116
116
|
"@babel/preset-typescript": "7.24.7",
|
|
117
117
|
"@commitlint/cli": "19.4.0",
|
|
118
118
|
"@commitlint/config-conventional": "19.2.2",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"@nestjs/core": "10.4.1",
|
|
126
126
|
"@nestjs/jwt": "10.2.0",
|
|
127
127
|
"@nestjs/platform-express": "10.4.1",
|
|
128
|
-
"@nestjs/schematics": "10.1.
|
|
128
|
+
"@nestjs/schematics": "10.1.4",
|
|
129
129
|
"@nestjs/swagger": "7.4.0",
|
|
130
130
|
"@nestjs/testing": "10.4.1",
|
|
131
131
|
"@rollup/plugin-babel": "6.0.4",
|
|
@@ -135,10 +135,10 @@
|
|
|
135
135
|
"@rollup/plugin-terser": "0.4.4",
|
|
136
136
|
"@rollup/plugin-typescript": "11.1.6",
|
|
137
137
|
"@swc/cli": "0.4.0",
|
|
138
|
-
"@swc/core": "1.7.
|
|
138
|
+
"@swc/core": "1.7.14",
|
|
139
139
|
"@types/express": "4.17.21",
|
|
140
140
|
"@types/jest": "29.5.12",
|
|
141
|
-
"@types/node": "20.16.
|
|
141
|
+
"@types/node": "20.16.1",
|
|
142
142
|
"@types/supertest": "6.0.2",
|
|
143
143
|
"@typescript-eslint/eslint-plugin": "7.18.0",
|
|
144
144
|
"@typescript-eslint/parser": "7.18.0",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"esm": "3.2.25",
|
|
163
163
|
"fs-extra": "11.2.0",
|
|
164
164
|
"globals": "15.9.0",
|
|
165
|
-
"husky": "9.1.
|
|
165
|
+
"husky": "9.1.5",
|
|
166
166
|
"jest": "29.7.0",
|
|
167
167
|
"lint-staged": "15.2.9",
|
|
168
168
|
"pinst": "3.0.0",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"tslib": "2.6.3",
|
|
184
184
|
"typescript": "5.5.4",
|
|
185
185
|
"variable-diff": "2.0.2",
|
|
186
|
-
"vite": "5.4.
|
|
186
|
+
"vite": "5.4.2",
|
|
187
187
|
"vite-tsconfig-paths": "4.3.2",
|
|
188
188
|
"vitest": "2.0.5"
|
|
189
189
|
},
|