pouchdb-mapreduce
Advanced tools
Comparing version
@@ -50,7 +50,7 @@ import { guardedConsole, scopeEval } from 'pouchdb-utils'; | ||
{ | ||
emit: emit, | ||
sum: sum, | ||
log: log, | ||
isArray: isArray, | ||
toJSON: toJSON | ||
emit, | ||
sum, | ||
log, | ||
isArray, | ||
toJSON | ||
} | ||
@@ -144,6 +144,6 @@ ); | ||
var index = { | ||
query: query, | ||
viewCleanup: viewCleanup | ||
query, | ||
viewCleanup | ||
}; | ||
export default index; |
@@ -54,7 +54,7 @@ 'use strict'; | ||
{ | ||
emit: emit, | ||
sum: sum, | ||
log: log, | ||
isArray: isArray, | ||
toJSON: toJSON | ||
emit, | ||
sum, | ||
log, | ||
isArray, | ||
toJSON | ||
} | ||
@@ -148,6 +148,6 @@ ); | ||
var index = { | ||
query: query, | ||
viewCleanup: viewCleanup | ||
query, | ||
viewCleanup | ||
}; | ||
module.exports = index; |
@@ -48,3 +48,3 @@ import vm from 'vm'; | ||
builtInError: true, | ||
name: name | ||
name | ||
}; | ||
@@ -193,6 +193,6 @@ } | ||
var index = { | ||
query: query, | ||
viewCleanup: viewCleanup | ||
query, | ||
viewCleanup | ||
}; | ||
export default index; |
@@ -52,3 +52,3 @@ 'use strict'; | ||
builtInError: true, | ||
name: name | ||
name | ||
}; | ||
@@ -197,6 +197,6 @@ } | ||
var index = { | ||
query: query, | ||
viewCleanup: viewCleanup | ||
query, | ||
viewCleanup | ||
}; | ||
module.exports = index; |
{ | ||
"name": "pouchdb-mapreduce", | ||
"version": "8.0.1", | ||
"version": "9.0.0", | ||
"description": "PouchDB's map/reduce query API as a plugin.", | ||
@@ -14,3 +14,3 @@ "main": "./lib/index.js", | ||
}, | ||
"jsnext:main": "./lib/index.es.js", | ||
"module": "./lib/index.es.js", | ||
"browser": { | ||
@@ -21,12 +21,10 @@ "./lib/index.js": "./lib/index-browser.js", | ||
"dependencies": { | ||
"pouchdb-abstract-mapreduce": "8.0.1", | ||
"pouchdb-mapreduce-utils": "8.0.1", | ||
"pouchdb-utils": "8.0.1" | ||
"pouchdb-abstract-mapreduce": "9.0.0", | ||
"pouchdb-mapreduce-utils": "9.0.0", | ||
"pouchdb-utils": "9.0.0" | ||
}, | ||
"module": "./lib/index.es.js", | ||
"files": [ | ||
"lib", | ||
"dist", | ||
"tonic-example.js" | ||
"dist" | ||
] | ||
} |
31894
-0.69%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated