@theledger/couchdb-query-engine
Advanced tools
Comparing version 1.4.1 to 1.4.2
{ | ||
"name": "@theledger/couchdb-query-engine", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Evaluate and filters criteria queries on JSON objects MongoDB style", | ||
@@ -12,3 +12,3 @@ "main": "./lib/index.js", | ||
"test:watch": "npm test -- --watch", | ||
"cover": "istanbul cover _mocha -- --require @babel/register --require babel-polyfill --recursive", | ||
"cover": "istanbul cover _mocha -- --require @babel/register --require @babel/polyfill --recursive", | ||
"lint": "eslint src test", | ||
@@ -46,2 +46,3 @@ "lint:fix": "eslint src test --fix", | ||
"@babel/plugin-transform-regenerator": "^7.0.0-beta.40", | ||
"@babel/polyfill": "^7.0.0-beta.40", | ||
"@babel/preset-env": "^7.0.0-beta.40", | ||
@@ -51,3 +52,2 @@ "@babel/register": "^7.0.0-beta.40", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-polyfill": "^6.26.0", | ||
"babel-preset-minify": "^0.3.0", | ||
@@ -54,0 +54,0 @@ "chai": "^4.1.2", |
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
98244