@adonisjs/redis
Advanced tools
Comparing version 8.0.0-13 to 8.0.0-14
{ | ||
"name": "@adonisjs/redis", | ||
"description": "AdonisJS addon for Redis", | ||
"version": "8.0.0-13", | ||
"version": "8.0.0-14", | ||
"type": "module", | ||
@@ -42,15 +42,15 @@ "main": "build/index.js", | ||
"devDependencies": { | ||
"@adonisjs/assembler": "^6.1.3-28", | ||
"@adonisjs/core": "^6.1.5-32", | ||
"@adonisjs/eslint-config": "^1.1.9", | ||
"@adonisjs/prettier-config": "^1.1.9", | ||
"@adonisjs/tsconfig": "^1.1.9", | ||
"@adonisjs/assembler": "^7.0.0-0", | ||
"@adonisjs/core": "^6.1.5-34", | ||
"@adonisjs/eslint-config": "^1.2.0", | ||
"@adonisjs/prettier-config": "^1.2.0", | ||
"@adonisjs/tsconfig": "^1.2.0", | ||
"@commitlint/cli": "^18.4.3", | ||
"@commitlint/config-conventional": "^18.4.3", | ||
"@japa/assert": "^2.0.1", | ||
"@japa/expect-type": "^2.0.0", | ||
"@japa/file-system": "^2.0.1", | ||
"@japa/runner": "^3.1.0", | ||
"@swc/core": "^1.3.99", | ||
"@types/node": "^20.9.4", | ||
"@japa/assert": "^2.1.0", | ||
"@japa/expect-type": "^2.0.1", | ||
"@japa/file-system": "^2.1.1", | ||
"@japa/runner": "^3.1.1", | ||
"@swc/core": "^1.3.101", | ||
"@types/node": "^20.10.5", | ||
"c8": "^8.0.0", | ||
@@ -60,13 +60,13 @@ "copyfiles": "^2.4.1", | ||
"dotenv": "^16.3.1", | ||
"eslint": "^8.54.0", | ||
"eslint": "^8.56.0", | ||
"github-label-sync": "^2.3.1", | ||
"husky": "^8.0.3", | ||
"np": "^8.0.4", | ||
"prettier": "^3.1.0", | ||
"ts-node": "^10.9.1", | ||
"np": "^9.2.0", | ||
"prettier": "^3.1.1", | ||
"ts-node": "^10.9.2", | ||
"tsup": "^8.0.1", | ||
"typescript": "5.2.2" | ||
"typescript": "^5.3.3" | ||
}, | ||
"dependencies": { | ||
"@poppinss/utils": "^6.5.1", | ||
"@poppinss/utils": "^6.7.0", | ||
"emittery": "^1.0.1", | ||
@@ -73,0 +73,0 @@ "ioredis": "^5.3.2" |
@@ -11,3 +11,3 @@ # @adonisjs/redis | ||
## Official Documentation | ||
The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/redis) | ||
The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/database/redis) | ||
@@ -14,0 +14,0 @@ ## Contributing |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
130793
0
Updated@poppinss/utils@^6.7.0