@theledger/couchdb-query-engine
Advanced tools
Comparing version 2.4.3 to 2.4.4
{ | ||
"name": "@theledger/couchdb-query-engine", | ||
"version": "2.4.3", | ||
"version": "2.4.4", | ||
"description": "Evaluate and filters criteria queries on JSON objects MongoDB style", | ||
"main": "./lib/index.js", | ||
"types": "./index.d.ts", | ||
"types": "./lib/index.d.ts", | ||
"scripts": { | ||
@@ -17,3 +17,4 @@ "clean": "rimraf lib", | ||
"build": "cross-env BABEL_ENV=production babel src --out-dir lib", | ||
"prepublish": "npm run clean && npm run test && npm run build" | ||
"copy:types": "cp ./src/index.d.ts ./lib", | ||
"prepublish": "npm run clean && npm run test && npm run build && npm run copy:types" | ||
}, | ||
@@ -20,0 +21,0 @@ "repository": { |
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
98525
101
2974