@greatstore/cli 0.0.5 → 0.0.6

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -858,7 +858,7 @@ function pascal(name) {
858
858
  }
859
859
 
860
860
  // src/index.ts
861
- var VERSION = "0.0.1";
861
+ var VERSION = true ? "0.0.6" : "0.0.0-dev";
862
862
  var HELP = `gs \u2014 GreatStore CLI (v${VERSION})
863
863
 
864
864
  Usage:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@greatstore/cli",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "CLI for authoring and shipping GreatStore custom components.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",