@voiceflow/nestjs-redis
Advanced tools
+12
-17
| { | ||
| "name": "@voiceflow/nestjs-redis", | ||
| "description": "Redis for NestJS", | ||
| "version": "1.2.1", | ||
| "version": "1.2.2", | ||
| "author": "Voiceflow", | ||
@@ -10,3 +10,3 @@ "bugs": { | ||
| "dependencies": { | ||
| "@voiceflow/nestjs-common": "^1.5.1" | ||
| "@voiceflow/nestjs-common": "1.5.2" | ||
| }, | ||
@@ -34,3 +34,3 @@ "devDependencies": { | ||
| "license": "ISC", | ||
| "main": "build/index.js", | ||
| "main": "build/index.d.ts", | ||
| "peerDependencies": { | ||
@@ -42,4 +42,3 @@ "@nestjs/common": "^8.4.2", | ||
| "publishConfig": { | ||
| "access": "public", | ||
| "main": "build/index.d.ts" | ||
| "access": "public" | ||
| }, | ||
@@ -51,20 +50,16 @@ "repository": { | ||
| "scripts": { | ||
| "build": "ttsc --build tsconfig.build.json", | ||
| "clean": "rimraf build *.tsbuildinfo", | ||
| "build": "yarn g:tsc -p tsconfig.build.json && yarn g:tsc-alias -p tsconfig.build.json", | ||
| "clean": "yarn g:rimraf build *.tsbuildinfo", | ||
| "commit": "cz", | ||
| "lint": "eslint '**/*.{js,ts}'", | ||
| "lint": "yarn g:eslint '**/*.{js,ts}'", | ||
| "lint:fix": "yarn lint --fix", | ||
| "lint:quiet": "yarn lint --quiet", | ||
| "lint:report": "eslint-output --quiet '**/*.{js,ts}'", | ||
| "lint:report": "yarn g:eslint-output --quiet '**/*.{js,ts}'", | ||
| "prebuild": "yarn clean", | ||
| "tdd": "yarn test --watch", | ||
| "test": "yarn test:run", | ||
| "test:dependencies": "depcheck", | ||
| "test:integration": "NODE_ENV=test nyc --report-dir nyc_coverage_integration ts-mocha --paths --config config/tests/mocharc.yml 'tests/**/*.it.ts'", | ||
| "test:run": "NODE_ENV=test nyc ts-mocha --paths --config config/tests/mocharc.yml 'tests/**/*.{unit,it}.ts'", | ||
| "test:single": "NODE_ENV=test ts-mocha --paths --config config/tests/mocharc.yml", | ||
| "test:unit": "NODE_ENV=test nyc --report-dir=nyc_coverage_unit ts-mocha --paths --config config/tests/mocharc.yml 'tests/**/*.unit.ts'" | ||
| "tdd": "yarn test:unit --watch", | ||
| "test:dependencies": "yarn g:depcheck", | ||
| "test:unit": "NODE_ENV=test yarn g:nyc --report-dir=nyc_coverage_unit ts-mocha --paths --config config/tests/mocharc.yml 'tests/**/*.unit.ts'" | ||
| }, | ||
| "types": "build/index.d.ts", | ||
| "gitHead": "ca02c328faf4ff3ae771ba44ca358d710aab48cb" | ||
| "gitHead": "b3a6cfb13f67ef4bc778be63cb9f16e6a3be9dac" | ||
| } |
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
19588
-1.66%