@shopify/oxygen-cli 3.1.4-unstable.202312131452.0 → 3.1.4
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 +7 -0
- package/oclif.manifest.json +1 -1
- package/package.json +6 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @shopify/oxygen-cli
|
|
2
2
|
|
|
3
|
+
## 3.1.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 21a4deb: Define shared Hydrogen dependencies as peerDependencies
|
|
8
|
+
|
|
3
9
|
## 3.1.3
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -7,6 +13,7 @@
|
|
|
7
13
|
- 3c9f36d: Update vitest from 0.34.6 to 1.0.0
|
|
8
14
|
- e8a5a58: Update @shopify/eslint-plugin from 43.0.0 to 44.0.0
|
|
9
15
|
- 2ef909e: Update tsup from 7.3.0 to 8.0.1
|
|
16
|
+
- 243a30d: Update vitest from 1.0.0 to 1.0.4
|
|
10
17
|
|
|
11
18
|
## 3.1.2
|
|
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": "3.1.4
|
|
8
|
+
"version": "3.1.4",
|
|
9
9
|
"type": "module",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
|
|
@@ -39,10 +39,12 @@
|
|
|
39
39
|
"@bugsnag/core": "^7.19.0",
|
|
40
40
|
"@bugsnag/js": "^7.22.2",
|
|
41
41
|
"@bugsnag/node": "^7.19.0",
|
|
42
|
-
"@oclif/core": "2.11.7",
|
|
43
|
-
"@shopify/cli-kit": "^3.52.0",
|
|
44
42
|
"async": "^3.2.5"
|
|
45
43
|
},
|
|
44
|
+
"peerDependencies": {
|
|
45
|
+
"@oclif/core": "^2.11.7",
|
|
46
|
+
"@shopify/cli-kit": "^3.51.0"
|
|
47
|
+
},
|
|
46
48
|
"devDependencies": {
|
|
47
49
|
"@bugsnag/source-maps": "^2.3.1",
|
|
48
50
|
"@changesets/cli": "^2.27.1",
|
|
@@ -57,7 +59,7 @@
|
|
|
57
59
|
"tsup": "^8.0.1",
|
|
58
60
|
"typescript": "^5.3.3",
|
|
59
61
|
"vite": "^4.4.10",
|
|
60
|
-
"vitest": "^1.0.
|
|
62
|
+
"vitest": "^1.0.4"
|
|
61
63
|
},
|
|
62
64
|
"prettier": "@shopify/prettier-config",
|
|
63
65
|
"oclif": {
|