tods-competition-factory 2.0.0-alpha.1 → 2.0.0-beta.1
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 +194 -269
- package/dist/tods-competition-factory.development.cjs.js +1715 -1690
- 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 +3 -3
package/package.json
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"seeding",
|
|
23
23
|
"tennis"
|
|
24
24
|
],
|
|
25
|
-
"version": "2.0.0-
|
|
25
|
+
"version": "2.0.0-beta.1",
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"private": false,
|
|
28
28
|
"homepage": "https://courthive.github.io/tods-competition-factory/",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"release:alpha": "npm run commits && npm version $(semver $npm_package_version -i premajor --preid alpha) && npm publish --tag alpha",
|
|
75
75
|
"minor:alpha": "npm run commits && npm version $(semver $npm_package_version -i preminor --preid alpha) && npm publish --tag alpha",
|
|
76
76
|
"patch:alpha": "npm run commits && npm version $(semver $npm_package_version -i prerelease --preid alpha) && npm publish --tag alpha",
|
|
77
|
-
"release:beta": "npm run commits && npm version $(semver $npm_package_version -i
|
|
77
|
+
"release:beta": "npm run commits && npm version $(semver $npm_package_version -i prerelease --preid beta) && npm publish --tag beta",
|
|
78
78
|
"minor:beta": "npm run commits && npm version $(semver $npm_package_version -i preminor --preid beta) && npm publish --tag beta",
|
|
79
79
|
"patch:beta": "npm run commits && npm version $(semver $npm_package_version -i prerelease --preid beta) && npm publish --tag beta",
|
|
80
80
|
"release:major": "npm run commits && npm version $(semver $npm_package_version -i major) && npm publish --tag latest",
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
"prettier-eslint": "16.2.0",
|
|
153
153
|
"quicktype": "23.0.80",
|
|
154
154
|
"rimraf": "5.0.5",
|
|
155
|
-
"rollup": "4.9.
|
|
155
|
+
"rollup": "4.9.3",
|
|
156
156
|
"rollup-plugin-dts": "6.1.0",
|
|
157
157
|
"rollup-plugin-esbuild": "6.1.0",
|
|
158
158
|
"semver": "^7.5.1",
|