@shopify/oxygen-cli 2.5.2-unstable.202311071539.0 → 2.6.0
Sign up to get free protection for your applications and to get access to all the features.
- package/oclif.manifest.json +1 -2
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
@@ -157,7 +157,6 @@
|
|
157
157
|
"pluginName": "@shopify/oxygen-cli",
|
158
158
|
"pluginType": "core",
|
159
159
|
"strict": true,
|
160
|
-
"enableJsonFlag": false,
|
161
160
|
"hasCustomBuildCommand": false,
|
162
161
|
"isESM": true,
|
163
162
|
"relativePath": [
|
@@ -168,5 +167,5 @@
|
|
168
167
|
]
|
169
168
|
}
|
170
169
|
},
|
171
|
-
"version": "2.
|
170
|
+
"version": "2.6.0"
|
172
171
|
}
|
package/package.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
"@shopify:registry": "https://registry.npmjs.org"
|
6
6
|
},
|
7
7
|
"license": "MIT",
|
8
|
-
"version": "2.
|
8
|
+
"version": "2.6.0",
|
9
9
|
"type": "module",
|
10
10
|
"scripts": {
|
11
11
|
"build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
"@bugsnag/core": "^7.19.0",
|
39
39
|
"@bugsnag/js": "^7.21.0",
|
40
40
|
"@bugsnag/node": "^7.19.0",
|
41
|
-
"@oclif/core": "
|
41
|
+
"@oclif/core": "2.11.7",
|
42
42
|
"@shopify/cli-kit": "^3.50.2",
|
43
43
|
"async": "^3.2.5"
|
44
44
|
},
|