@moneydevkit/core 0.6.1 → 0.6.2

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.
@@ -55,8 +55,8 @@ const loadLightningModule = () => {
55
55
  }
56
56
  return cachedLightningModule;
57
57
  };
58
- const RECEIVE_PAYMENTS_MIN_THRESHOLD_MS = 3000;
59
- const RECEIVE_PAYMENTS_QUIET_THRESHOLD_MS = 3000;
58
+ const RECEIVE_PAYMENTS_MIN_THRESHOLD_MS = 6000;
59
+ const RECEIVE_PAYMENTS_QUIET_THRESHOLD_MS = 4000;
60
60
  export class MoneyDevKitNode {
61
61
  node;
62
62
  constructor(options) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moneydevkit/core",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "Shared moneydevkit checkout core utilities",
5
5
  "repository": {
6
6
  "type": "git",