@xano/cli 0.0.69-beta.3 → 0.0.71-beta.2
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/commands/profile/list/index.js +7 -4
- package/dist/commands/workspace/push/index.js +14 -11
- package/oclif.manifest.json +1113 -1113
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xano/cli",
|
|
3
3
|
"description": "CLI for Xano's Metadata API",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.71-beta.2",
|
|
5
5
|
"author": "Sean Montgomery",
|
|
6
6
|
"bin": {
|
|
7
7
|
"xano": "./bin/run.js"
|
|
@@ -107,6 +107,7 @@
|
|
|
107
107
|
"postpack": "shx rm -f oclif.manifest.json",
|
|
108
108
|
"posttest": "npm run lint",
|
|
109
109
|
"prepack": "npm run build && oclif manifest && oclif readme",
|
|
110
|
+
"prepublishOnly": "./scripts/check-publish-tag.sh",
|
|
110
111
|
"publish:beta": "./scripts/bump-version.sh beta && npm run build && oclif manifest && npm publish --tag beta",
|
|
111
112
|
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
|
|
112
113
|
"version": "oclif readme && git add README.md"
|