tods-competition-factory 2.0.53 → 2.0.55
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 +13 -4
- package/dist/tods-competition-factory.development.cjs.js +144 -89
- 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 +15 -15
package/package.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"seeding",
|
|
23
23
|
"tennis"
|
|
24
24
|
],
|
|
25
|
-
"version": "2.0.
|
|
25
|
+
"version": "2.0.55",
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"private": false,
|
|
28
28
|
"homepage": "https://courthive.github.io/tods-competition-factory/",
|
|
@@ -108,25 +108,25 @@
|
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
|
-
"@babel/core": "7.24.
|
|
112
|
-
"@babel/plugin-transform-nullish-coalescing-operator": "7.
|
|
113
|
-
"@babel/plugin-transform-optional-chaining": "7.
|
|
114
|
-
"@babel/preset-env": "7.24.
|
|
115
|
-
"@babel/preset-typescript": "7.
|
|
116
|
-
"@commitlint/cli": "19.2.
|
|
111
|
+
"@babel/core": "7.24.1",
|
|
112
|
+
"@babel/plugin-transform-nullish-coalescing-operator": "7.24.1",
|
|
113
|
+
"@babel/plugin-transform-optional-chaining": "7.24.1",
|
|
114
|
+
"@babel/preset-env": "7.24.1",
|
|
115
|
+
"@babel/preset-typescript": "7.24.1",
|
|
116
|
+
"@commitlint/cli": "19.2.1",
|
|
117
117
|
"@commitlint/config-conventional": "19.1.0",
|
|
118
118
|
"@dep-tree/cli": "0.19.9",
|
|
119
119
|
"@nestjs/class-transformer": "0.4.0",
|
|
120
120
|
"@nestjs/class-validator": "0.13.4",
|
|
121
121
|
"@nestjs/cli": "10.3.2",
|
|
122
|
-
"@nestjs/common": "10.3.
|
|
122
|
+
"@nestjs/common": "10.3.4",
|
|
123
123
|
"@nestjs/config": "3.2.0",
|
|
124
|
-
"@nestjs/core": "10.3.
|
|
124
|
+
"@nestjs/core": "10.3.4",
|
|
125
125
|
"@nestjs/jwt": "10.2.0",
|
|
126
|
-
"@nestjs/platform-express": "10.3.
|
|
126
|
+
"@nestjs/platform-express": "10.3.4",
|
|
127
127
|
"@nestjs/schematics": "10.1.1",
|
|
128
128
|
"@nestjs/swagger": "7.3.0",
|
|
129
|
-
"@nestjs/testing": "10.3.
|
|
129
|
+
"@nestjs/testing": "10.3.4",
|
|
130
130
|
"@rollup/plugin-babel": "6.0.4",
|
|
131
131
|
"@rollup/plugin-commonjs": "25.0.7",
|
|
132
132
|
"@rollup/plugin-json": "6.1.0",
|
|
@@ -137,10 +137,10 @@
|
|
|
137
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.29",
|
|
141
141
|
"@types/supertest": "6.0.2",
|
|
142
|
-
"@typescript-eslint/eslint-plugin": "7.
|
|
143
|
-
"@typescript-eslint/parser": "7.
|
|
142
|
+
"@typescript-eslint/eslint-plugin": "7.3.1",
|
|
143
|
+
"@typescript-eslint/parser": "7.3.1",
|
|
144
144
|
"@vitest/coverage-v8": "1.4.0",
|
|
145
145
|
"@vitest/ui": "1.4.0",
|
|
146
146
|
"agadoo": "^3.0.0",
|
|
@@ -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",
|