@shopify/oxygen-cli 6.0.1-unstable.202507281554.0 → 6.0.1-unstable.202507291538.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
@@ -10,6 +10,8 @@
10
10
  ### Minor Changes
11
11
 
12
12
  - 5af26a7: Remove consoleError call, add missing test for deploy entrypoint
13
+ - 3031eb2: Update oclif from 4.17.46 to 4.18.0
14
+ - fadf06b: Update eslint from 9.30.1 to 9.32.0
13
15
 
14
16
  ## 5.0.0
15
17
 
@@ -186,5 +186,5 @@
186
186
  ]
187
187
  }
188
188
  },
189
- "version": "6.0.1-unstable.202507281554.0"
189
+ "version": "6.0.1-unstable.202507291538.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": "6.0.1-unstable.202507281554.0",
8
+ "version": "6.0.1-unstable.202507291538.0",
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
@@ -53,7 +53,7 @@
53
53
  "@shopify/prettier-config": "^1.1.4",
54
54
  "@types/async": "^3.2.24",
55
55
  "@types/node": "^22.15.21",
56
- "eslint": "^9.30.1",
56
+ "eslint": "^9.32.0",
57
57
  "eslint-plugin-node": "^11.1.0",
58
58
  "eslint-plugin-prettier": "^5.5.1",
59
59
  "node-fetch": "^3.3.2",