@foxtware/mineral 0.1.19 → 0.1.20

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.
@@ -278,9 +278,6 @@ const shopifyOrderFulfill = async (
278
278
  };
279
279
  }
280
280
 
281
- logDeep({ depletableItemsBySku, shopifyFulfillmentCreatePayloads });
282
- await askQuestion('Continue?');
283
-
284
281
  return operationQueueRunner(
285
282
  shopifyFulfillmentCreate,
286
283
  shopifyFulfillmentCreatePayloads,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foxtware/mineral",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "bin": {
5
5
  "mineral": "bin/mineral.js"
6
6
  },