tods-competition-factory 2.2.3 → 2.2.5

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/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "seeding",
23
23
  "tennis"
24
24
  ],
25
- "version": "2.2.3",
25
+ "version": "2.2.5",
26
26
  "license": "MIT",
27
27
  "private": false,
28
28
  "homepage": "https://courthive.github.io/tods-competition-factory/",
@@ -42,6 +42,7 @@
42
42
  "default": "./dist/index.js"
43
43
  }
44
44
  },
45
+ "types": "dist/tods-competition-factory.d.ts",
45
46
  "typesVersions": {
46
47
  "*": {
47
48
  "query": [
@@ -108,10 +109,10 @@
108
109
  }
109
110
  },
110
111
  "devDependencies": {
111
- "@babel/core": "7.24.8",
112
+ "@babel/core": "7.25.2",
112
113
  "@babel/plugin-transform-nullish-coalescing-operator": "7.24.7",
113
114
  "@babel/plugin-transform-optional-chaining": "7.24.8",
114
- "@babel/preset-env": "7.24.8",
115
+ "@babel/preset-env": "7.25.3",
115
116
  "@babel/preset-typescript": "7.24.7",
116
117
  "@commitlint/cli": "19.3.0",
117
118
  "@commitlint/config-conventional": "19.2.2",
@@ -124,7 +125,7 @@
124
125
  "@nestjs/core": "10.3.10",
125
126
  "@nestjs/jwt": "10.2.0",
126
127
  "@nestjs/platform-express": "10.3.10",
127
- "@nestjs/schematics": "10.1.2",
128
+ "@nestjs/schematics": "10.1.3",
128
129
  "@nestjs/swagger": "7.4.0",
129
130
  "@nestjs/testing": "10.3.10",
130
131
  "@rollup/plugin-babel": "6.0.4",
@@ -134,15 +135,15 @@
134
135
  "@rollup/plugin-terser": "0.4.4",
135
136
  "@rollup/plugin-typescript": "11.1.6",
136
137
  "@swc/cli": "0.4.0",
137
- "@swc/core": "1.6.13",
138
+ "@swc/core": "1.7.6",
138
139
  "@types/express": "4.17.21",
139
140
  "@types/jest": "29.5.12",
140
- "@types/node": "20.14.10",
141
+ "@types/node": "20.14.14",
141
142
  "@types/supertest": "6.0.2",
142
- "@typescript-eslint/eslint-plugin": "7.16.0",
143
- "@typescript-eslint/parser": "7.16.0",
144
- "@vitest/coverage-v8": "2.0.2",
145
- "@vitest/ui": "2.0.2",
143
+ "@typescript-eslint/eslint-plugin": "7.18.0",
144
+ "@typescript-eslint/parser": "7.18.0",
145
+ "@vitest/coverage-v8": "2.0.5",
146
+ "@vitest/ui": "2.0.5",
146
147
  "agadoo": "^3.0.0",
147
148
  "ajv": "8.17.1",
148
149
  "ajv-formats": "3.0.1",
@@ -156,35 +157,35 @@
156
157
  "eslint-module-utils": "2.8.1",
157
158
  "eslint-plugin-compat": "6.0.0",
158
159
  "eslint-plugin-import": "2.29.1",
159
- "eslint-plugin-prettier": "5.1.3",
160
+ "eslint-plugin-prettier": "5.2.1",
160
161
  "eslint-plugin-sonarjs": "0.25.1",
161
162
  "esm": "3.2.25",
162
163
  "fs-extra": "11.2.0",
163
- "globals": "15.8.0",
164
- "husky": "9.0.11",
164
+ "globals": "15.9.0",
165
+ "husky": "9.1.4",
165
166
  "jest": "29.7.0",
166
- "lint-staged": "15.2.7",
167
+ "lint-staged": "15.2.8",
167
168
  "pinst": "3.0.0",
168
169
  "prettier": "3.3.3",
169
170
  "prettier-eslint": "16.3.0",
170
171
  "reflect-metadata": "0.2.2",
171
172
  "rimraf": "6.0.1",
172
- "rollup": "4.18.1",
173
+ "rollup": "4.20.0",
173
174
  "rollup-plugin-dts": "6.1.1",
174
175
  "rxjs": "7.8.1",
175
- "semver": "7.6.2",
176
+ "semver": "7.6.3",
176
177
  "source-map-support": "0.5.21",
177
178
  "supertest": "7.0.0",
178
- "ts-jest": "29.2.2",
179
+ "ts-jest": "29.2.4",
179
180
  "ts-loader": "9.5.1",
180
181
  "ts-node": "10.9.2",
181
182
  "tsconfig-paths": "4.2.0",
182
183
  "tslib": "2.6.3",
183
- "typescript": "5.5.3",
184
+ "typescript": "5.5.4",
184
185
  "variable-diff": "2.0.2",
185
- "vite": "5.3.3",
186
+ "vite": "5.3.5",
186
187
  "vite-tsconfig-paths": "4.3.2",
187
- "vitest": "2.0.2"
188
+ "vitest": "2.0.5"
188
189
  },
189
190
  "lint-staged": {
190
191
  "*.{js,ts}": "eslint --cache --fix",