@cloudbase/cals 1.0.29-beta.3 → 1.0.29-beta.4
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloudbase/cals",
|
|
3
|
-
"version": "1.0.29-beta.
|
|
3
|
+
"version": "1.0.29-beta.4",
|
|
4
4
|
"description": "Common application specifications",
|
|
5
5
|
"main": "lib/utils/index.js",
|
|
6
6
|
"source": "src/utils/index.ts",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"docs": "typedoc --options typedoc.json types",
|
|
21
21
|
"test": "jest",
|
|
22
22
|
"test:coverage": "jest --coverage",
|
|
23
|
-
"release": "npm run build && yarn set version 1.22.19 && yarn config set version-tag-prefix '@cloudbase/cals@' && yarn version --no-commit-hooks --message 'chore(cals): v%s' && yarn config set version-tag-prefix v && yarn set version 3.6.2 && npm publish --registry=https://registry.npmjs.org",
|
|
23
|
+
"release": "npm run build && (yarn set version 1.22.19 && yarn config set version-tag-prefix '@cloudbase/cals@' && yarn version --no-commit-hooks --message 'chore(cals): v%s' && yarn config set version-tag-prefix v) && yarn set version 3.6.2 && npm publish --registry=https://registry.npmjs.org",
|
|
24
24
|
"yalc:push": "node ./scripts/yalc-push.mjs --publish-from src",
|
|
25
25
|
"yalc:push:lib": "node ./scripts/yalc-push.mjs --publish-from lib"
|
|
26
26
|
},
|