@shopify/cli-kit 3.51.1 → 3.51.2

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.
@@ -45,7 +45,7 @@ module ShopifyCLI
45
45
  # on disk.
46
46
  def reject_duplicated_checksums!
47
47
  checksums_mutex.synchronize do
48
- checksum_by_key.reject! { |key, _| checksum_by_key.key?("#{key}.liquid") }
48
+ checksum_by_key.reject! { |key, _| key.start_with?("assets/") && checksum_by_key.key?("#{key}.liquid") }
49
49
  end
50
50
  end
51
51
 
@@ -1 +1 @@
1
- export declare const CLI_KIT_VERSION = "3.51.1";
1
+ export declare const CLI_KIT_VERSION = "3.51.2";
@@ -1,2 +1,2 @@
1
- export const CLI_KIT_VERSION = '3.51.1';
1
+ export const CLI_KIT_VERSION = '3.51.2';
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.51.1'\n"]}
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.51.2'\n"]}