@anker-in/shopify-sdk 1.1.2-beta.1 → 1.1.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.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -10451,7 +10451,7 @@ interface NormalizedLineItem {
|
|
|
10451
10451
|
variant: {
|
|
10452
10452
|
id: string;
|
|
10453
10453
|
price: number;
|
|
10454
|
-
listPrice
|
|
10454
|
+
listPrice?: number;
|
|
10455
10455
|
sku: string;
|
|
10456
10456
|
name: string;
|
|
10457
10457
|
image?: {
|
package/dist/index.d.ts
CHANGED
|
@@ -10451,7 +10451,7 @@ interface NormalizedLineItem {
|
|
|
10451
10451
|
variant: {
|
|
10452
10452
|
id: string;
|
|
10453
10453
|
price: number;
|
|
10454
|
-
listPrice
|
|
10454
|
+
listPrice?: number;
|
|
10455
10455
|
sku: string;
|
|
10456
10456
|
name: string;
|
|
10457
10457
|
image?: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anker-in/shopify-sdk",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "Shopify Storefront API GraphQL client",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"graphql": "^16.11.0",
|
|
44
44
|
"tsup": "^8.0.0",
|
|
45
45
|
"typescript": "5.9.2",
|
|
46
|
-
"@repo/
|
|
47
|
-
"@repo/
|
|
46
|
+
"@repo/eslint-config": "0.0.1",
|
|
47
|
+
"@repo/typescript-config": "0.0.1"
|
|
48
48
|
},
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public"
|