jwt-flow 1.0.0 → 1.0.4

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 +0 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -55,7 +55,6 @@ This ensures the library works seamlessly in **any Node.js project**, whether us
55
55
 
56
56
  ### Using npm:
57
57
  ```bash
58
- # Install your library
59
58
  npm install jwt-flow
60
59
 
61
60
  # Install jsonwebtoken (if not installed)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jwt-flow",
3
- "version": "1.0.0",
3
+ "version": "1.0.4",
4
4
  "description": "jwt-flow is a library for Node.js that simplifies JWT token management by generating and verifying **Access** and **Refresh** tokens with customizable payloads, expiration, and algorithms — all in a single unified auth flow.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -63,4 +63,4 @@
63
63
  "peerDependencies": {
64
64
  "jsonwebtoken": "^9.0.0"
65
65
  }
66
- }
66
+ }