@shopify/oxygen-cli 4.3.1-unstable.202402281542.0 → 4.3.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @shopify/oxygen-cli
2
2
 
3
+ ## 4.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 4e657dc: Update @types/node from 20.11.21 to 20.11.24
8
+
3
9
  ## 4.3.0
4
10
 
5
11
  ### Minor Changes
@@ -10,6 +16,7 @@
10
16
 
11
17
  ### Patch Changes
12
18
 
19
+ - 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
20
  - 4d067f9: Update eslint from 8.55.0 to 8.57.0
14
21
  - a4675f6: Update oclif from 4.4.17 to 4.4.18
15
22
  - da8dc0c: Update oclif from 4.4.18 to 4.4.19
@@ -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.202402281542.0"
186
+ "version": "4.3.1"
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.202402281542.0",
8
+ "version": "4.3.1",
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": ">=16.14.0"
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": "^2.11.7",
48
- "@shopify/cli-kit": "^3.51.0"
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.21",
56
+ "@types/node": "^20.11.24",
57
57
  "eslint": "^8.57.0",
58
58
  "eslint-plugin-prettier": "^5.1.3",
59
59
  "node-fetch": "^3.3.2",