New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More →

@shopify/cli

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/cli - npm Package Compare versions

Comparing version

to
0.33.3

# @shopify/cli
## 0.33.3
### Patch Changes
- Updated dependencies
- @shopify/cli-kit@0.33.3
## 0.33.2

@@ -4,0 +11,0 @@

@@ -21,3 +21,5 @@ import { settings, run, flush, Errors } from '@oclif/core';

return bugsnagHandle.then((error2) => {
oclifHandle(error2);
if (settings.debug) {
oclifHandle(error2);
}
kitHandle(error2);

@@ -24,0 +26,0 @@ });

{
"name": "@shopify/cli",
"version": "0.33.2",
"version": "0.33.3",
"private": false,

@@ -53,3 +53,3 @@ "description": "A CLI tool to build for the Shopify platform",

"@oclif/plugin-help": "^5.1.11",
"@shopify/cli-kit": "0.33.2"
"@shopify/cli-kit": "0.33.3"
},

@@ -56,0 +56,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet