@nestjs/elasticsearch
Advanced tools
Comparing version 7.0.0 to 7.1.0
import { ClientOptions } from '@elastic/elasticsearch'; | ||
import { ModuleMetadata, Type } from '@nestjs/common/interfaces'; | ||
export interface ElasticsearchModuleOptions extends ClientOptions { | ||
} | ||
export declare type ElasticsearchModuleOptions = ClientOptions; | ||
export interface ElasticsearchOptionsFactory { | ||
@@ -6,0 +5,0 @@ createElasticsearchOptions(): Promise<ElasticsearchModuleOptions> | ElasticsearchModuleOptions; |
{ | ||
"name": "@nestjs/elasticsearch", | ||
"version": "7.0.0", | ||
"version": "7.1.0", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@elasticsearch)", | ||
@@ -8,29 +8,40 @@ "author": "Kamil Mysliwiec", | ||
"scripts": { | ||
"lint": "eslint \"lib/**/*.ts\" --fix", | ||
"format": "prettier \"lib/**/*.ts\" --write", | ||
"build": "rm -rf dist && tsc -p tsconfig.json", | ||
"precommit": "lint-staged", | ||
"prepublish:npm": "npm run build", | ||
"publish:npm": "npm publish --access public" | ||
"publish:npm": "npm publish --access public", | ||
"prerelease": "npm run build", | ||
"release": "release-it" | ||
}, | ||
"peerDependencies": { | ||
"@elastic/elasticsearch": "^7.4.0", | ||
"@nestjs/common": "^6.0.0", | ||
"@nestjs/common": "^6.0.0 || ^7.0.0", | ||
"rxjs": "^6.2.1" | ||
}, | ||
"devDependencies": { | ||
"@elastic/elasticsearch": "7.4.0", | ||
"@nestjs/common": "6.10.4", | ||
"@types/node": "7.10.8", | ||
"husky": "3.1.0", | ||
"lint-staged": "9.5.0", | ||
"@commitlint/cli": "8.3.5", | ||
"@commitlint/config-angular": "8.3.4", | ||
"@elastic/elasticsearch": "7.6.1", | ||
"@nestjs/common": "7.0.1", | ||
"@types/node": "13.9.1", | ||
"@typescript-eslint/eslint-plugin": "2.23.0", | ||
"@typescript-eslint/parser": "2.23.0", | ||
"eslint": "6.8.0", | ||
"eslint-config-prettier": "6.10.0", | ||
"eslint-plugin-import": "2.20.1", | ||
"husky": "4.2.3", | ||
"lint-staged": "10.0.8", | ||
"prettier": "1.19.1", | ||
"rxjs": "6.5.3", | ||
"rxjs-compat": "6.5.3", | ||
"typescript": "3.7.2" | ||
"release-it": "13.1.1", | ||
"rxjs": "6.5.4", | ||
"rxjs-compat": "6.5.4", | ||
"typescript": "3.8.3" | ||
}, | ||
"lint-staged": { | ||
"*.ts": [ | ||
"prettier --write", | ||
"git add" | ||
"prettier --write" | ||
] | ||
} | ||
} |
@@ -10,3 +10,3 @@ <p align="center"> | ||
<p align="center">A progressive <a href="http://nodejs.org" target="blank">Node.js</a> framework for building efficient and scalable server-side applications, heavily inspired by <a href="https://angular.io" target="blank">Angular</a>.</p> | ||
<p align="center">A progressive <a href="http://nodejs.org" target="blank">Node.js</a> framework for building efficient and scalable server-side applications.</p> | ||
<p align="center"> | ||
@@ -128,3 +128,3 @@ <a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/v/@nestjs/core.svg" alt="NPM Version" /></a> | ||
- Author - [Kamil Myśliwiec](https://kamilmysliwiec.com) | ||
- Author - [Kamil Myśliwiec](https://twitter.com/kammysliwiec) | ||
- Website - [https://nestjs.com](https://nestjs.com/) | ||
@@ -131,0 +131,0 @@ - Twitter - [@nestframework](https://twitter.com/nestframework) |
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
17496
17
20
157