@shopify/cli 3.30.0 → 3.30.1
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/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"3.30.
|
|
1
|
+
{"version":"3.30.1","commands":{"editions":{"id":"editions","description":"Shopify editions","strict":true,"pluginName":"@shopify/cli","pluginAlias":"@shopify/cli","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[]},"kitchen-sink":{"id":"kitchen-sink","description":"View all the available UI kit components","strict":true,"pluginName":"@shopify/cli","pluginAlias":"@shopify/cli","pluginType":"core","hidden":true,"aliases":[],"flags":{},"args":[]},"upgrade":{"id":"upgrade","description":"Upgrade the Shopify CLI","strict":true,"pluginName":"@shopify/cli","pluginAlias":"@shopify/cli","pluginType":"core","aliases":[],"flags":{"path":{"name":"path","type":"option","description":"The path to your project directory.","hidden":false,"multiple":false}},"args":[]},"version":{"id":"version","description":"Shopify CLI version","strict":true,"pluginName":"@shopify/cli","pluginAlias":"@shopify/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"auth:logout":{"id":"auth:logout","description":"Logout from Shopify","strict":true,"pluginName":"@shopify/cli","pluginAlias":"@shopify/cli","pluginType":"core","aliases":[],"flags":{},"args":[]}}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopify/cli",
|
|
3
|
-
"version": "3.30.
|
|
3
|
+
"version": "3.30.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A CLI tool to build for the Shopify platform",
|
|
6
6
|
"homepage": "https://github.com/shopify/cli#readme",
|
|
@@ -86,16 +86,16 @@
|
|
|
86
86
|
"@oclif/plugin-commands": "2.2.0",
|
|
87
87
|
"@oclif/plugin-help": "5.1.12",
|
|
88
88
|
"@oclif/plugin-plugins": "2.1.0",
|
|
89
|
-
"@shopify/cli-kit": "3.30.
|
|
90
|
-
"@shopify/plugin-ngrok": "3.30.
|
|
89
|
+
"@shopify/cli-kit": "3.30.1",
|
|
90
|
+
"@shopify/plugin-ngrok": "3.30.1"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
93
|
"@vitest/coverage-istanbul": "^0.23.4",
|
|
94
94
|
"vitest": "^0.23.4",
|
|
95
95
|
"vite": "^2.9.13",
|
|
96
|
-
"@shopify/app": "3.30.
|
|
97
|
-
"@shopify/cli-hydrogen": "3.30.
|
|
98
|
-
"@shopify/theme": "3.30.
|
|
96
|
+
"@shopify/app": "3.30.1",
|
|
97
|
+
"@shopify/cli-hydrogen": "3.30.1",
|
|
98
|
+
"@shopify/theme": "3.30.1"
|
|
99
99
|
},
|
|
100
100
|
"engine-strict": true,
|
|
101
101
|
"engines": {
|