@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.mjs
CHANGED
|
@@ -2286,7 +2286,6 @@ async function getBlog(client, options) {
|
|
|
2286
2286
|
...${hasMetafields ? "blogWithMetafields" : "blog"}
|
|
2287
2287
|
}
|
|
2288
2288
|
}
|
|
2289
|
-
${imageFragment}
|
|
2290
2289
|
${hasMetafields ? metafieldFragment : ""}
|
|
2291
2290
|
${seoFragment}
|
|
2292
2291
|
${fragment}
|
|
@@ -2336,7 +2335,6 @@ async function fetchAllPages2(client, options, afterCursor) {
|
|
|
2336
2335
|
}
|
|
2337
2336
|
}
|
|
2338
2337
|
}
|
|
2339
|
-
${imageFragment}
|
|
2340
2338
|
${hasMetafields ? metafieldFragment : ""}
|
|
2341
2339
|
${seoFragment}
|
|
2342
2340
|
${fragment}
|