@shopify/oxygen-cli 4.6.13-unstable.202503031604.0 → 4.6.13
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 +9 -0
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,11 +1,20 @@
|
|
1
1
|
# @shopify/oxygen-cli
|
2
2
|
|
3
|
+
## 4.6.13
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 2d5ef12: Update @types/node from 22.13.8 to 22.13.9
|
8
|
+
- fb11495: Update @types/node from 22.13.9 to 22.13.10
|
9
|
+
|
3
10
|
## 4.6.12
|
4
11
|
|
5
12
|
### Patch Changes
|
6
13
|
|
7
14
|
- 292b5d6: Update tsup from 8.3.6 to 8.4.0
|
8
15
|
- 34617fb: Update @types/node from 22.13.5 to 22.13.8
|
16
|
+
- 00ab5f7: Update oclif from 4.17.32 to 4.17.34
|
17
|
+
- 0b94bc2: Update typescript from 5.7.3 to 5.8.2
|
9
18
|
|
10
19
|
## 4.6.11
|
11
20
|
|
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.13
|
8
|
+
"version": "4.6.13",
|
9
9
|
"type": "module",
|
10
10
|
"scripts": {
|
11
11
|
"build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
|
@@ -51,13 +51,13 @@
|
|
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.13.
|
54
|
+
"@types/node": "^22.13.10",
|
55
55
|
"eslint": "^8.57.1",
|
56
56
|
"eslint-plugin-prettier": "^5.2.3",
|
57
57
|
"node-fetch": "^3.3.2",
|
58
58
|
"oclif": "^4",
|
59
59
|
"tsup": "^8.4.0",
|
60
|
-
"typescript": "^5.
|
60
|
+
"typescript": "^5.8.2",
|
61
61
|
"vite": "^6.1.1",
|
62
62
|
"vitest": "^3.0.6"
|
63
63
|
},
|