@shopify/oxygen-cli 4.3.5-unstable.202403151444.0 → 4.3.6-unstable.202403191432.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,5 +1,11 @@
|
|
1
1
|
# @shopify/oxygen-cli
|
2
2
|
|
3
|
+
## 4.3.5
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- e164e4a: Update @types/node from 20.11.28 to 20.11.30
|
8
|
+
|
3
9
|
## 4.3.4
|
4
10
|
|
5
11
|
### Patch Changes
|
@@ -7,6 +13,7 @@
|
|
7
13
|
- 9825b64: Update @types/node from 20.11.26 to 20.11.27
|
8
14
|
- caf7fd2: Update @types/node from 20.11.27 to 20.11.28
|
9
15
|
- 79a4b54: Update vitest from 1.3.1 to 1.4.0
|
16
|
+
- 9724909: Update oclif from 4.5.4 to 4.5.7
|
10
17
|
|
11
18
|
## 4.3.3
|
12
19
|
|
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.3.
|
8
|
+
"version": "4.3.6-unstable.202403191432.0",
|
9
9
|
"type": "module",
|
10
10
|
"scripts": {
|
11
11
|
"build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
|
@@ -53,7 +53,7 @@
|
|
53
53
|
"@shopify/eslint-plugin": "^44.0.0",
|
54
54
|
"@shopify/prettier-config": "^1.1.2",
|
55
55
|
"@types/async": "^3.2.24",
|
56
|
-
"@types/node": "^20.11.
|
56
|
+
"@types/node": "^20.11.30",
|
57
57
|
"eslint": "^8.57.0",
|
58
58
|
"eslint-plugin-prettier": "^5.1.3",
|
59
59
|
"node-fetch": "^3.3.2",
|