@adonisjs/cache 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url]
6
6
 
7
7
  ## Introduction
8
- Cache module for AdonisJS built on top of BentoCache. Support multiples drivers, File, In-Memory, Redis, SQLs databases and more.
8
+ Cache module for AdonisJS built on top of [BentoCache](https://github.com/Julien-R44/bentocache). Support multiples drivers, File, In-Memory, Redis, SQLs databases and more.
9
9
 
10
10
  ## Official Documentation
11
11
  The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/digging-deeper/cache).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adonisjs/cache",
3
3
  "description": "Official caching module for AdonisJS framework",
4
- "version": "1.1.0",
4
+ "version": "1.1.2",
5
5
  "engines": {
6
6
  "node": ">=20.6.0"
7
7
  },
@@ -43,7 +43,7 @@
43
43
  "@adonisjs/eslint-config": "^2.0.0-beta.7",
44
44
  "@adonisjs/lucid": "^21.6.0",
45
45
  "@adonisjs/prettier-config": "^1.4.0",
46
- "@adonisjs/redis": "^9.1.1",
46
+ "@adonisjs/redis": "^9.2.0",
47
47
  "@adonisjs/tsconfig": "^1.4.0",
48
48
  "@japa/assert": "^4.0.1",
49
49
  "@japa/expect-type": "^2.0.3",
@@ -51,15 +51,15 @@
51
51
  "@japa/runner": "^4.2.0",
52
52
  "@japa/snapshot": "^2.0.8",
53
53
  "@release-it/conventional-changelog": "^10.0.0",
54
- "@swc/core": "^1.10.12",
55
- "@types/node": "~20.17.16",
54
+ "@swc/core": "^1.10.15",
55
+ "@types/node": "~20.17.17",
56
56
  "better-sqlite3": "^11.8.1",
57
57
  "c8": "^10.1.3",
58
58
  "copyfiles": "^2.4.1",
59
59
  "del-cli": "^6.0.0",
60
60
  "edge.js": "^6.2.1",
61
- "eslint": "^9.19.0",
62
- "ioredis": "^5.4.2",
61
+ "eslint": "^9.20.0",
62
+ "ioredis": "^5.5.0",
63
63
  "knex": "^3.1.0",
64
64
  "luxon": "^3.5.0",
65
65
  "mysql2": "^3.12.0",
@@ -72,7 +72,7 @@
72
72
  "typescript": "~5.7.3"
73
73
  },
74
74
  "dependencies": {
75
- "bentocache": "^1.0.0"
75
+ "bentocache": "^1.1.0"
76
76
  },
77
77
  "peerDependencies": {
78
78
  "@adonisjs/assembler": "^7.0.0",