tods-competition-factory 2.0.26 → 2.0.27

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.0.26",
25
+ "version": "2.0.27",
26
26
  "license": "MIT",
27
27
  "private": false,
28
28
  "homepage": "https://courthive.github.io/tods-competition-factory/",
@@ -99,7 +99,6 @@
99
99
  "prepublishOnly": "./addVersion $npm_package_version && pinst --disable",
100
100
  "postpublish": "pinst --enable",
101
101
  "doc:publish": "cd documentation && GIT_USER=CourtHive USE_SSH=true pnpm docpub",
102
- "generate-types": "quicktype -s schema src/global/schema/tournament.schema.json -o src/types/tournamentFromSchema.ts --just-types -t Tournament",
103
102
  "shakeable": "npx agadoo dist/tods-competition-factory.cjs.min.js",
104
103
  "check-types": "tsc --noEmit"
105
104
  },
@@ -138,12 +137,12 @@
138
137
  "@swc/core": "1.4.1",
139
138
  "@types/express": "4.17.21",
140
139
  "@types/jest": "29.5.12",
141
- "@types/node": "20.11.17",
140
+ "@types/node": "20.11.19",
142
141
  "@types/supertest": "6.0.2",
143
142
  "@typescript-eslint/eslint-plugin": "7.0.1",
144
143
  "@typescript-eslint/parser": "7.0.1",
145
- "@vitest/coverage-v8": "1.2.2",
146
- "@vitest/ui": "1.2.2",
144
+ "@vitest/coverage-v8": "1.3.0",
145
+ "@vitest/ui": "1.3.0",
147
146
  "agadoo": "^3.0.0",
148
147
  "ajv": "8.12.0",
149
148
  "ajv-formats": "2.1.1",
@@ -168,10 +167,9 @@
168
167
  "pinst": "3.0.0",
169
168
  "prettier": "3.2.5",
170
169
  "prettier-eslint": "16.3.0",
171
- "quicktype": "23.0.81",
172
170
  "reflect-metadata": "0.2.1",
173
171
  "rimraf": "5.0.5",
174
- "rollup": "4.10.0",
172
+ "rollup": "4.12.0",
175
173
  "rollup-plugin-dts": "6.1.0",
176
174
  "rxjs": "7.8.1",
177
175
  "semver": "7.6.0",
@@ -184,9 +182,9 @@
184
182
  "tslib": "2.6.2",
185
183
  "typescript": "5.3.3",
186
184
  "variable-diff": "2.0.2",
187
- "vite": "5.1.1",
185
+ "vite": "5.1.3",
188
186
  "vite-tsconfig-paths": "4.3.1",
189
- "vitest": "1.2.2"
187
+ "vitest": "1.3.0"
190
188
  },
191
189
  "lint-staged": {
192
190
  "*.{js,ts}": "eslint --cache --fix",