@trigguard/runtime
Advanced tools
+4
-2
| { | ||
| "name": "@trigguard/runtime", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Opt-in global hooks (e.g. fetch) for automatic authorization via @trigguard/intent-sdk", | ||
@@ -11,3 +11,5 @@ "type": "module", | ||
| "types": "./dist/index.d.ts", | ||
| "import": "./dist/index.js" | ||
| "import": "./dist/index.js", | ||
| "require": "./dist/index.js", | ||
| "default": "./dist/index.js" | ||
| } | ||
@@ -14,0 +16,0 @@ }, |
6073
1.2%