cozy-pouch-link 60.2.0 → 60.4.0

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.
@@ -177,7 +177,8 @@ var PouchLink = /*#__PURE__*/function (_CozyLink) {
177
177
  /** @private */
178
178
 
179
179
  _this.startReplicationDebounced = (0, _debounce.default)(_this._startReplication, syncDebounceDelayInMs || DEFAULT_DEBOUNCE_DELAY, {
180
- maxWait: syncDebounceMaxDelayInMs || MAX_DEBOUNCE_DELAY
180
+ maxWait: syncDebounceMaxDelayInMs || MAX_DEBOUNCE_DELAY,
181
+ leading: true
181
182
  });
182
183
  /** @type {import('cozy-client/src/performances/types').PerformanceAPI} */
183
184
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-pouch-link",
3
- "version": "60.2.0",
3
+ "version": "60.4.0",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "types/index.d.ts",
@@ -13,7 +13,7 @@
13
13
  "url": "git+https://github.com/cozy/cozy-client.git"
14
14
  },
15
15
  "dependencies": {
16
- "cozy-client": "^60.2.0",
16
+ "cozy-client": "^60.3.0",
17
17
  "pouchdb-browser": "^7.2.2",
18
18
  "pouchdb-find": "^7.2.2"
19
19
  },
@@ -41,5 +41,5 @@
41
41
  "typecheck": "tsc -p tsconfig.json"
42
42
  },
43
43
  "sideEffects": false,
44
- "gitHead": "48687a04cfb284dadd0d208451ca4f6a514519f2"
44
+ "gitHead": "13f9b0ce0bb23b21654643c7d365d150043b0aa8"
45
45
  }