@agentuity/auth 0.0.102 → 0.0.103

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.
@@ -208,6 +208,7 @@ declare module 'hono' {
208
208
  ## Environment Variables
209
209
 
210
210
  Support these patterns:
211
+
211
212
  - **Public keys**: `AGENTUITY_PUBLIC_<PROVIDER>_<KEY>`
212
213
  - **Secret keys**: `<PROVIDER>_SECRET_KEY`
213
214
  - **Fallback**: Standard provider env var names
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentuity/auth",
3
- "version": "0.0.102",
3
+ "version": "0.0.103",
4
4
  "type": "module",
5
5
  "description": "Authentication helpers for popular identity providers",
6
6
  "repository": {
@@ -28,8 +28,8 @@
28
28
  "@auth0/auth0-react": "^2.11.0",
29
29
  "jwks-rsa": "^3.2.0",
30
30
  "jsonwebtoken": "^9.0.3",
31
- "@agentuity/react": "0.0.102",
32
- "@agentuity/runtime": "0.0.102",
31
+ "@agentuity/react": "0.0.103",
32
+ "@agentuity/runtime": "0.0.103",
33
33
  "hono": "^4.0.0"
34
34
  },
35
35
  "peerDependenciesMeta": {
@@ -50,9 +50,9 @@
50
50
  }
51
51
  },
52
52
  "devDependencies": {
53
- "@agentuity/react": "0.0.102",
54
- "@agentuity/runtime": "0.0.102",
55
- "@agentuity/test-utils": "0.0.102",
53
+ "@agentuity/react": "0.0.103",
54
+ "@agentuity/runtime": "0.0.103",
55
+ "@agentuity/test-utils": "0.0.103",
56
56
  "@auth0/auth0-react": "^2.2.4",
57
57
  "@clerk/backend": "^2.27.1",
58
58
  "@clerk/clerk-react": "^5.46.1",