cache-manager-ioredis-yet
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -18,3 +18,3 @@ { | ||
"description": "Redis store for node-cache-manager updated", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"license": "MIT", | ||
@@ -25,3 +25,3 @@ "main": "dist/index.js", | ||
"type": "git", | ||
"url": "https://github.com/node-cache-manager/node-cache-manager-ioredis-yet.git" | ||
"url": "https://github.com/jaredwray/cache-manager.git" | ||
}, | ||
@@ -68,12 +68,6 @@ "files": [ | ||
"clean": "rimraf dist coverage node_modules yarn.lock pnpm-lock.yaml package-lock.json", | ||
"build": "rm -rf dist && tsc -p tsconfig.build.json", | ||
"test:watch": "vitest test.ts", | ||
"build": "rimraf dist && tsc -p tsconfig.build.json", | ||
"test": "vitest run --coverage", | ||
"fix": "npm run lint && npm run fmt", | ||
"check": "npm run lint:check && npm run fmt:check", | ||
"lint": "eslint --cache --fix '**/*.{ts,js}'", | ||
"fmt": "prettier --write '**/*.{md,prisma,json}'", | ||
"lint:check": "eslint --cache --max-warnings 0 '**/*.{ts,js}'", | ||
"fmt:check": "prettier --check '**/*.{md,json}'" | ||
"test:ci": "vitest run" | ||
} | ||
} |
# Redis store for node cache manager | ||
[![npm version](https://badge.fury.io/js/cache-manager-ioredis-yet.svg)](https://www.npmjs.com/package/cache-manager-ioredis-yet) [![codecov](https://codecov.io/gh/node-cache-manager/node-cache-manager-ioredis-yet/branch/master/graph/badge.svg?token=NX28S97MDF)](https://codecov.io/gh/node-cache-manager/node-cache-manager-ioredis-yet) | ||
[![codecov](https://codecov.io/gh/jaredwray/cache-manager/graph/badge.svg?token=lWZ9OBQ7GM)](https://codecov.io/gh/jaredwray/cache-manager) | ||
[![tests](https://github.com/jaredwray/cache-manager/actions/workflows/test.yml/badge.svg)](https://github.com/jaredwray/cache-manager/actions/workflows/test.yml) | ||
[![license](https://img.shields.io/github/license/jaredwray/cache-manager)](https://github.com/jaredwray/cache-manager/blob/main/LICENSE) | ||
[![npm](https://img.shields.io/npm/dm/cache-manager-ioredis-yet)](https://npmjs.com/package/cache-manager-ioredis-yet) | ||
![npm](https://img.shields.io/npm/v/cache-manager-ioredis-yet) | ||
Redis cache store for [node-cache-manager](https://github.com/node-cache-manager/node-cache-manager). | ||
Redis cache store for [node-cache-manager](https://github.com/jaredwray/cache-manager). | ||
@@ -7,0 +11,0 @@ ## Installation |
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
49798
22