@onebun/cache 0.1.0 → 0.1.1

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 +11 -2
package/README.md CHANGED
@@ -489,4 +489,4 @@ For more details, see the [official Bun Redis documentation](https://bun.com/doc
489
489
 
490
490
  ## License
491
491
 
492
- MIT
492
+ [LGPL-3.0](../../LICENSE)
package/package.json CHANGED
@@ -1,9 +1,18 @@
1
1
  {
2
2
  "name": "@onebun/cache",
3
- "version": "0.1.0",
4
- "description": "Caching module for OneBun framework with in-memory and Redis support",
3
+ "version": "0.1.1",
4
+ "description": "Caching module for OneBun framework - in-memory and Redis support",
5
5
  "license": "LGPL-3.0",
6
6
  "author": "RemRyahirev",
7
+ "keywords": [
8
+ "onebun",
9
+ "cache",
10
+ "redis",
11
+ "memory-cache",
12
+ "bun",
13
+ "typescript",
14
+ "effect"
15
+ ],
7
16
  "repository": {
8
17
  "type": "git",
9
18
  "url": "git+https://github.com/RemRyahirev/onebun.git",