@shopify/oxygen-cli 4.6.8-unstable.202501271530.0 → 4.6.8
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +11 -0
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# @shopify/oxygen-cli
|
2
2
|
|
3
|
+
## 4.6.8
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 44b7817: Update @bugsnag/js from 8.1.2 to 8.2.0
|
8
|
+
- 5dd422b: Update oclif from 4.17.19 to 4.17.20
|
9
|
+
- f921837: Update @types/node from 22.10.10 to 22.12.0
|
10
|
+
- cc8faf4: Update oclif from 4.17.20 to 4.17.21
|
11
|
+
- e52c28f: Update oclif from 4.17.21 to 4.17.25
|
12
|
+
|
3
13
|
## 4.6.7
|
4
14
|
|
5
15
|
### Patch Changes
|
@@ -11,6 +21,7 @@
|
|
11
21
|
- 0445c53: Update @types/node from 22.10.9 to 22.10.10
|
12
22
|
- 90b45a8: Update @bugsnag/core from 8.1.1 to 8.2.0
|
13
23
|
- b50732b: Update tsup from 8.3.5 to 8.3.6
|
24
|
+
- 30f4f62: Update oclif from 4.17.17 to 4.17.19
|
14
25
|
- 6806b95: Include worker startup time in error message when deployment fails because it exceeded the CPU time limit
|
15
26
|
|
16
27
|
## 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
|
8
|
+
"version": "4.6.8",
|
9
9
|
"type": "module",
|
10
10
|
"scripts": {
|
11
11
|
"build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
|
@@ -37,7 +37,7 @@
|
|
37
37
|
],
|
38
38
|
"dependencies": {
|
39
39
|
"@bugsnag/core": "^8.2.0",
|
40
|
-
"@bugsnag/js": "^8.
|
40
|
+
"@bugsnag/js": "^8.2.0",
|
41
41
|
"@bugsnag/node": "^8.0.0",
|
42
42
|
"async": "^3.2.6"
|
43
43
|
},
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"@shopify/eslint-plugin": "^46.0.0",
|
52
52
|
"@shopify/prettier-config": "^1.1.2",
|
53
53
|
"@types/async": "^3.2.24",
|
54
|
-
"@types/node": "^22.
|
54
|
+
"@types/node": "^22.12.0",
|
55
55
|
"eslint": "^8.57.1",
|
56
56
|
"eslint-plugin-prettier": "^5.2.3",
|
57
57
|
"node-fetch": "^3.3.2",
|