@shopify/hydrogen 0.10.0 → 0.10.1
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.
|
@@ -31,7 +31,7 @@ export default (shopifyConfig, pluginOptions) => {
|
|
|
31
31
|
dev: true,
|
|
32
32
|
shopifyConfig,
|
|
33
33
|
indexTemplate: getIndexTemplate,
|
|
34
|
-
getServerEntrypoint: async () => await server.ssrLoadModule(
|
|
34
|
+
getServerEntrypoint: async () => await server.ssrLoadModule('/src/entry-server'),
|
|
35
35
|
devServer: server,
|
|
36
36
|
cache: (pluginOptions === null || pluginOptions === void 0 ? void 0 : pluginOptions.devCache)
|
|
37
37
|
? new InMemoryCache()
|
package/dist/esnext/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "0.10.
|
|
1
|
+
export declare const LIB_VERSION = "0.10.1";
|
package/dist/esnext/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const LIB_VERSION = '0.10.
|
|
1
|
+
export const LIB_VERSION = '0.10.1';
|
|
@@ -36,7 +36,7 @@ exports.default = (shopifyConfig, pluginOptions) => {
|
|
|
36
36
|
dev: true,
|
|
37
37
|
shopifyConfig,
|
|
38
38
|
indexTemplate: getIndexTemplate,
|
|
39
|
-
getServerEntrypoint: async () => await server.ssrLoadModule(
|
|
39
|
+
getServerEntrypoint: async () => await server.ssrLoadModule('/src/entry-server'),
|
|
40
40
|
devServer: server,
|
|
41
41
|
cache: (pluginOptions === null || pluginOptions === void 0 ? void 0 : pluginOptions.devCache)
|
|
42
42
|
? new in_memory_1.InMemoryCache()
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=14"
|
|
9
9
|
},
|
|
10
|
-
"version": "0.10.
|
|
10
|
+
"version": "0.10.1",
|
|
11
11
|
"description": "Modern custom Shopify storefronts",
|
|
12
12
|
"license": "MIT",
|
|
13
13
|
"main": "dist/esnext/index.js",
|
|
@@ -106,5 +106,5 @@
|
|
|
106
106
|
"vite-plugin-inspect": "^0.3.6",
|
|
107
107
|
"web-streams-polyfill": "^3.2.0"
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "5a46e93854662d30884ea40aff96838e451ecc1e"
|
|
110
110
|
}
|