tods-competition-factory 2.0.10 → 2.0.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/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "seeding",
23
23
  "tennis"
24
24
  ],
25
- "version": "2.0.10",
25
+ "version": "2.0.11",
26
26
  "license": "MIT",
27
27
  "private": false,
28
28
  "homepage": "https://courthive.github.io/tods-competition-factory/",
@@ -80,7 +80,8 @@
80
80
  "release:minor": "npm run commits && npm version $(semver $npm_package_version -i minor) && npm publish --tag latest",
81
81
  "release:patch": "npm run commits && npm version $(semver $npm_package_version -i patch) && npm publish --tag latest",
82
82
  "start": "rollup --config -w",
83
- "build": "rimraf dist && rollup --config",
83
+ "build": "rimraf dist && rollup --config && ./esbuild.mjs",
84
+ "esm": "rimraf dist && ./esbuild.mjs",
84
85
  "test": "VITE_CJS_IGNORE_WARNING=true vitest",
85
86
  "test:server": "jest",
86
87
  "test:server-debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/jest/bin/jest --runInBand",
@@ -92,7 +93,7 @@
92
93
  "lint:tsc": "tsc --project tsconfig.json",
93
94
  "lint": "eslint src --fix --cache",
94
95
  "lint:report": "eslint src & eslint --cache src -f json > eslint-report.json",
95
- "prepare": "rimraf dist && rollup --config && $(./addVersion $npm_package_version)",
96
+ "prepare": "rimraf dist && rollup --config && ./esbuild.mjs && $(./addVersion $npm_package_version)",
96
97
  "prepublishOnly": "./addVersion $npm_package_version && pinst --disable",
97
98
  "postpublish": "pinst --enable",
98
99
  "doc:publish": "cd documentation && GIT_USER=CourtHive USE_SSH=true pnpm docpub",
@@ -134,19 +135,20 @@
134
135
  "@swc/core": "^1.3.64",
135
136
  "@types/express": "^4.17.17",
136
137
  "@types/jest": "^29.5.11",
137
- "@types/node": "20.11.7",
138
+ "@types/node": "20.11.8",
138
139
  "@types/supertest": "^6.0.0",
139
140
  "@typescript-eslint/eslint-plugin": "6.19.1",
140
141
  "@typescript-eslint/parser": "6.19.1",
141
142
  "@vitest/coverage-v8": "^0.34.0",
142
143
  "@vitest/ui": "^0.34.0",
143
144
  "agadoo": "^3.0.0",
144
- "ajv-formats": "2.1.1",
145
145
  "ajv": "8.12.0",
146
+ "ajv-formats": "2.1.1",
146
147
  "body-parser": "^1.20.2",
147
148
  "c8": "9.1.0",
148
149
  "chalk": "^5.2.0",
149
- "esbuild": "0.19.12",
150
+ "esbuild": "0.20.0",
151
+ "eslint": "8.56.0",
150
152
  "eslint-config-prettier": "9.1.0",
151
153
  "eslint-import-resolver-typescript": "3.6.1",
152
154
  "eslint-module-utils": "2.8.0",
@@ -155,21 +157,19 @@
155
157
  "eslint-plugin-prettier": "^5.0.0",
156
158
  "eslint-plugin-react": "^7.33.2",
157
159
  "eslint-plugin-sonarjs": "^0.23.0",
158
- "eslint": "8.56.0",
159
160
  "esm": "3.2.25",
160
161
  "fs-extra": "11.2.0",
161
162
  "husky": "9.0.6",
162
163
  "jest": "^29.5.0",
163
164
  "lint-staged": "15.2.0",
164
165
  "pinst": "^3.0.0",
165
- "prettier-eslint": "16.3.0",
166
166
  "prettier": "3.2.4",
167
+ "prettier-eslint": "16.3.0",
167
168
  "quicktype": "23.0.81",
168
169
  "reflect-metadata": "^0.2.0",
169
170
  "rimraf": "5.0.5",
170
- "rollup-plugin-dts": "6.1.0",
171
- "rollup-plugin-esbuild": "6.1.1",
172
171
  "rollup": "4.9.6",
172
+ "rollup-plugin-dts": "6.1.0",
173
173
  "rxjs": "^7.8.1",
174
174
  "semver": "^7.5.1",
175
175
  "source-map-support": "^0.5.21",
@@ -181,8 +181,8 @@
181
181
  "tslib": "2.6.2",
182
182
  "typescript": "5.3.3",
183
183
  "variable-diff": "^2.0.2",
184
- "vite-tsconfig-paths": "^4.2.3",
185
184
  "vite": "5.0.12",
185
+ "vite-tsconfig-paths": "^4.2.3",
186
186
  "vitest": "^0.34.0"
187
187
  },
188
188
  "lint-staged": {