@dodomain/connect
Advanced tools
+10
-9
| { | ||
| "name": "@dodomain/connect", | ||
| "version": "0.3.0", | ||
| "version": "0.3.1", | ||
| "description": "Official browser widget for DoDomain — opens the hosted domain-connect flow in a modal iframe and relays its lifecycle events.", | ||
@@ -46,3 +46,10 @@ "license": "MIT", | ||
| ], | ||
| "scripts": { | ||
| "build": "tsup", | ||
| "typecheck": "tsc --noEmit", | ||
| "test": "node --experimental-strip-types --test test/*.test.ts", | ||
| "prepublishOnly": "pnpm run typecheck && pnpm run test && pnpm run build" | ||
| }, | ||
| "devDependencies": { | ||
| "@dodomain/core": "0.0.0", | ||
| "tsup": "^8.5.1", | ||
@@ -52,10 +59,4 @@ "jsdom": "^29.1.1", | ||
| "@types/node": "^22.10.5", | ||
| "typescript": "^5.7.3", | ||
| "@dodomain/core": "0.0.0" | ||
| }, | ||
| "scripts": { | ||
| "build": "tsup", | ||
| "typecheck": "tsc --noEmit", | ||
| "test": "node --experimental-strip-types --test test/*.test.ts" | ||
| "typescript": "^5.7.3" | ||
| } | ||
| } | ||
| } |
+3
-0
@@ -7,2 +7,5 @@ # @dodomain/connect | ||
| 📖 **Guide with runnable examples: [dodomain.io/docs/widget](https://dodomain.io/docs/widget)** | ||
| · all docs: [dodomain.io/docs](https://dodomain.io/docs). Using React? [`@dodomain/react`](https://www.npmjs.com/package/@dodomain/react) wraps this widget in a hook. | ||
| ## Install | ||
@@ -9,0 +12,0 @@ |
87384
0.4%149
2.05%