agoge-pouchdb-plugins
Advanced tools
Comparing version 1.0.19 to 1.0.20
@@ -49,3 +49,3 @@ var CryptoJS = require('crypto-js'); | ||
exports.identity = async function(type) { | ||
await db.upsert(identityMapReduce); | ||
await this.upsert(identityMapReduce); | ||
@@ -287,5 +287,8 @@ var ret = await this.query('identity/identity', {key: type, group: true}); | ||
delete o._rev; | ||
o.type = null; | ||
o.id = null; | ||
var ret = await db.upsert(o); | ||
var ret = await this.upsert(o); | ||
return ret; | ||
} | ||
} | ||
{ | ||
"name": "agoge-pouchdb-plugins", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"description": "My personal plugin functions to pouchdb-couchdb", | ||
@@ -5,0 +5,0 @@ "main": "agoge-pouchdb-plugins.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6661
4
219