@savafeed/shopify-driver 1.1.74 → 1.1.75
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/package.json +1 -1
- package/shopify.driver.cjs.js +1 -1
- package/shopify.driver.esm.js +1 -1
- package/shopify.driver.umd.js +1 -1
package/package.json
CHANGED
package/shopify.driver.cjs.js
CHANGED
package/shopify.driver.esm.js
CHANGED
@@ -214,7 +214,7 @@ ShopifyDriver = __decorate([
|
|
214
214
|
})
|
215
215
|
], ShopifyDriver);
|
216
216
|
// @ts-ignore
|
217
|
-
console.log('Driver version:', "1.1.
|
217
|
+
console.log('Driver version:', "1.1.75");
|
218
218
|
|
219
219
|
export { ShopifyDriver };
|
220
220
|
//# sourceMappingURL=shopify.driver.esm.js.map
|