@shopify/oxygen-cli 4.6.17-unstable.202504021445.0 → 4.6.17-unstable.202504071530.0
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 +4 -0
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -7,6 +7,10 @@
|
|
7
7
|
- 9c1a897: Update vite from 6.2.3 to 6.2.4
|
8
8
|
- 10db469: Update @types/node from 22.13.14 to 22.13.16
|
9
9
|
- 85730c4: Update @types/node from 22.13.16 to 22.13.17
|
10
|
+
- ab75889: Update vite from 6.2.4 to 6.2.5
|
11
|
+
- 9bf03be: Update eslint-plugin-prettier from 5.2.5 to 5.2.6
|
12
|
+
- 930acdf: Update @types/node from 22.13.17 to 22.14.0
|
13
|
+
- 49f4b2d: Update typescript from 5.8.2 to 5.8.3
|
10
14
|
|
11
15
|
## 4.6.15
|
12
16
|
|
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.6.17-unstable.
|
8
|
+
"version": "4.6.17-unstable.202504071530.0",
|
9
9
|
"type": "module",
|
10
10
|
"scripts": {
|
11
11
|
"build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
|
@@ -51,15 +51,15 @@
|
|
51
51
|
"@shopify/eslint-plugin": "^48.0.2",
|
52
52
|
"@shopify/prettier-config": "^1.1.4",
|
53
53
|
"@types/async": "^3.2.24",
|
54
|
-
"@types/node": "^22.
|
54
|
+
"@types/node": "^22.14.0",
|
55
55
|
"eslint": "^8.57.1",
|
56
56
|
"eslint-plugin-node": "^11.1.0",
|
57
|
-
"eslint-plugin-prettier": "^5.2.
|
57
|
+
"eslint-plugin-prettier": "^5.2.6",
|
58
58
|
"node-fetch": "^3.3.2",
|
59
59
|
"oclif": "^4",
|
60
60
|
"tsup": "^8.4.0",
|
61
|
-
"typescript": "^5.8.
|
62
|
-
"vite": "^6.2.
|
61
|
+
"typescript": "^5.8.3",
|
62
|
+
"vite": "^6.2.5",
|
63
63
|
"vitest": "^3.1.1"
|
64
64
|
},
|
65
65
|
"prettier": "@shopify/prettier-config",
|