@shopify/cli 0.3.0 → 0.4.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/CHANGELOG.md +6 -0
- package/bin/shopify-dev +1 -6
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/index.js.map +0 -1
package/CHANGELOG.md
CHANGED
package/bin/shopify-dev
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
3
|
const oclif = require('@oclif/core')
|
|
4
|
-
const Bugsnag = require('@bugsnag/js')
|
|
5
4
|
|
|
6
5
|
const path = require('path')
|
|
7
6
|
const project = path.join(__dirname, '..', 'tsconfig.json')
|
|
@@ -15,8 +14,4 @@ require('ts-node').register({project})
|
|
|
15
14
|
oclif.settings.debug = true;
|
|
16
15
|
|
|
17
16
|
// Start the CLI
|
|
18
|
-
oclif.run().then(oclif.flush).catch((error)
|
|
19
|
-
return new Promise((resolve, reject) => {
|
|
20
|
-
Bugsnag.notify(error, null, resolve);
|
|
21
|
-
}).then(oclif.Errors.handle(error));
|
|
22
|
-
})
|
|
17
|
+
oclif.run().then(oclif.flush).catch(oclif.Errors.handle(error))
|
package/dist/index.js
CHANGED
|
@@ -4,4 +4,4 @@ exports.run = void 0;
|
|
|
4
4
|
// CLI
|
|
5
5
|
var core_1 = require("@oclif/core");
|
|
6
6
|
Object.defineProperty(exports, "run", { enumerable: true, get: function () { return core_1.run; } });
|
|
7
|
-
//# sourceMappingURL=
|
|
7
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsTUFBTTtBQUNOLG9DQUFnQztBQUF4QiwyRkFBQSxHQUFHLE9BQUEifQ==
|
package/package.json
CHANGED
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,MAAM;AACN,oCAAgC;AAAxB,2FAAA,GAAG,OAAA"}
|