@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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @shopify/oxygen-cli
2
2
 
3
+ ## 4.6.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 92600c1: Update vite from 5.4.11 to 6.0.7
8
+ - c22dd18: Update typescript from 5.7.2 to 5.7.3
9
+
3
10
  ## 4.6.4
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -6,8 +6,8 @@ async function runOxygenCLI() {
6
6
  development: false
7
7
  });
8
8
  }
9
- var src_default = runOxygenCLI;
9
+ var index_default = runOxygenCLI;
10
10
 
11
- export { src_default as default };
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,WAAQ,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"]}
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"]}
@@ -203,5 +203,5 @@
203
203
  ]
204
204
  }
205
205
  },
206
- "version": "4.6.5-unstable.202501070035.0"
206
+ "version": "4.6.5"
207
207
  }
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-unstable.202501070035.0",
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.2",
61
- "vite": "^5.4.11",
60
+ "typescript": "^5.7.3",
61
+ "vite": "^6.0.7",
62
62
  "vitest": "^2.1.8"
63
63
  },
64
64
  "prettier": "@shopify/prettier-config",