pouchdb-adapter-idb
Advanced tools
Comparing version 7.0.0 to 7.1.0
@@ -1,8 +0,8 @@ | ||
import { assign, pick, changesHandler, nextTick, clone, filterChange, uuid, guardedConsole, toPromise, hasLocalStorage } from 'pouchdb-utils'; | ||
import { createError, IDB_ERROR, MISSING_STUB, MISSING_DOC, REV_CONFLICT } from 'pouchdb-errors'; | ||
import { preprocessAttachments, processDocs, isLocalId, parseDoc } from 'pouchdb-adapter-utils'; | ||
import { safeJsonParse, safeJsonStringify } from 'pouchdb-json'; | ||
import { compactTree, collectConflicts, isDeleted, isLocalId as isLocalId$1, traverseRevTree, winningRev, latest } from 'pouchdb-merge'; | ||
import { btoa, readAsBinaryString, base64StringToBlobOrBuffer, blob } from 'pouchdb-binary-utils'; | ||
import { createError, IDB_ERROR, MISSING_STUB, MISSING_DOC, REV_CONFLICT } from 'pouchdb-errors'; | ||
import { Map, Set } from 'pouchdb-collections'; | ||
import { preprocessAttachments, processDocs, isLocalId, parseDoc } from 'pouchdb-adapter-utils'; | ||
import { compactTree, collectConflicts, isDeleted, isLocalId as isLocalId$1, traverseRevTree, winningRev, latest } from 'pouchdb-merge'; | ||
import { assign, pick, changesHandler, nextTick, clone, filterChange, uuid, guardedConsole, toPromise, hasLocalStorage } from 'pouchdb-utils'; | ||
@@ -9,0 +9,0 @@ // IndexedDB requires a versioned database structure, so we use the |
'use strict'; | ||
var pouchdbUtils = require('pouchdb-utils'); | ||
var pouchdbErrors = require('pouchdb-errors'); | ||
var pouchdbAdapterUtils = require('pouchdb-adapter-utils'); | ||
var pouchdbJson = require('pouchdb-json'); | ||
var pouchdbMerge = require('pouchdb-merge'); | ||
var pouchdbBinaryUtils = require('pouchdb-binary-utils'); | ||
var pouchdbErrors = require('pouchdb-errors'); | ||
var pouchdbCollections = require('pouchdb-collections'); | ||
var pouchdbAdapterUtils = require('pouchdb-adapter-utils'); | ||
var pouchdbMerge = require('pouchdb-merge'); | ||
var pouchdbUtils = require('pouchdb-utils'); | ||
@@ -11,0 +11,0 @@ // IndexedDB requires a versioned database structure, so we use the |
{ | ||
"name": "pouchdb-adapter-idb", | ||
"version": "7.0.0", | ||
"version": "7.1.0", | ||
"description": "PouchDB adapter using IndexedDB as its data store.", | ||
@@ -12,9 +12,9 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"pouchdb-adapter-utils": "7.0.0", | ||
"pouchdb-binary-utils": "7.0.0", | ||
"pouchdb-collections": "7.0.0", | ||
"pouchdb-errors": "7.0.0", | ||
"pouchdb-json": "7.0.0", | ||
"pouchdb-merge": "7.0.0", | ||
"pouchdb-utils": "7.0.0" | ||
"pouchdb-adapter-utils": "7.1.0", | ||
"pouchdb-binary-utils": "7.1.0", | ||
"pouchdb-collections": "7.1.0", | ||
"pouchdb-errors": "7.1.0", | ||
"pouchdb-json": "7.1.0", | ||
"pouchdb-merge": "7.1.0", | ||
"pouchdb-utils": "7.1.0" | ||
}, | ||
@@ -21,0 +21,0 @@ "module": "./lib/index.es.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
+ Addedpouchdb-adapter-utils@7.1.0(transitive)
+ Addedpouchdb-binary-utils@7.1.0(transitive)
+ Addedpouchdb-collections@7.1.0(transitive)
+ Addedpouchdb-errors@7.1.0(transitive)
+ Addedpouchdb-json@7.1.0(transitive)
+ Addedpouchdb-md5@7.1.0(transitive)
+ Addedpouchdb-merge@7.1.0(transitive)
+ Addedpouchdb-utils@7.1.0(transitive)
- Removedpouchdb-adapter-utils@7.0.0(transitive)
- Removedpouchdb-binary-utils@7.0.0(transitive)
- Removedpouchdb-collections@7.0.0(transitive)
- Removedpouchdb-errors@7.0.0(transitive)
- Removedpouchdb-json@7.0.0(transitive)
- Removedpouchdb-md5@7.0.0(transitive)
- Removedpouchdb-merge@7.0.0(transitive)
- Removedpouchdb-utils@7.0.0(transitive)
Updatedpouchdb-adapter-utils@7.1.0
Updatedpouchdb-binary-utils@7.1.0
Updatedpouchdb-collections@7.1.0
Updatedpouchdb-errors@7.1.0
Updatedpouchdb-json@7.1.0
Updatedpouchdb-merge@7.1.0
Updatedpouchdb-utils@7.1.0