pouchdb-adapter-http
Advanced tools
Comparing version 6.0.6 to 6.0.7
@@ -5,7 +5,6 @@ 'use strict'; | ||
var jsExtend = require('js-extend'); | ||
var pouchdbUtils = require('pouchdb-utils'); | ||
var Promise = _interopDefault(require('pouchdb-promise')); | ||
var ajaxCore = _interopDefault(require('pouchdb-ajax')); | ||
var getArguments = _interopDefault(require('argsarray')); | ||
var pouchdbUtils = require('pouchdb-utils'); | ||
var pouchdbBinaryUtils = require('pouchdb-binary-utils'); | ||
@@ -158,3 +157,3 @@ var PromisePool = _interopDefault(require('es6-promise-pool')); | ||
var reqAjax = userOpts.ajax || {}; | ||
var reqOpts = jsExtend.extend(pouchdbUtils.clone(ajaxOpts), reqAjax, options); | ||
var reqOpts = pouchdbUtils.jsExtend(pouchdbUtils.clone(ajaxOpts), reqAjax, options); | ||
log(reqOpts.method + ' ' + reqOpts.url); | ||
@@ -161,0 +160,0 @@ return api._ajax(reqOpts, callback); |
{ | ||
"name": "pouchdb-adapter-http", | ||
"version": "6.0.6", | ||
"version": "6.0.7", | ||
"description": "PouchDB adapter using HTTP (e.g. a remote CouchDB) as its data store.", | ||
@@ -16,3 +16,3 @@ "main": "./lib/index.js", | ||
"peerDependencies": { | ||
"pouchdb-core": "6.0.6" | ||
"pouchdb-core": "6.0.7" | ||
}, | ||
@@ -23,9 +23,8 @@ "dependencies": { | ||
"es6-promise-pool": "2.4.4", | ||
"js-extend": "1.0.1", | ||
"pouchdb-ajax": "6.0.6", | ||
"pouchdb-binary-utils": "6.0.6", | ||
"pouchdb-errors": "6.0.6", | ||
"pouchdb-promise": "6.0.6", | ||
"pouchdb-utils": "6.0.6" | ||
"pouchdb-ajax": "6.0.7", | ||
"pouchdb-binary-utils": "6.0.7", | ||
"pouchdb-errors": "6.0.7", | ||
"pouchdb-promise": "6.0.7", | ||
"pouchdb-utils": "6.0.7" | ||
} | ||
} |
@@ -6,3 +6,3 @@ var CHANGES_BATCH_SIZE = 25; | ||
import { extend } from 'js-extend'; | ||
import { jsExtend as extend } from 'pouchdb-utils'; | ||
import Promise from 'pouchdb-promise'; | ||
@@ -9,0 +9,0 @@ import ajaxCore from 'pouchdb-ajax'; |
9
69117
1710
+ Addedpouchdb-ajax@6.0.7(transitive)
+ Addedpouchdb-binary-utils@6.0.7(transitive)
+ Addedpouchdb-collections@6.0.7(transitive)
+ Addedpouchdb-core@6.0.7(transitive)
+ Addedpouchdb-errors@6.0.7(transitive)
+ Addedpouchdb-merge@6.0.7(transitive)
+ Addedpouchdb-promise@6.0.7(transitive)
+ Addedpouchdb-utils@6.0.7(transitive)
- Removedjs-extend@1.0.1
- Removedjs-extend@1.0.1(transitive)
- Removedpouchdb-ajax@6.0.6(transitive)
- Removedpouchdb-binary-utils@6.0.6(transitive)
- Removedpouchdb-collections@6.0.6(transitive)
- Removedpouchdb-core@6.0.6(transitive)
- Removedpouchdb-errors@6.0.6(transitive)
- Removedpouchdb-merge@6.0.6(transitive)
- Removedpouchdb-promise@6.0.6(transitive)
- Removedpouchdb-utils@6.0.6(transitive)
Updatedpouchdb-ajax@6.0.7
Updatedpouchdb-binary-utils@6.0.7
Updatedpouchdb-errors@6.0.7
Updatedpouchdb-promise@6.0.7
Updatedpouchdb-utils@6.0.7