redis-graph-cache 1.0.0 → 1.0.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 +2 -1
  2. package/package.json +10 -1
package/README.md CHANGED
@@ -6,7 +6,8 @@
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
7
7
  [![Node.js Version](https://img.shields.io/node/v/redis-graph-cache.svg)](https://nodejs.org)
8
8
 
9
- **📚 Full documentation:** [redis-graph-cache.vercel.app](https://redis-graph-cache.vercel.app)
9
+ **📚 Full documentation:** [redis-graph-cache.vercel.app](https://redis-graph-cache.vercel.app)
10
+ **🔗 GitHub:** [github.com/chiefnayeem/redis-graph-cache](https://github.com/chiefnayeem/redis-graph-cache)
10
11
 
11
12
  ---
12
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redis-graph-cache",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A TypeScript-first Redis data layer with schema-driven normalization, relationship management, and graph-based hydration for high-performance Node.js applications.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -29,6 +29,15 @@
29
29
  "atomic",
30
30
  "circuit-breaker"
31
31
  ],
32
+ "author": "Mohammed Nayeem <https://reactclockwork.com>",
33
+ "repository": {
34
+ "type": "git",
35
+ "url": "git+https://github.com/chiefnayeem/redis-graph-cache.git"
36
+ },
37
+ "homepage": "https://redis-graph-cache.vercel.app",
38
+ "bugs": {
39
+ "url": "https://github.com/chiefnayeem/redis-graph-cache/issues"
40
+ },
32
41
  "license": "MIT",
33
42
  "peerDependencies": {
34
43
  "ioredis": "^5.10.1"