@shopify/cli-kit 3.47.3 → 3.47.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.
|
@@ -102,7 +102,7 @@ module ShopifyCLI
|
|
|
102
102
|
def patch_body(env, body)
|
|
103
103
|
return [""] unless body
|
|
104
104
|
|
|
105
|
-
body.gsub(%r{(data
|
|
105
|
+
body.gsub(%r{(data-base-url=(["']))(http:|https:)?//#{shop}(.*?)(\2)}) do |_|
|
|
106
106
|
match = Regexp.last_match
|
|
107
107
|
"#{match[1]}http://#{host(env)}#{match[4]}#{match[5]}"
|
|
108
108
|
end
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const CLI_KIT_VERSION = "3.47.
|
|
1
|
+
export declare const CLI_KIT_VERSION = "3.47.5";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const CLI_KIT_VERSION = '3.47.
|
|
1
|
+
export const CLI_KIT_VERSION = '3.47.5';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../../src/public/common/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG,QAAQ,CAAA","sourcesContent":["export const CLI_KIT_VERSION = '3.47.
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../../src/public/common/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG,QAAQ,CAAA","sourcesContent":["export const CLI_KIT_VERSION = '3.47.5'\n"]}
|