cozy-pouch-link 60.3.0 → 60.5.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.
- package/dist/CozyPouchLink.js +2 -1
- package/package.json +3 -3
package/dist/CozyPouchLink.js
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "60.5.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.
|
|
16
|
+
"cozy-client": "^60.5.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": "
|
|
44
|
+
"gitHead": "d26e07930ac302bdabbfe968f523f9e03582ae92"
|
|
45
45
|
}
|