Skip to content

Commit 5919e8d

Browse files
committed
Update package snapshot to include new files
1 parent f91a805 commit 5919e8d

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

modules/@shopify/checkout-sheet-kit/package.snapshot.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
"lib/commonjs/index.d.js.map",
2929
"lib/commonjs/index.js",
3030
"lib/commonjs/index.js.map",
31+
"lib/commonjs/native/module.js",
32+
"lib/commonjs/native/module.js.map",
33+
"lib/commonjs/native/NativeShopifyCheckoutSheetKit.js",
34+
"lib/commonjs/native/NativeShopifyCheckoutSheetKit.js.map",
3135
"lib/commonjs/pixels.d.js",
3236
"lib/commonjs/pixels.d.js.map",
3337
"lib/module/components/AcceleratedCheckoutButtons.js",
@@ -42,6 +46,10 @@
4246
"lib/module/index.d.js.map",
4347
"lib/module/index.js",
4448
"lib/module/index.js.map",
49+
"lib/module/native/module.js",
50+
"lib/module/native/module.js.map",
51+
"lib/module/native/NativeShopifyCheckoutSheetKit.js",
52+
"lib/module/native/NativeShopifyCheckoutSheetKit.js.map",
4553
"lib/module/pixels.d.js",
4654
"lib/module/pixels.d.js.map",
4755
"lib/typescript/src/components/AcceleratedCheckoutButtons.d.ts",
@@ -50,12 +58,18 @@
5058
"lib/typescript/src/context.d.ts.map",
5159
"lib/typescript/src/index.d.ts",
5260
"lib/typescript/src/index.d.ts.map",
61+
"lib/typescript/src/native/module.d.ts",
62+
"lib/typescript/src/native/module.d.ts.map",
63+
"lib/typescript/src/native/NativeShopifyCheckoutSheetKit.d.ts",
64+
"lib/typescript/src/native/NativeShopifyCheckoutSheetKit.d.ts.map",
5365
"package.json",
5466
"src/components/AcceleratedCheckoutButtons.tsx",
5567
"src/context.tsx",
5668
"src/errors.d.ts",
5769
"src/events.d.ts",
5870
"src/index.d.ts",
5971
"src/index.ts",
72+
"src/native/module.ts",
73+
"src/native/NativeShopifyCheckoutSheetKit.ts",
6074
"src/pixels.d.ts"
6175
]

modules/@shopify/checkout-sheet-kit/src/native/module.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ export function getShopifyCheckoutNativeModule():
5858
try {
5959
// Dynamically require to avoid throwing when codegen isn't wired yet.
6060
// If the generated spec is present, default export should be the TurboModule proxy.
61-
// eslint-disable-next-line @typescript-eslint/no-var-requires
6261
const turbo: NativeShopifyCheckoutSheetKit =
6362
require('./NativeShopifyCheckoutSheetKit').default;
63+
6464
if (turbo != null) {
6565
return turbo;
6666
}
@@ -71,6 +71,7 @@ export function getShopifyCheckoutNativeModule():
7171
const legacy = (NativeModules as any).ShopifyCheckoutSheetKit as
7272
| NativeShopifyCheckoutSheetKit
7373
| undefined;
74+
7475
return legacy;
7576
}
7677

sample/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ GEM
6868
cocoapods-try (1.2.0)
6969
colored2 (3.1.2)
7070
concurrent-ruby (1.3.3)
71-
connection_pool (2.5.3)
71+
connection_pool (2.5.4)
7272
drb (2.2.3)
7373
escape (0.0.4)
7474
ethon (0.15.0)

0 commit comments

Comments
 (0)