cozy-pouch-link 32.2.8 → 32.3.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.
- package/dist/CozyPouchLink.js +2 -2
- package/package.json +3 -3
package/dist/CozyPouchLink.js
CHANGED
|
@@ -643,9 +643,9 @@ var PouchLink = /*#__PURE__*/function (_CozyLink) {
|
|
|
643
643
|
/**
|
|
644
644
|
*
|
|
645
645
|
* Check if there is warmup queries for this doctype
|
|
646
|
-
* and return if those queries are already
|
|
646
|
+
* and return if those queries are already warmed up or not
|
|
647
647
|
*
|
|
648
|
-
* @param {string} doctype
|
|
648
|
+
* @param {string} doctype - Doctype to check
|
|
649
649
|
* @returns {boolean} the need to wait for the warmup
|
|
650
650
|
*/
|
|
651
651
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cozy-pouch-link",
|
|
3
|
-
"version": "32.2
|
|
3
|
+
"version": "32.3.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"url": "git+https://github.com/cozy/cozy-client.git"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"cozy-client": "^32.2
|
|
14
|
+
"cozy-client": "^32.3.2",
|
|
15
15
|
"pouchdb-browser": "^7.2.2",
|
|
16
16
|
"pouchdb-find": "^7.2.2"
|
|
17
17
|
},
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"prepublishOnly": "yarn run build"
|
|
36
36
|
},
|
|
37
37
|
"sideEffects": false,
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "5517f3f84a4d9d3e129f7bb74ea7d44dd66fa1a0"
|
|
39
39
|
}
|