@shopify/oxygen-cli 4.6.5-unstable.202501070035.0 → 4.6.5
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -6,8 +6,8 @@ async function runOxygenCLI() {
|
|
|
6
6
|
development: false
|
|
7
7
|
});
|
|
8
8
|
}
|
|
9
|
-
var
|
|
9
|
+
var index_default = runOxygenCLI;
|
|
10
10
|
|
|
11
|
-
export {
|
|
11
|
+
export { index_default as default };
|
|
12
12
|
//# sourceMappingURL=index.js.map
|
|
13
13
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;AAEA,eAAe,YAAe,GAAA;AAC5B,EAAA,MAAM,MAAO,CAAA;AAAA,IACX,WAAW,MAAY,CAAA,IAAA,CAAA,GAAA;AAAA,IACvB,WAAa,EAAA,KAAA;AAAA,GACd,CAAA,CAAA;AACH,CAAA;AAEA,IAAO,
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;AAEA,eAAe,YAAe,GAAA;AAC5B,EAAA,MAAM,MAAO,CAAA;AAAA,IACX,WAAW,MAAY,CAAA,IAAA,CAAA,GAAA;AAAA,IACvB,WAAa,EAAA,KAAA;AAAA,GACd,CAAA,CAAA;AACH,CAAA;AAEA,IAAO,aAAQ,GAAA","file":"index.js","sourcesContent":["import {runCLI} from '@shopify/cli-kit/node/cli';\n\nasync function runOxygenCLI() {\n await runCLI({\n moduleURL: import.meta.url,\n development: false,\n });\n}\n\nexport default runOxygenCLI;\n"]}
|
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.5
|
|
8
|
+
"version": "4.6.5",
|
|
9
9
|
"type": "module",
|
|
10
10
|
"scripts": {
|
|
11
11
|
"build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"node-fetch": "^3.3.2",
|
|
58
58
|
"oclif": "^4",
|
|
59
59
|
"tsup": "^8.3.5",
|
|
60
|
-
"typescript": "^5.7.
|
|
61
|
-
"vite": "^
|
|
60
|
+
"typescript": "^5.7.3",
|
|
61
|
+
"vite": "^6.0.7",
|
|
62
62
|
"vitest": "^2.1.8"
|
|
63
63
|
},
|
|
64
64
|
"prettier": "@shopify/prettier-config",
|