@shopify/oxygen-cli 4.6.5-unstable.202501031513.0 → 4.6.6-unstable.202501091733.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -0
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,11 +1,18 @@
|
|
1
1
|
# @shopify/oxygen-cli
|
2
2
|
|
3
|
+
## 4.6.5
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- c22dd18: Update typescript from 5.7.2 to 5.7.3
|
8
|
+
|
3
9
|
## 4.6.4
|
4
10
|
|
5
11
|
### Patch Changes
|
6
12
|
|
7
13
|
- 68c01ca: Update @types/node from 22.10.2 to 22.10.3
|
8
14
|
- 18cc310: Update @types/node from 22.10.3 to 22.10.5
|
15
|
+
- 3dbe6a6: Update oclif from 4.16.0 to 4.17.10
|
9
16
|
|
10
17
|
## 4.6.3
|
11
18
|
|
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
|
+
"version": "4.6.6-unstable.202501091733.0",
|
9
9
|
"type": "module",
|
10
10
|
"scripts": {
|
11
11
|
"build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
|
@@ -57,7 +57,7 @@
|
|
57
57
|
"node-fetch": "^3.3.2",
|
58
58
|
"oclif": "^4",
|
59
59
|
"tsup": "^8.3.5",
|
60
|
-
"typescript": "^5.7.
|
60
|
+
"typescript": "^5.7.3",
|
61
61
|
"vite": "^5.4.11",
|
62
62
|
"vitest": "^2.1.8"
|
63
63
|
},
|