@shopify/cli-kit 3.85.2 → 3.85.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/cli-kit",
3
- "version": "3.85.2",
3
+ "version": "3.85.3",
4
4
  "private": false,
5
5
  "description": "A set of utilities, interfaces, and models that are common across all the platform features",
6
6
  "keywords": [
@@ -87,7 +87,7 @@
87
87
  },
88
88
  "dependencies": {
89
89
  "@apidevtools/json-schema-ref-parser": "11.7.3",
90
- "@bugsnag/js": "7.25.0",
90
+ "@bugsnag/js": "8.6.0",
91
91
  "@graphql-typed-document-node/core": "3.2.0",
92
92
  "@iarna/toml": "2.2.5",
93
93
  "@oclif/core": "4.5.3",
@@ -1,6 +0,0 @@
1
- /**
2
- * Returns true if the POLARIS_UNIFIED environment variable is set to true.
3
- *
4
- * @returns `true` if the POLARIS_UNIFIED environment variable is set to true.
5
- */
6
- export declare function isPolarisUnifiedEnabled(): boolean;
@@ -1,10 +0,0 @@
1
- import { isTruthy } from './context/utilities.js';
2
- /**
3
- * Returns true if the POLARIS_UNIFIED environment variable is set to true.
4
- *
5
- * @returns `true` if the POLARIS_UNIFIED environment variable is set to true.
6
- */
7
- export function isPolarisUnifiedEnabled() {
8
- return isTruthy(process.env.POLARIS_UNIFIED);
9
- }
10
- //# sourceMappingURL=is-polaris-unified-enabled.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"is-polaris-unified-enabled.js","sourceRoot":"","sources":["../../../src/public/node/is-polaris-unified-enabled.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,wBAAwB,CAAA;AAE/C;;;;GAIG;AACH,MAAM,UAAU,uBAAuB;IACrC,OAAO,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,eAAe,CAAC,CAAA;AAC9C,CAAC","sourcesContent":["import {isTruthy} from './context/utilities.js'\n\n/**\n * Returns true if the POLARIS_UNIFIED environment variable is set to true.\n *\n * @returns `true` if the POLARIS_UNIFIED environment variable is set to true.\n */\nexport function isPolarisUnifiedEnabled(): boolean {\n return isTruthy(process.env.POLARIS_UNIFIED)\n}\n"]}