@skalfa/skalfa-redis 1.0.1 → 1.0.3

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 +3 -3
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="https://raw.githubusercontent.com/skalfa-framework/skalfa/main/logo/logo-skalfa-full.png" alt="Skalfa Logo" width="300" />
2
+ <img src="https://skalfa.sejedigital.com/images/logo-skalfa.png" alt="Skalfa Logo" width="300" />
3
3
  </p>
4
4
 
5
5
  # @skalfa/skalfa-redis
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skalfa/skalfa-redis",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "High-performance Redis client utility wrapper using ioredis for Skalfa backend services.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -13,7 +13,7 @@
13
13
  "skalfa"
14
14
  ],
15
15
  "author": "",
16
- "license": "UNLICENSED",
16
+ "license": "MIT",
17
17
  "dependencies": {
18
18
  "ioredis": "^5.4.1"
19
19
  },
@@ -21,4 +21,4 @@
21
21
  "@types/node": "^26.0.0",
22
22
  "typescript": "^6.0.3"
23
23
  }
24
- }
24
+ }