tods-competition-factory 2.0.0 → 2.0.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/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "seeding",
23
23
  "tennis"
24
24
  ],
25
- "version": "2.0.0",
25
+ "version": "2.0.1",
26
26
  "license": "MIT",
27
27
  "private": false,
28
28
  "homepage": "https://courthive.github.io/tods-competition-factory/",
@@ -95,7 +95,7 @@
95
95
  "prepare": "rimraf dist && rollup --config && $(./addVersion $npm_package_version)",
96
96
  "prepublishOnly": "./addVersion $npm_package_version && pinst --disable",
97
97
  "postpublish": "pinst --enable",
98
- "doc:publish": "cd documentation && GIT_USER=CourtHive USE_SSH=true pnpm deploy",
98
+ "doc:publish": "cd documentation && GIT_USER=CourtHive USE_SSH=true pnpm docpub",
99
99
  "generate-types": "quicktype -s schema src/global/schema/tournament.schema.json -o src/types/tournamentFromSchema.ts --just-types -t Tournament",
100
100
  "shakeable": "npx agadoo dist/tods-competition-factory.cjs.min.js",
101
101
  "check-types": "tsc --noEmit"