@xano/cli 0.0.75-beta.6 → 0.0.78

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xano/cli",
3
3
  "description": "CLI for Xano's Metadata API",
4
- "version": "0.0.75-beta.6",
4
+ "version": "0.0.78",
5
5
  "author": "Sean Montgomery",
6
6
  "bin": {
7
7
  "xano": "./bin/run.js"
@@ -109,6 +109,7 @@
109
109
  "prepack": "npm run build && oclif manifest && oclif readme",
110
110
  "prepublishOnly": "./scripts/check-publish-tag.sh",
111
111
  "publish:beta": "./scripts/bump-version.sh beta && npm run build && oclif manifest && npm publish --tag beta",
112
+ "publish:latest": "./scripts/bump-version.sh patch && npm run build && oclif manifest && npm publish",
112
113
  "test": "mocha --forbid-only \"test/**/*.test.ts\"",
113
114
  "version": "oclif readme && git add README.md"
114
115
  },