@shopify/oxygen-cli 4.4.12-unstable.202406101413.0 → 4.4.12
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +10 -0
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,9 +1,19 @@
|
|
1
1
|
# @shopify/oxygen-cli
|
2
2
|
|
3
|
+
## 4.4.12
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- e56865e: Update oclif from 4.13.5 to 4.13.6
|
8
|
+
- a1b4ad1: Update vite from 5.2.13 to 5.3.0
|
9
|
+
- f98e8b7: Update vite from 5.3.0 to 5.3.1
|
10
|
+
- a9d457a: Update oclif from 4.13.6 to 4.13.7
|
11
|
+
|
3
12
|
## 4.4.11
|
4
13
|
|
5
14
|
### Patch Changes
|
6
15
|
|
16
|
+
- fb9add6: Update @shopify/eslint-plugin from 44.0.0 to 45.0.0
|
7
17
|
- 0670e3c: Update @types/node from 20.14.0 to 20.14.1
|
8
18
|
- 250fbfc: Update oclif from 4.12.3 to 4.13.0
|
9
19
|
- 7ff4fec: Update @types/node from 20.14.1 to 20.14.2
|
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.12
|
8
|
+
"version": "4.4.12",
|
9
9
|
"type": "module",
|
10
10
|
"scripts": {
|
11
11
|
"build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
|
@@ -48,7 +48,7 @@
|
|
48
48
|
"devDependencies": {
|
49
49
|
"@bugsnag/source-maps": "^2.3.3",
|
50
50
|
"@changesets/cli": "^2.27.5",
|
51
|
-
"@shopify/eslint-plugin": "^
|
51
|
+
"@shopify/eslint-plugin": "^45.0.0",
|
52
52
|
"@shopify/prettier-config": "^1.1.2",
|
53
53
|
"@types/async": "^3.2.24",
|
54
54
|
"@types/node": "^20.14.2",
|
@@ -58,7 +58,7 @@
|
|
58
58
|
"oclif": "^4",
|
59
59
|
"tsup": "^8.1.0",
|
60
60
|
"typescript": "^5.4.5",
|
61
|
-
"vite": "^5.
|
61
|
+
"vite": "^5.3.1",
|
62
62
|
"vitest": "^1.6.0"
|
63
63
|
},
|
64
64
|
"prettier": "@shopify/prettier-config",
|