@shopify/oxygen-cli 5.0.1-unstable.202507092255.0 → 5.0.1-unstable.202507092257.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
@@ -8,6 +8,7 @@
8
8
 
9
9
  ### Minor Changes
10
10
 
11
+ - 1ac5ea5: Update graphql-request from 7.1.2 to 7.2.0
11
12
  - 7c050ac: Update @bugsnag/js from 8.2.0 to 8.4.0
12
13
  - cbb4d6e: Added error messages for 5xx status codes
13
14
  - 70115bb: Use "dist/server" as default worker directory
@@ -186,5 +186,5 @@
186
186
  ]
187
187
  }
188
188
  },
189
- "version": "5.0.1-unstable.202507092255.0"
189
+ "version": "5.0.1-unstable.202507092257.0"
190
190
  }
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "@shopify:registry": "https://registry.npmjs.org"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "5.0.1-unstable.202507092255.0",
8
+ "version": "5.0.1-unstable.202507092257.0",
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
@@ -40,7 +40,7 @@
40
40
  "@bugsnag/js": "^8.4.0",
41
41
  "@bugsnag/node": "^8.0.0",
42
42
  "async": "^3.2.6",
43
- "graphql-request": "^7.1.2"
43
+ "graphql-request": "^7.2.0"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@oclif/core": "^3.26.5",