@nestjs/elasticsearch
Advanced tools
Comparing version 8.0.0 to 8.1.0
@@ -13,11 +13,9 @@ ## PR Checklist | ||
<!-- Please check the one that applies to this PR using "x". --> | ||
``` | ||
[ ] Bugfix | ||
[ ] Feature | ||
[ ] Code style update (formatting, local variables) | ||
[ ] Refactoring (no functional changes, no api changes) | ||
[ ] Build related changes | ||
[ ] CI related changes | ||
[ ] Other... Please describe: | ||
``` | ||
- [ ] Bugfix | ||
- [ ] Feature | ||
- [ ] Code style update (formatting, local variables) | ||
- [ ] Refactoring (no functional changes, no api changes) | ||
- [ ] Build related changes | ||
- [ ] CI related changes | ||
- [ ] Other... Please describe: | ||
@@ -34,6 +32,4 @@ ## What is the current behavior? | ||
## Does this PR introduce a breaking change? | ||
``` | ||
[ ] Yes | ||
[ ] No | ||
``` | ||
- [ ] Yes | ||
- [ ] No | ||
@@ -43,2 +39,2 @@ <!-- If this PR contains a breaking change, please describe the impact and migration path for existing applications below. --> | ||
## Other information | ||
## Other information |
@@ -65,3 +65,3 @@ "use strict"; | ||
ElasticsearchModule = ElasticsearchModule_1 = __decorate([ | ||
common_1.Module({ | ||
(0, common_1.Module)({ | ||
providers: [elasticsearch_service_1.ElasticsearchService], | ||
@@ -68,0 +68,0 @@ exports: [elasticsearch_service_1.ElasticsearchService] |
@@ -25,7 +25,7 @@ "use strict"; | ||
ElasticsearchService = __decorate([ | ||
common_1.Injectable(), | ||
__param(0, common_1.Optional()), | ||
__param(0, common_1.Inject(elasticsearch_constants_1.ELASTICSEARCH_MODULE_OPTIONS)), | ||
(0, common_1.Injectable)(), | ||
__param(0, (0, common_1.Optional)()), | ||
__param(0, (0, common_1.Inject)(elasticsearch_constants_1.ELASTICSEARCH_MODULE_OPTIONS)), | ||
__metadata("design:paramtypes", [Object]) | ||
], ElasticsearchService); | ||
exports.ElasticsearchService = ElasticsearchService; |
{ | ||
"name": "@nestjs/elasticsearch", | ||
"version": "8.0.0", | ||
"version": "8.1.0", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@elasticsearch)", | ||
@@ -10,3 +10,3 @@ "author": "Kamil Mysliwiec", | ||
"format": "prettier \"lib/**/*.ts\" --write", | ||
"build": "rm -rf dist && tsc -p tsconfig.json", | ||
"build": "rimraf -rf dist && tsc -p tsconfig.json", | ||
"precommit": "lint-staged", | ||
@@ -19,3 +19,3 @@ "prepublish:npm": "npm run build", | ||
"peerDependencies": { | ||
"@elastic/elasticsearch": "^7.4.0", | ||
"@elastic/elasticsearch": "^7.4.0 || ^8.0.0", | ||
"@nestjs/common": "^6.0.0 || ^7.0.0 || ^8.0.0", | ||
@@ -25,18 +25,19 @@ "rxjs": "^6.2.1 || ^7.2.0" | ||
"devDependencies": { | ||
"@commitlint/cli": "12.1.4", | ||
"@commitlint/config-angular": "12.1.4", | ||
"@elastic/elasticsearch": "7.13.0", | ||
"@nestjs/common": "8.0.0", | ||
"@types/node": "14.17.4", | ||
"@typescript-eslint/eslint-plugin": "4.28.2", | ||
"@typescript-eslint/parser": "4.28.2", | ||
"eslint": "7.30.0", | ||
"@commitlint/cli": "16.2.1", | ||
"@commitlint/config-angular": "16.2.1", | ||
"@elastic/elasticsearch": "8.0.0", | ||
"@nestjs/common": "8.3.1", | ||
"@types/node": "16.11.25", | ||
"@typescript-eslint/eslint-plugin": "5.12.0", | ||
"@typescript-eslint/parser": "5.12.0", | ||
"eslint": "8.9.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-import": "2.23.4", | ||
"husky": "7.0.1", | ||
"lint-staged": "11.0.0", | ||
"prettier": "2.3.2", | ||
"release-it": "14.10.0", | ||
"rxjs": "7.2.0", | ||
"typescript": "4.3.5" | ||
"eslint-plugin-import": "2.25.4", | ||
"husky": "7.0.4", | ||
"lint-staged": "12.3.4", | ||
"prettier": "2.5.1", | ||
"release-it": "14.12.4", | ||
"rimraf": "3.0.2", | ||
"rxjs": "7.5.4", | ||
"typescript": "4.5.5" | ||
}, | ||
@@ -43,0 +44,0 @@ "lint-staged": { |
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
26797
24
17