elastic-dsl-typescript
Advanced tools
Comparing version 1.3.0 to 1.5.0
@@ -27,4 +27,4 @@ "use strict"; | ||
[filter]: { | ||
[data.field]: Object.assign(Object.assign({}, data.params), data.opts) | ||
} | ||
[data.field]: Object.assign(Object.assign({}, data.params), data.opts), | ||
}, | ||
}; | ||
@@ -34,3 +34,3 @@ } | ||
this._query = { | ||
[filter]: Object.assign(Object.assign({}, data.params), data.opts) | ||
[filter]: Object.assign(Object.assign({}, data.params), data.opts), | ||
}; | ||
@@ -37,0 +37,0 @@ } |
{ | ||
"name": "elastic-dsl-typescript", | ||
"version": "1.3.0", | ||
"version": "1.5.0", | ||
"description": "Node.js ElasticSearch search query builder", | ||
@@ -33,2 +33,6 @@ "main": "dist/index.js", | ||
"@commitlint/config-conventional": "^17.2.0", | ||
"@semantic-release/changelog": "^6.0.2", | ||
"@semantic-release/npm": "^9.0.1", | ||
"@types/jest": "^24.0.18", | ||
"@types/node": "^12.12.27", | ||
"@typescript-eslint/eslint-plugin": "^5.43.0", | ||
@@ -42,8 +46,7 @@ "eslint": "^7.32.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"jest": "^24.9.0", | ||
"lefthook": "^1.2.0", | ||
"prettier": "^2.6.1", | ||
"prettier-eslint": "^13.0.0", | ||
"@types/jest": "^24.0.18", | ||
"@types/node": "^12.12.27", | ||
"jest": "^24.9.0", | ||
"semantic-release": "^19.0.5", | ||
"ts-jest": "^24.1.0", | ||
@@ -50,0 +53,0 @@ "tslint": "^5.20.0", |
### Library for generating queries (Elastic DSL) in the typescript language. | ||
##### Support : | ||
@@ -4,0 +5,0 @@ |
Sorry, the diff of this file is not supported yet
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
86873
49
116
23