@shopify/oxygen-cli 4.6.19-unstable.202504180912.0 → 4.6.19-unstable.202504180914.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 +1 -0
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -6,6 +6,7 @@
|
|
6
6
|
|
7
7
|
- e507108: Update @changesets/cli from 2.29.0 to 2.29.1
|
8
8
|
- b9ef01a: Update vite from 6.2.6 to 6.3.0
|
9
|
+
- a20f7ce: Update @changesets/cli from 2.29.1 to 2.29.2
|
9
10
|
- 817a449: use launchCLI from @shopify/cli-kit to launch, bump @shopify/cli-kit version constraint
|
10
11
|
- 5c54c1c: Use Observe proxy for Bugsnag notifier
|
11
12
|
|
package/oclif.manifest.json
CHANGED
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.6.19-unstable.
|
8
|
+
"version": "4.6.19-unstable.202504180914.0",
|
9
9
|
"type": "module",
|
10
10
|
"scripts": {
|
11
11
|
"build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
|
@@ -48,7 +48,7 @@
|
|
48
48
|
},
|
49
49
|
"devDependencies": {
|
50
50
|
"@bugsnag/source-maps": "^2.3.3",
|
51
|
-
"@changesets/cli": "^2.29.
|
51
|
+
"@changesets/cli": "^2.29.2",
|
52
52
|
"@shopify/eslint-plugin": "^48.0.2",
|
53
53
|
"@shopify/prettier-config": "^1.1.4",
|
54
54
|
"@types/async": "^3.2.24",
|