@shopify/cli-hydrogen 9.0.6 → 9.0.8

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.
@@ -1,5 +1,14 @@
1
1
  # skeleton
2
2
 
3
+ ## 2025.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Bump cli version ([#2760](https://github.com/Shopify/hydrogen/pull/2760)) by [@rbshop](https://github.com/rbshop)
8
+
9
+ - Updated dependencies [[`128dfcd6`](https://github.com/Shopify/hydrogen/commit/128dfcd6b254a7465d93be49d3bcbff5251e5ffc)]:
10
+ - @shopify/hydrogen@2025.1.2
11
+
3
12
  ## 2025.1.1
4
13
 
5
14
  ### Patch Changes
@@ -2,7 +2,7 @@
2
2
  "name": "skeleton",
3
3
  "private": true,
4
4
  "sideEffects": false,
5
- "version": "2025.1.1",
5
+ "version": "2025.1.2",
6
6
  "type": "module",
7
7
  "scripts": {
8
8
  "build": "shopify hydrogen build --codegen",
@@ -16,7 +16,7 @@
16
16
  "dependencies": {
17
17
  "@remix-run/react": "^2.15.3",
18
18
  "@remix-run/server-runtime": "^2.15.3",
19
- "@shopify/hydrogen": "2025.1.1",
19
+ "@shopify/hydrogen": "2025.1.2",
20
20
  "@shopify/remix-oxygen": "^2.0.11",
21
21
  "graphql": "^16.6.0",
22
22
  "graphql-tag": "^2.12.6",
@@ -30,7 +30,7 @@
30
30
  "@eslint/js": "^9.18.0",
31
31
  "@graphql-codegen/cli": "5.0.2",
32
32
  "@remix-run/dev": "^2.15.3",
33
- "@shopify/cli": "~3.74.1",
33
+ "@shopify/cli": "~3.75.3",
34
34
  "@shopify/hydrogen-codegen": "^0.3.2",
35
35
  "@shopify/mini-oxygen": "^3.1.1",
36
36
  "@shopify/oxygen-workers-types": "^4.1.2",
@@ -84,7 +84,7 @@ async function runBuild({
84
84
  forceClientSourcemap,
85
85
  disableRouteWarning = false,
86
86
  lockfileCheck = true,
87
- assetPath = "/",
87
+ assetPath,
88
88
  bundleStats = !isCI(),
89
89
  watch = false,
90
90
  onServerBuildStart,
@@ -93,6 +93,7 @@ async function runBuild({
93
93
  if (!process.env.NODE_ENV) {
94
94
  process.env.NODE_ENV = "production";
95
95
  }
96
+ assetPath = assetPath ?? process.env.HYDROGEN_ASSET_BASE_URL ?? "/";
96
97
  const root = directory ?? process.cwd();
97
98
  if (lockfileCheck) {
98
99
  await checkLockfileStatus(root, isCI());
@@ -1748,5 +1748,5 @@
1748
1748
  ]
1749
1749
  }
1750
1750
  },
1751
- "version": "9.0.6"
1751
+ "version": "9.0.8"
1752
1752
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public",
5
5
  "@shopify:registry": "https://registry.npmjs.org"
6
6
  },
7
- "version": "9.0.6",
7
+ "version": "9.0.8",
8
8
  "license": "MIT",
9
9
  "type": "module",
10
10
  "repository": {
@@ -39,9 +39,9 @@
39
39
  "dependencies": {
40
40
  "@ast-grep/napi": "0.11.0",
41
41
  "@oclif/core": "3.26.5",
42
- "@shopify/cli-kit": "^3.74.1",
43
- "@shopify/oxygen-cli": "4.6.6",
44
- "@shopify/plugin-cloudflare": "^3.74.1",
42
+ "@shopify/cli-kit": "^3.75.3",
43
+ "@shopify/oxygen-cli": "4.6.10",
44
+ "@shopify/plugin-cloudflare": "^3.75.3",
45
45
  "ansi-escapes": "^6.2.0",
46
46
  "chokidar": "3.5.3",
47
47
  "cli-truncate": "^4.0.0",