@shopify/cli 0.15.0 → 0.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/CHANGELOG.md +27 -0
- package/bin/run.js +4 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +9 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @shopify/cli
|
|
2
2
|
|
|
3
|
+
## 0.30.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- New CLI version
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @shopify/cli-kit@0.30.1
|
|
10
|
+
|
|
11
|
+
## 0.30.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- Fix the releasing of @shopify/cli
|
|
16
|
+
|
|
17
|
+
## 0.29.1
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [c31bb1e]
|
|
22
|
+
- @shopify/cli-kit@0.29.1
|
|
23
|
+
|
|
24
|
+
## 0.16.0
|
|
25
|
+
|
|
26
|
+
### Minor Changes
|
|
27
|
+
|
|
28
|
+
- Fix executables not running in the production version of the CLI
|
|
29
|
+
|
|
3
30
|
## 0.15.0
|
|
4
31
|
|
|
5
32
|
### Minor Changes
|
package/bin/run.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import Bugsnag from '@bugsnag/js';
|
|
|
3
3
|
import { environment, error } from '@shopify/cli-kit';
|
|
4
4
|
|
|
5
5
|
function runCLI() {
|
|
6
|
-
if (environment.isDebug()) {
|
|
6
|
+
if (environment.local.isDebug()) {
|
|
7
7
|
settings.debug = true;
|
|
8
8
|
} else {
|
|
9
9
|
Bugsnag.start({ apiKey: "9e1e6889176fd0c795d5c659225e0fae", logger: null });
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["// CLI\nimport {run, settings, flush, Errors} from '@oclif/core'
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["// CLI\nimport {run, settings, flush, Errors} from '@oclif/core'\nimport Bugsnag from '@bugsnag/js'\nimport {error as kitError, environment} from '@shopify/cli-kit'\n\nfunction runCLI() {\n if (environment.local.isDebug()) {\n settings.debug = true\n } else {\n Bugsnag.start({apiKey: '9e1e6889176fd0c795d5c659225e0fae', logger: null})\n }\n\n run(undefined, import.meta.url)\n .then(flush)\n .catch((error: Error): Promise<void | Error> => {\n const bugsnagHandle = new Promise<Error>((resolve) => {\n Bugsnag.notify(error, undefined, resolve)\n resolve(error)\n })\n const oclifHandle = Errors.handle\n const kitHandle = kitError.handler\n // eslint-disable-next-line promise/no-nesting\n return bugsnagHandle.then(kitHandle).then(oclifHandle)\n })\n}\n\nexport default runCLI\n"],"names":["error","kitError"],"mappings":";;;;AAGA,SAAS,MAAM,GAAG;AAClB,EAAE,IAAI,WAAW,CAAC,KAAK,CAAC,OAAO,EAAE,EAAE;AACnC,IAAI,QAAQ,CAAC,KAAK,GAAG,IAAI,CAAC;AAC1B,GAAG,MAAM;AACT,IAAI,OAAO,CAAC,KAAK,CAAC,EAAE,MAAM,EAAE,kCAAkC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC,CAAC;AAChF,GAAG;AACH,EAAE,GAAG,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,CAACA,OAAK,KAAK;AAC5D,IAAI,MAAM,aAAa,GAAG,IAAI,OAAO,CAAC,CAAC,OAAO,KAAK;AACnD,MAAM,OAAO,CAAC,MAAM,CAACA,OAAK,EAAE,KAAK,CAAC,EAAE,OAAO,CAAC,CAAC;AAC7C,MAAM,OAAO,CAACA,OAAK,CAAC,CAAC;AACrB,KAAK,CAAC,CAAC;AACP,IAAI,MAAM,WAAW,GAAG,MAAM,CAAC,MAAM,CAAC;AACtC,IAAI,MAAM,SAAS,GAAGC,KAAQ,CAAC,OAAO,CAAC;AACvC,IAAI,OAAO,aAAa,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC;AAC3D,GAAG,CAAC,CAAC;AACL;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopify/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.30.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A CLI tool to build for the Shopify platform",
|
|
6
6
|
"type": "module",
|
|
@@ -12,6 +12,12 @@
|
|
|
12
12
|
"shopify-partners"
|
|
13
13
|
],
|
|
14
14
|
"license": "MIT",
|
|
15
|
+
"exports": {
|
|
16
|
+
".": {
|
|
17
|
+
"import": "./dist/index.js",
|
|
18
|
+
"types": "./dist/index.d.ts"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
15
21
|
"bin": {
|
|
16
22
|
"shopify": "./bin/run.js"
|
|
17
23
|
},
|
|
@@ -42,9 +48,9 @@
|
|
|
42
48
|
},
|
|
43
49
|
"dependencies": {
|
|
44
50
|
"@bugsnag/js": "^7.14.1",
|
|
45
|
-
"@oclif/core": "1.3.
|
|
51
|
+
"@oclif/core": "1.3.6",
|
|
46
52
|
"@oclif/plugin-help": "^5.1.11",
|
|
47
|
-
"@shopify/cli-kit": "0.
|
|
53
|
+
"@shopify/cli-kit": "0.30.1"
|
|
48
54
|
},
|
|
49
55
|
"engine-strict": true,
|
|
50
56
|
"engines": {
|