@adonisjs/redis
Advanced tools
Comparing version 2.0.7 to 2.1.0
@@ -0,1 +1,5 @@ | ||
# [2.1.0](https://github.com/adonisjs/adonis-redis/compare/v2.0.7...v2.1.0) (2021-03-26) | ||
<a name="2.0.7"></a> | ||
@@ -2,0 +6,0 @@ ## [2.0.7](https://github.com/adonisjs/adonis-redis/compare/v2.0.6...v2.0.7) (2018-06-02) |
{ | ||
"name": "@adonisjs/redis", | ||
"version": "2.0.7", | ||
"version": "2.1.0", | ||
"description": "AdonisJs official redis provider to make working with redis fun and simple.", | ||
"dependencies": { | ||
"@adonisjs/generic-exceptions": "^2.0.1", | ||
"debug": "^3.1.0", | ||
"debug": "^4.3.1", | ||
"ioredis": "^3.2.2", | ||
"lodash": "^4.17.10" | ||
"lodash": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
"@adonisjs/fold": "^4.0.8", | ||
"@adonisjs/sink": "^1.0.16", | ||
"coveralls": "^3.0.1", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"japa": "^1.0.6", | ||
"japa-cli": "^1.0.1", | ||
"nyc": "^12.0.1", | ||
"semver": "^5.5.0", | ||
"standard": "^11.0.1" | ||
"@adonisjs/fold": "^4.1.0", | ||
"@adonisjs/sink": "^1.1.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"japa": "^3.1.1", | ||
"semver": "^7.3.5", | ||
"standard": "^16.0.3" | ||
}, | ||
@@ -25,7 +22,4 @@ "scripts": { | ||
"pretest": "npm run lint", | ||
"posttest": "npm run coverage", | ||
"test:local": "FORCE_COLOR=true node bin/index.js --local", | ||
"test": "nyc npm run test:local", | ||
"test:win": "set FORCE_COLOR=true && node bin/index.js --win", | ||
"coverage": "nyc report --reporter=text-lcov | coveralls" | ||
"test": "node japaFile.js", | ||
"test:win": "node japaFile.js" | ||
}, | ||
@@ -45,7 +39,2 @@ "standard": { | ||
}, | ||
"nyc": { | ||
"exclude": [ | ||
"bin" | ||
] | ||
}, | ||
"directories": { | ||
@@ -52,0 +41,0 @@ "test": "test" |
@@ -5,5 +5,3 @@ # AdonisJs Redis 🚀 | ||
[![NPM Version][npm-image]][npm-url] | ||
[![Build Status][travis-image]][travis-url] | ||
[![Appveyor][appveyor-image]][appveyor-url] | ||
[![Coveralls][coveralls-image]][coveralls-url] | ||
[![Build Status][circleci-image]][circleci-url] | ||
@@ -74,14 +72,6 @@ Adonis redis is a wrapper on top of [IoRedis](https://github.com/luin/ioredis) to run redis commands from your Adonisjs app. | ||
[appveyor-image]: https://img.shields.io/appveyor/ci/thetutlage/adonis-redis/master.svg?style=flat-square | ||
[appveyor-url]: https://ci.appveyor.com/project/thetutlage/adonis-redis | ||
[npm-image]: https://img.shields.io/npm/v/@adonisjs/redis.svg?style=flat-square | ||
[npm-image]: https://img.shields.io/npm/v/@adonisjs/redis/legacy.svg?style=for-the-badge | ||
[npm-url]: https://npmjs.org/package/@adonisjs/redis | ||
[travis-image]: https://img.shields.io/travis/adonisjs/adonis-redis/master.svg?style=flat-square | ||
[travis-url]: https://travis-ci.org/adonisjs/adonis-redis | ||
[coveralls-image]: https://img.shields.io/coveralls/adonisjs/adonis-redis/develop.svg?style=flat-square | ||
[coveralls-url]: https://coveralls.io/github/adonisjs/adonis-redis | ||
[circleci-image]: https://img.shields.io/circleci/project/github/adonisjs/redis/legacy.svg?style=for-the-badge&logo=circleci | ||
[circleci-url]: https://circleci.com/gh/adonisjs/redis "circleci" |
@@ -11,3 +11,3 @@ 'use strict' | ||
*/ | ||
let proxyHandler = exports = module.exports = {} | ||
const proxyHandler = exports = module.exports = {} | ||
@@ -14,0 +14,0 @@ /** |
27503
6
14
650
76
+ Addeddebug@4.4.0(transitive)
- Removeddebug@3.2.7(transitive)
Updateddebug@^4.3.1
Updatedlodash@^4.17.21