@anker-in/shopify-sdk 1.2.0-beta.17 → 1.2.0-beta.18
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.js +0 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2287,7 +2287,6 @@ async function getBlog(client, options) {
|
|
|
2287
2287
|
...${hasMetafields ? "blogWithMetafields" : "blog"}
|
|
2288
2288
|
}
|
|
2289
2289
|
}
|
|
2290
|
-
${imageFragment}
|
|
2291
2290
|
${hasMetafields ? metafieldFragment : ""}
|
|
2292
2291
|
${seoFragment}
|
|
2293
2292
|
${fragment}
|
|
@@ -2337,7 +2336,6 @@ async function fetchAllPages2(client, options, afterCursor) {
|
|
|
2337
2336
|
}
|
|
2338
2337
|
}
|
|
2339
2338
|
}
|
|
2340
|
-
${imageFragment}
|
|
2341
2339
|
${hasMetafields ? metafieldFragment : ""}
|
|
2342
2340
|
${seoFragment}
|
|
2343
2341
|
${fragment}
|