@jetshop/cli 6.2.13 → 6.2.14-alpha.0

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/README.md CHANGED
@@ -23,7 +23,7 @@ $ npm install -g @jetshop/cli
23
23
  $ jetshop COMMAND
24
24
  running command...
25
25
  $ jetshop (-v|--version|version)
26
- @jetshop/cli/6.2.13 darwin-arm64 node-v18.20.5
26
+ @jetshop/cli/6.2.14-alpha.0 darwin-arm64 node-v16.20.2
27
27
  $ jetshop --help [COMMAND]
28
28
  USAGE
29
29
  $ jetshop COMMAND
@@ -1 +1 @@
1
- {"version":"6.2.13","commands":{"init":{"id":"init","description":"Setup of base project for jetshop e-commerce","pluginName":"@jetshop/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"repoName"},{"name":"shopid"}]}}}
1
+ {"version":"6.2.14-alpha.0","commands":{"init":{"id":"init","description":"Setup of base project for jetshop e-commerce","pluginName":"@jetshop/cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"repoName"},{"name":"shopid"}]}}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetshop/cli",
3
- "version": "6.2.13",
3
+ "version": "6.2.14-alpha.0",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -60,5 +60,5 @@
60
60
  "@oclif/plugin-help"
61
61
  ]
62
62
  },
63
- "gitHead": "eabf53eca2e7d617a9de16fed4c640769c1f994c"
63
+ "gitHead": "c98a406e6f491d4f3aa9f0ac558fd06df9dcba87"
64
64
  }