@hemia/auth-sdk 0.0.1 → 0.0.2

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 +3 -4
package/README.md CHANGED
@@ -8,7 +8,6 @@ SDK para gestionar autenticación SSO con PKCE flow, manejo de sesiones y refres
8
8
 
9
9
  ```bash
10
10
  npm install @hemia/auth-sdk
11
- bun add @hemia/auth-sdk
12
11
  ```
13
12
 
14
13
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hemia/auth-sdk",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Hemia SDK for authentication",
5
5
  "main": "dist/hemia-auth-sdk.js",
6
6
  "module": "dist/hemia-auth-sdk.esm.js",
@@ -21,7 +21,6 @@
21
21
  "@types/node": "^22.3.0",
22
22
  "@typescript-eslint/eslint-plugin": "^8.5.0",
23
23
  "@hemia/network-services": "^0.0.3",
24
- "@hemia/jwt-manager": "^0.0.4",
25
24
  "@hemia/common": "^0.0.2",
26
25
  "@hemia/cache-manager": "^0.0.5",
27
26
  "@types/express": "^4.17.21",
@@ -44,9 +43,9 @@
44
43
  "peerDependencies": {
45
44
  "reflect-metadata": "^0.2.2",
46
45
  "inversify": "^7.11.0",
47
- "@hemia/common": "^0.0.1",
46
+ "@hemia/common": "^0.0.2",
48
47
  "@hemia/network-services": "^0.0.3",
49
- "@hemia/jwt-manager": "^0.0.4"
48
+ "@hemia/cache-manager": "^0.0.5"
50
49
  },
51
50
  "dependencies": {
52
51