@shopify/oxygen-cli 4.6.8-unstable.202501271530.0 → 4.6.8-unstable.202501271531.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +1 -0
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -11,6 +11,7 @@
|
|
11
11
|
- 0445c53: Update @types/node from 22.10.9 to 22.10.10
|
12
12
|
- 90b45a8: Update @bugsnag/core from 8.1.1 to 8.2.0
|
13
13
|
- b50732b: Update tsup from 8.3.5 to 8.3.6
|
14
|
+
- 30f4f62: Update oclif from 4.17.17 to 4.17.19
|
14
15
|
- 6806b95: Include worker startup time in error message when deployment fails because it exceeded the CPU time limit
|
15
16
|
|
16
17
|
## 4.6.6
|
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.8-unstable.
|
8
|
+
"version": "4.6.8-unstable.202501271531.0",
|
9
9
|
"type": "module",
|
10
10
|
"scripts": {
|
11
11
|
"build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
|