@shopify/oxygen-cli 4.4.30-unstable.202409191209.0 → 4.4.30-unstable.202409191331.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,7 @@
7
7
  - a7a78d3: Update vite from 5.4.5 to 5.4.6
8
8
  - 9251021: Update eslint from 8.57.0 to 8.57.1
9
9
  - fc77a1b: Update tsup from 8.1.0 to 8.3.0
10
+ - 8763b58: bump micromatch from 4.0.7 to 4.0.8
10
11
 
11
12
  ## 4.4.28
12
13
 
@@ -194,5 +194,5 @@
194
194
  ]
195
195
  }
196
196
  },
197
- "version": "4.4.30-unstable.202409191209.0"
197
+ "version": "4.4.30-unstable.202409191331.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.30-unstable.202409191209.0",
8
+ "version": "4.4.30-unstable.202409191331.0",
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",