@shopify/oxygen-cli 5.0.1-unstable.202507092248.0 → 5.0.1-unstable.202507092255.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
@@ -15,6 +15,7 @@
15
15
  ### Patch Changes
16
16
 
17
17
  - 7977fc5: Update changesets/action from 1.5.0 to 1.5.3
18
+ - 590b1b3: Update @types/node from 22.15.17 to 22.15.21
18
19
  - 18c232a: Update brace-expansion from 1.1.11 to 1.1.12
19
20
  - d2b6c7c: Update @changesets/cli from 2.29.3 to 2.29.4
20
21
  - 510de01: Update vitest from 3.1.3 to 3.1.4
@@ -186,5 +186,5 @@
186
186
  ]
187
187
  }
188
188
  },
189
- "version": "5.0.1-unstable.202507092248.0"
189
+ "version": "5.0.1-unstable.202507092255.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.202507092248.0",
8
+ "version": "5.0.1-unstable.202507092255.0",
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
@@ -52,7 +52,7 @@
52
52
  "@shopify/eslint-plugin": "^48.0.2",
53
53
  "@shopify/prettier-config": "^1.1.4",
54
54
  "@types/async": "^3.2.24",
55
- "@types/node": "^22.15.17",
55
+ "@types/node": "^22.15.21",
56
56
  "eslint": "^8.57.1",
57
57
  "eslint-plugin-node": "^11.1.0",
58
58
  "eslint-plugin-prettier": "^5.5.1",