@authon/shared
Advanced tools
+11
-3
| { | ||
| "name": "@authon/shared", | ||
| "version": "0.1.16", | ||
| "version": "0.1.17", | ||
| "description": "Shared types and constants for Authon SDKs", | ||
@@ -16,3 +16,5 @@ "type": "module", | ||
| }, | ||
| "files": ["dist"], | ||
| "files": [ | ||
| "dist" | ||
| ], | ||
| "scripts": { | ||
@@ -32,3 +34,9 @@ "build": "tsup", | ||
| }, | ||
| "keywords": ["authon", "auth", "authentication", "types", "sdk"], | ||
| "keywords": [ | ||
| "authon", | ||
| "auth", | ||
| "authentication", | ||
| "types", | ||
| "sdk" | ||
| ], | ||
| "devDependencies": { | ||
@@ -35,0 +43,0 @@ "tsup": "^8.0.0", |
23903
0.13%