@shopify/oxygen-cli 4.4.1-unstable.202404031521.0 → 4.4.2-unstable.202404041427.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# @shopify/oxygen-cli
|
2
2
|
|
3
|
+
## 4.4.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 290a508: Update @types/node from 20.12.3 to 20.12.4
|
8
|
+
- 8484be2: Update oclif from 4.7.5 to 4.7.6
|
9
|
+
|
3
10
|
## 4.4.0
|
4
11
|
|
5
12
|
### Minor Changes
|
@@ -13,6 +20,7 @@
|
|
13
20
|
|
14
21
|
- a373143: Update path-parse from 1.0.6 to 1.0.7
|
15
22
|
- 69eee05: Update @types/node from 20.12.2 to 20.12.3
|
23
|
+
- 3920af1: Update vite from 5.2.7 to 5.2.8
|
16
24
|
|
17
25
|
## 4.3.7
|
18
26
|
|
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.4.
|
8
|
+
"version": "4.4.2-unstable.202404041427.0",
|
9
9
|
"type": "module",
|
10
10
|
"scripts": {
|
11
11
|
"build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
|
@@ -51,14 +51,14 @@
|
|
51
51
|
"@shopify/eslint-plugin": "^44.0.0",
|
52
52
|
"@shopify/prettier-config": "^1.1.2",
|
53
53
|
"@types/async": "^3.2.24",
|
54
|
-
"@types/node": "^20.12.
|
54
|
+
"@types/node": "^20.12.4",
|
55
55
|
"eslint": "^8.57.0",
|
56
56
|
"eslint-plugin-prettier": "^5.1.3",
|
57
57
|
"node-fetch": "^3.3.2",
|
58
58
|
"oclif": "^4",
|
59
59
|
"tsup": "^8.0.2",
|
60
60
|
"typescript": "^5.4.3",
|
61
|
-
"vite": "^5.2.
|
61
|
+
"vite": "^5.2.8",
|
62
62
|
"vitest": "^1.4.0"
|
63
63
|
},
|
64
64
|
"prettier": "@shopify/prettier-config",
|