rust-node-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.
package/README.md CHANGED
@@ -15,6 +15,8 @@ is **no compiler required at install time** on supported platforms.
15
15
  ![node](https://img.shields.io/badge/node-%3E%3D18-43853d)
16
16
  ![license](https://img.shields.io/badge/license-MIT-blue)
17
17
 
18
+ 🌐 **Website:** [rust-node-cache.vercel.app](https://rust-node-cache.vercel.app/)
19
+
18
20
  ---
19
21
 
20
22
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rust-node-cache",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Ultra-fast in-memory cache for Node.js powered by Rust.",
5
5
  "keywords": [
6
6
  "cache",
@@ -23,7 +23,7 @@
23
23
  "type": "git",
24
24
  "url": "https://github.com/robertolima-dev/rust-node-cache.git"
25
25
  },
26
- "homepage": "https://github.com/robertolima-dev/rust-node-cache",
26
+ "homepage": "https://rust-node-cache.vercel.app",
27
27
  "main": "dist/index.js",
28
28
  "module": "dist/index.mjs",
29
29
  "types": "dist/index.d.ts",
Binary file
Binary file
Binary file
Binary file