@jetshop/cli 6.2.10-0 → 6.2.11-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
@@ -19,7 +19,7 @@ $ npm install -g @jetshop/cli
19
19
  $ jetshop COMMAND
20
20
  running command...
21
21
  $ jetshop (-v|--version|version)
22
- @jetshop/cli/6.2.10-0 darwin-arm64 node-v18.16.0
22
+ @jetshop/cli/6.2.11-0 darwin-arm64 node-v18.16.0
23
23
  $ jetshop --help [COMMAND]
24
24
  USAGE
25
25
  $ jetshop COMMAND
@@ -1 +1 @@
1
- {"version":"6.2.10-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"}]}}}
1
+ {"version":"6.2.11-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.10-0",
3
+ "version": "6.2.11-0",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "bin": {
@@ -124,7 +124,7 @@ class InitCmd extends Command {
124
124
  }
125
125
 
126
126
  cli.action.start('fetching base');
127
- const packName = await downloadNpmPackage('@jetshop/template-trend');
127
+ const packName = await downloadNpmPackage('@jetshop/template-trend@6.2.10-0');
128
128
  cli.action.stop();
129
129
 
130
130
  cli.action.start('unpacking');