@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @shopify/cli
2
2
 
3
+ ## 0.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - ac955a9: Remove the Bugsnag setup from the CLI used for development purposes
8
+
3
9
  ## 0.3.0
4
10
 
5
11
  ### Minor Changes
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=index.js.map
7
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsTUFBTTtBQUNOLG9DQUFnQztBQUF4QiwyRkFBQSxHQUFHLE9BQUEifQ==
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/cli",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "private": false,
5
5
  "description": "A CLI tool to build for the Shopify platform",
6
6
  "keywords": [
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"}