@shopify/oxygen-cli 4.3.1-unstable.202402271541.0 → 4.3.1-unstable.202402291305.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +2 -0
- package/oclif.manifest.json +2 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -10,9 +10,11 @@
|
|
10
10
|
|
11
11
|
### Patch Changes
|
12
12
|
|
13
|
+
- 7bad0d7: bumps @oclif/core to ^3.15.1 and @shopify/cli-kit to ^3.56.2 to match cli-hydrogen. This means the minimum required Node version is now v18.12.0.
|
13
14
|
- 4d067f9: Update eslint from 8.55.0 to 8.57.0
|
14
15
|
- a4675f6: Update oclif from 4.4.17 to 4.4.18
|
15
16
|
- da8dc0c: Update oclif from 4.4.18 to 4.4.19
|
17
|
+
- aba812e: Update @types/node from 20.11.20 to 20.11.21
|
16
18
|
|
17
19
|
## 4.2.0
|
18
20
|
|
package/oclif.manifest.json
CHANGED
@@ -172,6 +172,7 @@
|
|
172
172
|
"pluginName": "@shopify/oxygen-cli",
|
173
173
|
"pluginType": "core",
|
174
174
|
"strict": true,
|
175
|
+
"enableJsonFlag": false,
|
175
176
|
"hasCustomBuildCommand": false,
|
176
177
|
"isESM": true,
|
177
178
|
"relativePath": [
|
@@ -182,5 +183,5 @@
|
|
182
183
|
]
|
183
184
|
}
|
184
185
|
},
|
185
|
-
"version": "4.3.1-unstable.
|
186
|
+
"version": "4.3.1-unstable.202402291305.0"
|
186
187
|
}
|
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.1-unstable.
|
8
|
+
"version": "4.3.1-unstable.202402291305.0",
|
9
9
|
"type": "module",
|
10
10
|
"scripts": {
|
11
11
|
"build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
|
@@ -25,7 +25,7 @@
|
|
25
25
|
"oxygen-cli": "./dist/oxygen-cli.js"
|
26
26
|
},
|
27
27
|
"engines": {
|
28
|
-
"node": ">=
|
28
|
+
"node": ">=18.12.0"
|
29
29
|
},
|
30
30
|
"exports": {
|
31
31
|
"./deploy": "./dist/deploy/index.js",
|
@@ -44,8 +44,8 @@
|
|
44
44
|
"dotenv": "^16.4.5"
|
45
45
|
},
|
46
46
|
"peerDependencies": {
|
47
|
-
"@oclif/core": "^
|
48
|
-
"@shopify/cli-kit": "^3.
|
47
|
+
"@oclif/core": "^3.15.1",
|
48
|
+
"@shopify/cli-kit": "^3.56.2"
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
51
51
|
"@bugsnag/source-maps": "^2.3.1",
|
@@ -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.21",
|
57
57
|
"eslint": "^8.57.0",
|
58
58
|
"eslint-plugin-prettier": "^5.1.3",
|
59
59
|
"node-fetch": "^3.3.2",
|