tods-competition-factory 2.0.0-beta.5 → 2.0.0-beta.7
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 +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/tods-competition-factory.d.ts +7969 -8318
- package/dist/tods-competition-factory.development.cjs.js +54881 -55463
- 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 +14 -12
package/package.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"seeding",
|
|
23
23
|
"tennis"
|
|
24
24
|
],
|
|
25
|
-
"version": "2.0.0-beta.
|
|
25
|
+
"version": "2.0.0-beta.7",
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"private": false,
|
|
28
28
|
"homepage": "https://courthive.github.io/tods-competition-factory/",
|
|
@@ -37,7 +37,6 @@
|
|
|
37
37
|
"main": "dist/index.js",
|
|
38
38
|
"module": "dist/index.mjs",
|
|
39
39
|
"exports": {
|
|
40
|
-
"./package.json": "./package.json",
|
|
41
40
|
".": {
|
|
42
41
|
"import": "./dist/index.mjs",
|
|
43
42
|
"default": "./dist/index.js"
|
|
@@ -83,6 +82,8 @@
|
|
|
83
82
|
"start": "rollup --config -w",
|
|
84
83
|
"build": "rimraf dist && rollup --config",
|
|
85
84
|
"test": "VITE_CJS_IGNORE_WARNING=true vitest",
|
|
85
|
+
"test:e2e": "cd src/server && pnpm test:e2e",
|
|
86
|
+
"test:server": "cd src/server && pnpm test",
|
|
86
87
|
"tuic": "vitest --ui --coverage.enabled",
|
|
87
88
|
"tui": "vitest --ui",
|
|
88
89
|
"coverage": "vitest run --coverage",
|
|
@@ -94,21 +95,21 @@
|
|
|
94
95
|
"prepare": "rimraf dist && rollup --config && $(./addVersion $npm_package_version)",
|
|
95
96
|
"prepublishOnly": "./addVersion $npm_package_version && pinst --disable",
|
|
96
97
|
"postpublish": "pinst --enable",
|
|
97
|
-
"doc:publish": "cd documentation && GIT_USER=CourtHive USE_SSH=true
|
|
98
|
+
"doc:publish": "cd documentation && GIT_USER=CourtHive USE_SSH=true pnpm deploy",
|
|
98
99
|
"generate-types": "quicktype -s schema src/global/schema/tournament.schema.json -o src/types/tournamentFromSchema.ts --just-types -t Tournament",
|
|
99
100
|
"shakeable": "npx agadoo dist/tods-competition-factory.cjs.min.js",
|
|
100
101
|
"check-types": "tsc --noEmit"
|
|
101
102
|
},
|
|
102
103
|
"husky": {
|
|
103
104
|
"hooks": {
|
|
104
|
-
"pre-commit": "
|
|
105
|
+
"pre-commit": "pnpm eslint src"
|
|
105
106
|
}
|
|
106
107
|
},
|
|
107
108
|
"devDependencies": {
|
|
108
109
|
"@babel/core": "7.23.7",
|
|
109
|
-
"@babel/preset-env": "7.23.8",
|
|
110
110
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
|
|
111
111
|
"@babel/plugin-transform-optional-chaining": "^7.23.0",
|
|
112
|
+
"@babel/preset-env": "7.23.8",
|
|
112
113
|
"@babel/preset-typescript": "7.23.3",
|
|
113
114
|
"@commitlint/cli": "^18.0.0",
|
|
114
115
|
"@commitlint/config-conventional": "^18.0.0",
|
|
@@ -118,15 +119,15 @@
|
|
|
118
119
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
119
120
|
"@rollup/plugin-terser": "^0.4.3",
|
|
120
121
|
"@rollup/plugin-typescript": "11.1.6",
|
|
121
|
-
"@types/node": "20.
|
|
122
|
-
"@typescript-eslint/eslint-plugin": "6.
|
|
123
|
-
"@typescript-eslint/parser": "6.
|
|
122
|
+
"@types/node": "20.11.5",
|
|
123
|
+
"@typescript-eslint/eslint-plugin": "6.19.0",
|
|
124
|
+
"@typescript-eslint/parser": "6.19.0",
|
|
124
125
|
"@vitest/coverage-v8": "^0.34.0",
|
|
125
126
|
"@vitest/ui": "^0.34.0",
|
|
126
127
|
"agadoo": "^3.0.0",
|
|
127
128
|
"ajv": "8.12.0",
|
|
128
129
|
"ajv-formats": "2.1.1",
|
|
129
|
-
"c8": "9.
|
|
130
|
+
"c8": "9.1.0",
|
|
130
131
|
"chalk": "^5.2.0",
|
|
131
132
|
"esbuild": "0.19.11",
|
|
132
133
|
"eslint": "8.56.0",
|
|
@@ -135,18 +136,18 @@
|
|
|
135
136
|
"eslint-module-utils": "2.8.0",
|
|
136
137
|
"eslint-plugin-compat": "4.2.0",
|
|
137
138
|
"eslint-plugin-import": "2.29.1",
|
|
138
|
-
"eslint-plugin-react": "7.33.2",
|
|
139
|
+
"eslint-plugin-react": "^7.33.2",
|
|
139
140
|
"eslint-plugin-sonarjs": "^0.23.0",
|
|
140
141
|
"esm": "3.2.25",
|
|
141
142
|
"fs-extra": "11.2.0",
|
|
142
143
|
"husky": "8.0.3",
|
|
143
144
|
"lint-staged": "15.2.0",
|
|
144
145
|
"pinst": "^3.0.0",
|
|
145
|
-
"prettier": "3.
|
|
146
|
+
"prettier": "3.2.4",
|
|
146
147
|
"prettier-eslint": "16.2.0",
|
|
147
148
|
"quicktype": "23.0.81",
|
|
148
149
|
"rimraf": "5.0.5",
|
|
149
|
-
"rollup": "4.9.
|
|
150
|
+
"rollup": "4.9.5",
|
|
150
151
|
"rollup-plugin-dts": "6.1.0",
|
|
151
152
|
"rollup-plugin-esbuild": "6.1.0",
|
|
152
153
|
"semver": "^7.5.1",
|
|
@@ -154,6 +155,7 @@
|
|
|
154
155
|
"typescript": "5.3.3",
|
|
155
156
|
"variable-diff": "^2.0.2",
|
|
156
157
|
"vite": "5.0.11",
|
|
158
|
+
"vite-tsconfig-paths": "^4.2.3",
|
|
157
159
|
"vitest": "^0.34.0"
|
|
158
160
|
},
|
|
159
161
|
"lint-staged": {
|