cardus 0.0.36 → 0.0.37

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 CHANGED
@@ -151,7 +151,7 @@ class IntegrationManager {
151
151
  isPriority: yield isPriorityByDefault(),
152
152
  });
153
153
  }),
154
- regularExecutionTime: 100, // ms
154
+ regularExecutionTime: 8000, // ms
155
155
  initialBatchQuantity: 5 // de cinco en cinco
156
156
  }).upload();
157
157
  const successfullShipments = insertOrdersResult
package/index.ts CHANGED
@@ -141,7 +141,7 @@ export class IntegrationManager {
141
141
  isPriority: await isPriorityByDefault(),
142
142
  });
143
143
  },
144
- regularExecutionTime: 100, // ms
144
+ regularExecutionTime: 8000, // ms
145
145
  initialBatchQuantity: 5 // de cinco en cinco
146
146
  }).upload();
147
147
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cardus",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "description": "an integration manager",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",