@shopify/oxygen-cli 4.4.28-unstable.202409051830.0 → 4.4.28-unstable.202409091445.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -5,10 +5,12 @@
5
5
  ### Patch Changes
6
6
 
7
7
  - 659dc31: Update @shopify/eslint-plugin from 45.0.0 to 46.0.0
8
+ - 9c33e41: Update @bugsnag/core from 7.25.0 to 8.0.0
8
9
  - 5793878: Update @bugsnag/node from 7.25.0 to 8.0.0
9
10
  - 7ea5661: Update @bugsnag/js from 7.25.0 to 8.0.0
10
11
  - 7239049: Update vite from 5.4.2 to 5.4.3
11
12
  - 2ce8171: Update @changesets/cli from 2.27.7 to 2.27.8
13
+ - d9361c4: Update oclif from 4.14.29 to 4.14.31
12
14
 
13
15
  ## 4.4.26
14
16
 
@@ -1,7 +1,7 @@
1
- import * as BugsnagCore from '@bugsnag/core';
1
+ import Bugsnag from '@bugsnag/node';
2
2
 
3
3
  declare function initializeBugsnag(disableBugsnag: boolean): void;
4
- declare function getBugsnag(): BugsnagCore.Client | undefined;
4
+ declare function getBugsnag(): Bugsnag.Client | undefined;
5
5
  declare function sanitizeError(error: Error | string, rootPath?: string): Error | string;
6
6
 
7
7
  export { getBugsnag, initializeBugsnag, sanitizeError };
@@ -194,5 +194,5 @@
194
194
  ]
195
195
  }
196
196
  },
197
- "version": "4.4.28-unstable.202409051830.0"
197
+ "version": "4.4.28-unstable.202409091445.0"
198
198
  }
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "@shopify:registry": "https://registry.npmjs.org"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "4.4.28-unstable.202409051830.0",
8
+ "version": "4.4.28-unstable.202409091445.0",
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
@@ -36,7 +36,7 @@
36
36
  "CHANGELOG.md"
37
37
  ],
38
38
  "dependencies": {
39
- "@bugsnag/core": "^7.25.0",
39
+ "@bugsnag/core": "^8.0.0",
40
40
  "@bugsnag/js": "^8.0.0",
41
41
  "@bugsnag/node": "^8.0.0",
42
42
  "async": "^3.2.6"