@shopify/cli-kit 3.55.1 → 3.55.3
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.
|
@@ -8,8 +8,9 @@ module Kernel
|
|
|
8
8
|
def require(name)
|
|
9
9
|
original_require(name)
|
|
10
10
|
rescue LoadError => e
|
|
11
|
-
# Special case for readline
|
|
12
|
-
|
|
11
|
+
# Special case for readline, which may fail on Windows and always raises a
|
|
12
|
+
# LoadError from Ruby 3.3.0.
|
|
13
|
+
raise if name == "readline.#{RbConfig::CONFIG["DLEXT"]}"
|
|
13
14
|
# Special case for psych (yaml), which rescues this itself
|
|
14
15
|
raise if name == "#{RUBY_VERSION[/\d+\.\d+/]}/psych.so"
|
|
15
16
|
# Special case for ffi, which rescues this itself
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const CLI_KIT_VERSION = "3.55.
|
|
1
|
+
export declare const CLI_KIT_VERSION = "3.55.3";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const CLI_KIT_VERSION = '3.55.
|
|
1
|
+
export const CLI_KIT_VERSION = '3.55.3';
|
|
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.55.
|
|
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.55.3'\n"]}
|