@xtandard/webhooks 0.1.0
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.
- package/LICENSE +21 -0
- package/README.md +315 -0
- package/bin/xtandard-webhooks.mjs +3 -0
- package/dist/basic-BIW3Rvuz.cjs +199 -0
- package/dist/basic-BIW3Rvuz.cjs.map +1 -0
- package/dist/basic-DKk0Xfuu.mjs +176 -0
- package/dist/basic-DKk0Xfuu.mjs.map +1 -0
- package/dist/chunk-D7D4PA-g.mjs +13 -0
- package/dist/cli.cjs +655 -0
- package/dist/cli.cjs.map +1 -0
- package/dist/cli.d.cts +42 -0
- package/dist/cli.d.mts +42 -0
- package/dist/cli.mjs +653 -0
- package/dist/cli.mjs.map +1 -0
- package/dist/contract-8h-Azxa5.d.cts +71 -0
- package/dist/contract-9XpcwcCn.mjs +22 -0
- package/dist/contract-9XpcwcCn.mjs.map +1 -0
- package/dist/contract-B2d5dNU3.cjs +33 -0
- package/dist/contract-B2d5dNU3.cjs.map +1 -0
- package/dist/contract-BEhDcd_5.mjs +28 -0
- package/dist/contract-BEhDcd_5.mjs.map +1 -0
- package/dist/contract-Bf1qguwt.cjs +57 -0
- package/dist/contract-Bf1qguwt.cjs.map +1 -0
- package/dist/contract-Bnb3fgRJ.d.cts +177 -0
- package/dist/contract-C2r2Xzwp.d.mts +46 -0
- package/dist/contract-CiPskNvS.d.cts +46 -0
- package/dist/contract-DhQ4JjGG.d.mts +71 -0
- package/dist/contract-T1kcZNdG.d.mts +177 -0
- package/dist/contract-lETlIuXo.d.cts +30 -0
- package/dist/contract-lETlIuXo.d.mts +30 -0
- package/dist/core-CMpnmI5Q.mjs +1605 -0
- package/dist/core-CMpnmI5Q.mjs.map +1 -0
- package/dist/core-DT4ppWh8.d.mts +502 -0
- package/dist/core-KJawHjFF.d.cts +502 -0
- package/dist/core-ZGhH6Vs2.cjs +1790 -0
- package/dist/core-ZGhH6Vs2.cjs.map +1 -0
- package/dist/core.cjs +8 -0
- package/dist/core.d.cts +2 -0
- package/dist/core.d.mts +2 -0
- package/dist/core.mjs +2 -0
- package/dist/create-fetch-handler-BIdk9P30.mjs +1724 -0
- package/dist/create-fetch-handler-BIdk9P30.mjs.map +1 -0
- package/dist/create-fetch-handler-CmooujQo.cjs +1771 -0
- package/dist/create-fetch-handler-CmooujQo.cjs.map +1 -0
- package/dist/create-fetch-handler-Dlkhustu.d.cts +162 -0
- package/dist/create-fetch-handler-jy3hy5nZ.d.mts +162 -0
- package/dist/dispatcher-B0xTEHt1.cjs +212 -0
- package/dist/dispatcher-B0xTEHt1.cjs.map +1 -0
- package/dist/dispatcher-Coubwrka.mjs +196 -0
- package/dist/dispatcher-Coubwrka.mjs.map +1 -0
- package/dist/entry-auth-basic.cjs +5 -0
- package/dist/entry-auth-basic.d.cts +83 -0
- package/dist/entry-auth-basic.d.mts +83 -0
- package/dist/entry-auth-basic.mjs +2 -0
- package/dist/entry-auth-delegated.cjs +28 -0
- package/dist/entry-auth-delegated.cjs.map +1 -0
- package/dist/entry-auth-delegated.d.cts +36 -0
- package/dist/entry-auth-delegated.d.mts +36 -0
- package/dist/entry-auth-delegated.mjs +27 -0
- package/dist/entry-auth-delegated.mjs.map +1 -0
- package/dist/entry-auth-none.cjs +4 -0
- package/dist/entry-auth-none.d.cts +25 -0
- package/dist/entry-auth-none.d.mts +25 -0
- package/dist/entry-auth-none.mjs +2 -0
- package/dist/entry-authorization-delegated.cjs +27 -0
- package/dist/entry-authorization-delegated.cjs.map +1 -0
- package/dist/entry-authorization-delegated.d.cts +31 -0
- package/dist/entry-authorization-delegated.d.mts +31 -0
- package/dist/entry-authorization-delegated.mjs +26 -0
- package/dist/entry-authorization-delegated.mjs.map +1 -0
- package/dist/entry-authorization-none.cjs +3 -0
- package/dist/entry-authorization-none.d.cts +18 -0
- package/dist/entry-authorization-none.d.mts +18 -0
- package/dist/entry-authorization-none.mjs +2 -0
- package/dist/entry-authorization-roles.cjs +6 -0
- package/dist/entry-authorization-roles.d.cts +65 -0
- package/dist/entry-authorization-roles.d.mts +65 -0
- package/dist/entry-authorization-roles.mjs +2 -0
- package/dist/entry-bun.cjs +24 -0
- package/dist/entry-bun.cjs.map +1 -0
- package/dist/entry-bun.d.cts +8 -0
- package/dist/entry-bun.d.mts +8 -0
- package/dist/entry-bun.mjs +23 -0
- package/dist/entry-bun.mjs.map +1 -0
- package/dist/entry-drizzle-mysql.cjs +20 -0
- package/dist/entry-drizzle-mysql.cjs.map +1 -0
- package/dist/entry-drizzle-mysql.d.cts +27 -0
- package/dist/entry-drizzle-mysql.d.mts +27 -0
- package/dist/entry-drizzle-mysql.mjs +19 -0
- package/dist/entry-drizzle-mysql.mjs.map +1 -0
- package/dist/entry-drizzle-pg.cjs +21 -0
- package/dist/entry-drizzle-pg.cjs.map +1 -0
- package/dist/entry-drizzle-pg.d.cts +26 -0
- package/dist/entry-drizzle-pg.d.mts +26 -0
- package/dist/entry-drizzle-pg.mjs +20 -0
- package/dist/entry-drizzle-pg.mjs.map +1 -0
- package/dist/entry-drizzle-sqlite.cjs +21 -0
- package/dist/entry-drizzle-sqlite.cjs.map +1 -0
- package/dist/entry-drizzle-sqlite.d.cts +23 -0
- package/dist/entry-drizzle-sqlite.d.mts +23 -0
- package/dist/entry-drizzle-sqlite.mjs +20 -0
- package/dist/entry-drizzle-sqlite.mjs.map +1 -0
- package/dist/entry-elysia.cjs +125 -0
- package/dist/entry-elysia.cjs.map +1 -0
- package/dist/entry-elysia.d.cts +1017 -0
- package/dist/entry-elysia.d.mts +1017 -0
- package/dist/entry-elysia.mjs +123 -0
- package/dist/entry-elysia.mjs.map +1 -0
- package/dist/entry-express.cjs +57 -0
- package/dist/entry-express.cjs.map +1 -0
- package/dist/entry-express.d.cts +15 -0
- package/dist/entry-express.d.mts +15 -0
- package/dist/entry-express.mjs +56 -0
- package/dist/entry-express.mjs.map +1 -0
- package/dist/entry-hono.cjs +35 -0
- package/dist/entry-hono.cjs.map +1 -0
- package/dist/entry-hono.d.cts +16 -0
- package/dist/entry-hono.d.mts +16 -0
- package/dist/entry-hono.mjs +34 -0
- package/dist/entry-hono.mjs.map +1 -0
- package/dist/entry-hooks-log.cjs +22 -0
- package/dist/entry-hooks-log.cjs.map +1 -0
- package/dist/entry-hooks-log.d.cts +23 -0
- package/dist/entry-hooks-log.d.mts +23 -0
- package/dist/entry-hooks-log.mjs +21 -0
- package/dist/entry-hooks-log.mjs.map +1 -0
- package/dist/entry-storage-cloudflare-kv.cjs +47 -0
- package/dist/entry-storage-cloudflare-kv.cjs.map +1 -0
- package/dist/entry-storage-cloudflare-kv.d.cts +42 -0
- package/dist/entry-storage-cloudflare-kv.d.mts +42 -0
- package/dist/entry-storage-cloudflare-kv.mjs +46 -0
- package/dist/entry-storage-cloudflare-kv.mjs.map +1 -0
- package/dist/entry-storage-drizzle.cjs +78 -0
- package/dist/entry-storage-drizzle.cjs.map +1 -0
- package/dist/entry-storage-drizzle.d.cts +30 -0
- package/dist/entry-storage-drizzle.d.mts +30 -0
- package/dist/entry-storage-drizzle.mjs +77 -0
- package/dist/entry-storage-drizzle.mjs.map +1 -0
- package/dist/entry-storage-file.cjs +4 -0
- package/dist/entry-storage-file.d.cts +30 -0
- package/dist/entry-storage-file.d.mts +30 -0
- package/dist/entry-storage-file.mjs +2 -0
- package/dist/entry-storage-libsql.cjs +3 -0
- package/dist/entry-storage-libsql.d.cts +48 -0
- package/dist/entry-storage-libsql.d.mts +48 -0
- package/dist/entry-storage-libsql.mjs +2 -0
- package/dist/entry-storage-memory.cjs +3 -0
- package/dist/entry-storage-memory.d.cts +2 -0
- package/dist/entry-storage-memory.d.mts +2 -0
- package/dist/entry-storage-memory.mjs +2 -0
- package/dist/entry-storage-mongodb.cjs +3 -0
- package/dist/entry-storage-mongodb.d.cts +55 -0
- package/dist/entry-storage-mongodb.d.mts +55 -0
- package/dist/entry-storage-mongodb.mjs +2 -0
- package/dist/entry-storage-postgres.cjs +3 -0
- package/dist/entry-storage-postgres.d.cts +62 -0
- package/dist/entry-storage-postgres.d.mts +62 -0
- package/dist/entry-storage-postgres.mjs +2 -0
- package/dist/entry-storage-redis.cjs +4 -0
- package/dist/entry-storage-redis.d.cts +77 -0
- package/dist/entry-storage-redis.d.mts +77 -0
- package/dist/entry-storage-redis.mjs +2 -0
- package/dist/entry-storage-sqlite.cjs +3 -0
- package/dist/entry-storage-sqlite.d.cts +36 -0
- package/dist/entry-storage-sqlite.d.mts +36 -0
- package/dist/entry-storage-sqlite.mjs +2 -0
- package/dist/entry-storage-unstorage.cjs +42 -0
- package/dist/entry-storage-unstorage.cjs.map +1 -0
- package/dist/entry-storage-unstorage.d.cts +29 -0
- package/dist/entry-storage-unstorage.d.mts +29 -0
- package/dist/entry-storage-unstorage.mjs +41 -0
- package/dist/entry-storage-unstorage.mjs.map +1 -0
- package/dist/file-COBYZA4Q.cjs +148 -0
- package/dist/file-COBYZA4Q.cjs.map +1 -0
- package/dist/file-fi02eFHk.mjs +131 -0
- package/dist/file-fi02eFHk.mjs.map +1 -0
- package/dist/index.cjs +123 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +368 -0
- package/dist/index.d.mts +366 -0
- package/dist/index.mjs +61 -0
- package/dist/index.mjs.map +1 -0
- package/dist/keys-Byyj4quQ.mjs +111 -0
- package/dist/keys-Byyj4quQ.mjs.map +1 -0
- package/dist/keys-FiKpaVHX.cjs +302 -0
- package/dist/keys-FiKpaVHX.cjs.map +1 -0
- package/dist/libsql-bpVi0bXN.mjs +113 -0
- package/dist/libsql-bpVi0bXN.mjs.map +1 -0
- package/dist/libsql-pPJEo1e4.cjs +124 -0
- package/dist/libsql-pPJEo1e4.cjs.map +1 -0
- package/dist/memory-8Ef-PL5a.cjs +137 -0
- package/dist/memory-8Ef-PL5a.cjs.map +1 -0
- package/dist/memory-BMsSSwqn.mjs +127 -0
- package/dist/memory-BMsSSwqn.mjs.map +1 -0
- package/dist/memory-FnMJWCmB.d.cts +28 -0
- package/dist/memory-qIvANEs_.d.mts +28 -0
- package/dist/mongodb-Cy8yo0uk.cjs +108 -0
- package/dist/mongodb-Cy8yo0uk.cjs.map +1 -0
- package/dist/mongodb-Ddaq9mml.mjs +97 -0
- package/dist/mongodb-Ddaq9mml.mjs.map +1 -0
- package/dist/none-BnZtaGNJ.mjs +23 -0
- package/dist/none-BnZtaGNJ.mjs.map +1 -0
- package/dist/none-CAsxCOWN.cjs +49 -0
- package/dist/none-CAsxCOWN.cjs.map +1 -0
- package/dist/none-CZVrfnmF.cjs +33 -0
- package/dist/none-CZVrfnmF.cjs.map +1 -0
- package/dist/none-GhVIoh_s.mjs +33 -0
- package/dist/none-GhVIoh_s.mjs.map +1 -0
- package/dist/postgres-C8WbchFa.cjs +134 -0
- package/dist/postgres-C8WbchFa.cjs.map +1 -0
- package/dist/postgres-c3pAhmhr.mjs +123 -0
- package/dist/postgres-c3pAhmhr.mjs.map +1 -0
- package/dist/react.css +1 -0
- package/dist/react.js +31465 -0
- package/dist/receiver.cjs +43 -0
- package/dist/receiver.cjs.map +1 -0
- package/dist/receiver.d.cts +36 -0
- package/dist/receiver.d.mts +36 -0
- package/dist/receiver.mjs +40 -0
- package/dist/receiver.mjs.map +1 -0
- package/dist/redis-CFJkuSgB.cjs +270 -0
- package/dist/redis-CFJkuSgB.cjs.map +1 -0
- package/dist/redis-CvLi0KF7.mjs +254 -0
- package/dist/redis-CvLi0KF7.mjs.map +1 -0
- package/dist/roles-D0G9XqBq.cjs +128 -0
- package/dist/roles-D0G9XqBq.cjs.map +1 -0
- package/dist/roles-vp361lTk.mjs +99 -0
- package/dist/roles-vp361lTk.mjs.map +1 -0
- package/dist/schema-mo__wv4P.d.cts +233 -0
- package/dist/schema-mo__wv4P.d.mts +233 -0
- package/dist/schema.cjs +13 -0
- package/dist/schema.cjs.map +1 -0
- package/dist/schema.d.cts +2 -0
- package/dist/schema.d.mts +2 -0
- package/dist/schema.mjs +11 -0
- package/dist/schema.mjs.map +1 -0
- package/dist/signing.cjs +162 -0
- package/dist/signing.cjs.map +1 -0
- package/dist/signing.d.cts +73 -0
- package/dist/signing.d.mts +73 -0
- package/dist/signing.mjs +156 -0
- package/dist/signing.mjs.map +1 -0
- package/dist/sqlite-Cmqnrjes.mjs +67 -0
- package/dist/sqlite-Cmqnrjes.mjs.map +1 -0
- package/dist/sqlite-Dcufk0x3.cjs +78 -0
- package/dist/sqlite-Dcufk0x3.cjs.map +1 -0
- package/dist/table-Ce3Tzwqs.d.cts +11 -0
- package/dist/table-Ce3Tzwqs.d.mts +11 -0
- package/dist/testing.cjs +134 -0
- package/dist/testing.cjs.map +1 -0
- package/dist/testing.d.cts +80 -0
- package/dist/testing.d.mts +80 -0
- package/dist/testing.mjs +131 -0
- package/dist/testing.mjs.map +1 -0
- package/dist/types-react/react.d.ts +98 -0
- package/dist/types-react/schema.d.ts +229 -0
- package/dist/types-react/ui/App.d.ts +22 -0
- package/dist/types-react/ui/api.d.ts +97 -0
- package/dist/types-react/ui/components/JsonCodeEditor.d.ts +12 -0
- package/dist/types-react/ui/components/ThemeToggle.d.ts +2 -0
- package/dist/types-react/ui/components/Toast.d.ts +16 -0
- package/dist/types-react/ui/components/primitives.d.ts +50 -0
- package/dist/types-react/ui/components/ui-bits.d.ts +22 -0
- package/dist/types-react/ui/components/webhook-bits.d.ts +51 -0
- package/dist/types-react/ui/lib/format.d.ts +39 -0
- package/dist/types-react/ui/lib/nav-guard.d.ts +20 -0
- package/dist/types-react/ui/lib/utils.d.ts +3 -0
- package/dist/types-react/ui/theme.d.ts +12 -0
- package/dist/types-react/ui/types.d.ts +80 -0
- package/dist/types-react/ui/views/AuditView.d.ts +6 -0
- package/dist/types-react/ui/views/DeliveriesView.d.ts +12 -0
- package/dist/types-react/ui/views/EndpointsView.d.ts +11 -0
- package/dist/types-react/ui/views/EventTypesView.d.ts +11 -0
- package/dist/types-react/ui/views/MessagesView.d.ts +10 -0
- package/dist/types-react/ui/views/OverviewView.d.ts +12 -0
- package/dist/ui/assets/index-B0eoQX2U.css +1 -0
- package/dist/ui/assets/index-S5t_CLOe.js +209 -0
- package/dist/ui/index.html +14 -0
- package/package.json +487 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
+
<title>@xtandard/webhooks</title>
|
|
7
|
+
<meta name="description" content="Admin panel for @xtandard/webhooks outbound webhooks" />
|
|
8
|
+
<script type="module" crossorigin src="./assets/index-S5t_CLOe.js"></script>
|
|
9
|
+
<link rel="stylesheet" crossorigin href="./assets/index-B0eoQX2U.css">
|
|
10
|
+
</head>
|
|
11
|
+
<body>
|
|
12
|
+
<div id="root"></div>
|
|
13
|
+
</body>
|
|
14
|
+
</html>
|
package/package.json
ADDED
|
@@ -0,0 +1,487 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@xtandard/webhooks",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "Self-hosted, embeddable, Standard Webhooks-compliant outbound webhook control plane with pluggable storage, an in-process delivery engine, and an embeddable consumer portal.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"bun",
|
|
7
|
+
"dead-letter",
|
|
8
|
+
"delivery",
|
|
9
|
+
"event-driven",
|
|
10
|
+
"events",
|
|
11
|
+
"hmac",
|
|
12
|
+
"outbound-webhooks",
|
|
13
|
+
"retries",
|
|
14
|
+
"self-hosted",
|
|
15
|
+
"standard-webhooks",
|
|
16
|
+
"svix",
|
|
17
|
+
"typescript",
|
|
18
|
+
"webhook",
|
|
19
|
+
"webhooks",
|
|
20
|
+
"xtandard"
|
|
21
|
+
],
|
|
22
|
+
"homepage": "https://github.com/xantiagoma/xtandard-webhooks#readme",
|
|
23
|
+
"bugs": {
|
|
24
|
+
"url": "https://github.com/xantiagoma/xtandard-webhooks/issues"
|
|
25
|
+
},
|
|
26
|
+
"license": "MIT",
|
|
27
|
+
"author": "Santiago Montoya <xantiagoma@gmail.com>",
|
|
28
|
+
"repository": {
|
|
29
|
+
"type": "git",
|
|
30
|
+
"url": "git+https://github.com/xantiagoma/xtandard-webhooks.git"
|
|
31
|
+
},
|
|
32
|
+
"bin": {
|
|
33
|
+
"xtandard-webhooks": "./bin/xtandard-webhooks.mjs"
|
|
34
|
+
},
|
|
35
|
+
"files": [
|
|
36
|
+
"dist",
|
|
37
|
+
"bin",
|
|
38
|
+
"LICENSE",
|
|
39
|
+
"README.md"
|
|
40
|
+
],
|
|
41
|
+
"type": "module",
|
|
42
|
+
"sideEffects": false,
|
|
43
|
+
"main": "dist/index.cjs",
|
|
44
|
+
"module": "dist/index.mjs",
|
|
45
|
+
"types": "dist/index.d.mts",
|
|
46
|
+
"exports": {
|
|
47
|
+
".": {
|
|
48
|
+
"import": {
|
|
49
|
+
"types": "./dist/index.d.mts",
|
|
50
|
+
"default": "./dist/index.mjs"
|
|
51
|
+
},
|
|
52
|
+
"require": {
|
|
53
|
+
"types": "./dist/index.d.cts",
|
|
54
|
+
"default": "./dist/index.cjs"
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
"./core": {
|
|
58
|
+
"import": {
|
|
59
|
+
"types": "./dist/core.d.mts",
|
|
60
|
+
"default": "./dist/core.mjs"
|
|
61
|
+
},
|
|
62
|
+
"require": {
|
|
63
|
+
"types": "./dist/core.d.cts",
|
|
64
|
+
"default": "./dist/core.cjs"
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"./schema": {
|
|
68
|
+
"import": {
|
|
69
|
+
"types": "./dist/schema.d.mts",
|
|
70
|
+
"default": "./dist/schema.mjs"
|
|
71
|
+
},
|
|
72
|
+
"require": {
|
|
73
|
+
"types": "./dist/schema.d.cts",
|
|
74
|
+
"default": "./dist/schema.cjs"
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"./signing": {
|
|
78
|
+
"import": {
|
|
79
|
+
"types": "./dist/signing.d.mts",
|
|
80
|
+
"default": "./dist/signing.mjs"
|
|
81
|
+
},
|
|
82
|
+
"require": {
|
|
83
|
+
"types": "./dist/signing.d.cts",
|
|
84
|
+
"default": "./dist/signing.cjs"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"./receiver": {
|
|
88
|
+
"import": {
|
|
89
|
+
"types": "./dist/receiver.d.mts",
|
|
90
|
+
"default": "./dist/receiver.mjs"
|
|
91
|
+
},
|
|
92
|
+
"require": {
|
|
93
|
+
"types": "./dist/receiver.d.cts",
|
|
94
|
+
"default": "./dist/receiver.cjs"
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
"./testing": {
|
|
98
|
+
"import": {
|
|
99
|
+
"types": "./dist/testing.d.mts",
|
|
100
|
+
"default": "./dist/testing.mjs"
|
|
101
|
+
},
|
|
102
|
+
"require": {
|
|
103
|
+
"types": "./dist/testing.d.cts",
|
|
104
|
+
"default": "./dist/testing.cjs"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"./storage/memory": {
|
|
108
|
+
"import": {
|
|
109
|
+
"types": "./dist/entry-storage-memory.d.mts",
|
|
110
|
+
"default": "./dist/entry-storage-memory.mjs"
|
|
111
|
+
},
|
|
112
|
+
"require": {
|
|
113
|
+
"types": "./dist/entry-storage-memory.d.cts",
|
|
114
|
+
"default": "./dist/entry-storage-memory.cjs"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"./storage/file": {
|
|
118
|
+
"import": {
|
|
119
|
+
"types": "./dist/entry-storage-file.d.mts",
|
|
120
|
+
"default": "./dist/entry-storage-file.mjs"
|
|
121
|
+
},
|
|
122
|
+
"require": {
|
|
123
|
+
"types": "./dist/entry-storage-file.d.cts",
|
|
124
|
+
"default": "./dist/entry-storage-file.cjs"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
"./storage/redis": {
|
|
128
|
+
"import": {
|
|
129
|
+
"types": "./dist/entry-storage-redis.d.mts",
|
|
130
|
+
"default": "./dist/entry-storage-redis.mjs"
|
|
131
|
+
},
|
|
132
|
+
"require": {
|
|
133
|
+
"types": "./dist/entry-storage-redis.d.cts",
|
|
134
|
+
"default": "./dist/entry-storage-redis.cjs"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"./storage/postgres": {
|
|
138
|
+
"import": {
|
|
139
|
+
"types": "./dist/entry-storage-postgres.d.mts",
|
|
140
|
+
"default": "./dist/entry-storage-postgres.mjs"
|
|
141
|
+
},
|
|
142
|
+
"require": {
|
|
143
|
+
"types": "./dist/entry-storage-postgres.d.cts",
|
|
144
|
+
"default": "./dist/entry-storage-postgres.cjs"
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"./storage/drizzle": {
|
|
148
|
+
"import": {
|
|
149
|
+
"types": "./dist/entry-storage-drizzle.d.mts",
|
|
150
|
+
"default": "./dist/entry-storage-drizzle.mjs"
|
|
151
|
+
},
|
|
152
|
+
"require": {
|
|
153
|
+
"types": "./dist/entry-storage-drizzle.d.cts",
|
|
154
|
+
"default": "./dist/entry-storage-drizzle.cjs"
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
"./storage/mongodb": {
|
|
158
|
+
"import": {
|
|
159
|
+
"types": "./dist/entry-storage-mongodb.d.mts",
|
|
160
|
+
"default": "./dist/entry-storage-mongodb.mjs"
|
|
161
|
+
},
|
|
162
|
+
"require": {
|
|
163
|
+
"types": "./dist/entry-storage-mongodb.d.cts",
|
|
164
|
+
"default": "./dist/entry-storage-mongodb.cjs"
|
|
165
|
+
}
|
|
166
|
+
},
|
|
167
|
+
"./storage/sqlite": {
|
|
168
|
+
"import": {
|
|
169
|
+
"types": "./dist/entry-storage-sqlite.d.mts",
|
|
170
|
+
"default": "./dist/entry-storage-sqlite.mjs"
|
|
171
|
+
},
|
|
172
|
+
"require": {
|
|
173
|
+
"types": "./dist/entry-storage-sqlite.d.cts",
|
|
174
|
+
"default": "./dist/entry-storage-sqlite.cjs"
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
"./storage/libsql": {
|
|
178
|
+
"import": {
|
|
179
|
+
"types": "./dist/entry-storage-libsql.d.mts",
|
|
180
|
+
"default": "./dist/entry-storage-libsql.mjs"
|
|
181
|
+
},
|
|
182
|
+
"require": {
|
|
183
|
+
"types": "./dist/entry-storage-libsql.d.cts",
|
|
184
|
+
"default": "./dist/entry-storage-libsql.cjs"
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
"./storage/unstorage": {
|
|
188
|
+
"import": {
|
|
189
|
+
"types": "./dist/entry-storage-unstorage.d.mts",
|
|
190
|
+
"default": "./dist/entry-storage-unstorage.mjs"
|
|
191
|
+
},
|
|
192
|
+
"require": {
|
|
193
|
+
"types": "./dist/entry-storage-unstorage.d.cts",
|
|
194
|
+
"default": "./dist/entry-storage-unstorage.cjs"
|
|
195
|
+
}
|
|
196
|
+
},
|
|
197
|
+
"./storage/cloudflare-kv": {
|
|
198
|
+
"import": {
|
|
199
|
+
"types": "./dist/entry-storage-cloudflare-kv.d.mts",
|
|
200
|
+
"default": "./dist/entry-storage-cloudflare-kv.mjs"
|
|
201
|
+
},
|
|
202
|
+
"require": {
|
|
203
|
+
"types": "./dist/entry-storage-cloudflare-kv.d.cts",
|
|
204
|
+
"default": "./dist/entry-storage-cloudflare-kv.cjs"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
"./drizzle/pg": {
|
|
208
|
+
"import": {
|
|
209
|
+
"types": "./dist/entry-drizzle-pg.d.mts",
|
|
210
|
+
"default": "./dist/entry-drizzle-pg.mjs"
|
|
211
|
+
},
|
|
212
|
+
"require": {
|
|
213
|
+
"types": "./dist/entry-drizzle-pg.d.cts",
|
|
214
|
+
"default": "./dist/entry-drizzle-pg.cjs"
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
"./drizzle/mysql": {
|
|
218
|
+
"import": {
|
|
219
|
+
"types": "./dist/entry-drizzle-mysql.d.mts",
|
|
220
|
+
"default": "./dist/entry-drizzle-mysql.mjs"
|
|
221
|
+
},
|
|
222
|
+
"require": {
|
|
223
|
+
"types": "./dist/entry-drizzle-mysql.d.cts",
|
|
224
|
+
"default": "./dist/entry-drizzle-mysql.cjs"
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
"./drizzle/sqlite": {
|
|
228
|
+
"import": {
|
|
229
|
+
"types": "./dist/entry-drizzle-sqlite.d.mts",
|
|
230
|
+
"default": "./dist/entry-drizzle-sqlite.mjs"
|
|
231
|
+
},
|
|
232
|
+
"require": {
|
|
233
|
+
"types": "./dist/entry-drizzle-sqlite.d.cts",
|
|
234
|
+
"default": "./dist/entry-drizzle-sqlite.cjs"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
"./hooks/log": {
|
|
238
|
+
"import": {
|
|
239
|
+
"types": "./dist/entry-hooks-log.d.mts",
|
|
240
|
+
"default": "./dist/entry-hooks-log.mjs"
|
|
241
|
+
},
|
|
242
|
+
"require": {
|
|
243
|
+
"types": "./dist/entry-hooks-log.d.cts",
|
|
244
|
+
"default": "./dist/entry-hooks-log.cjs"
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"./auth/none": {
|
|
248
|
+
"import": {
|
|
249
|
+
"types": "./dist/entry-auth-none.d.mts",
|
|
250
|
+
"default": "./dist/entry-auth-none.mjs"
|
|
251
|
+
},
|
|
252
|
+
"require": {
|
|
253
|
+
"types": "./dist/entry-auth-none.d.cts",
|
|
254
|
+
"default": "./dist/entry-auth-none.cjs"
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
"./auth/basic": {
|
|
258
|
+
"import": {
|
|
259
|
+
"types": "./dist/entry-auth-basic.d.mts",
|
|
260
|
+
"default": "./dist/entry-auth-basic.mjs"
|
|
261
|
+
},
|
|
262
|
+
"require": {
|
|
263
|
+
"types": "./dist/entry-auth-basic.d.cts",
|
|
264
|
+
"default": "./dist/entry-auth-basic.cjs"
|
|
265
|
+
}
|
|
266
|
+
},
|
|
267
|
+
"./auth/delegated": {
|
|
268
|
+
"import": {
|
|
269
|
+
"types": "./dist/entry-auth-delegated.d.mts",
|
|
270
|
+
"default": "./dist/entry-auth-delegated.mjs"
|
|
271
|
+
},
|
|
272
|
+
"require": {
|
|
273
|
+
"types": "./dist/entry-auth-delegated.d.cts",
|
|
274
|
+
"default": "./dist/entry-auth-delegated.cjs"
|
|
275
|
+
}
|
|
276
|
+
},
|
|
277
|
+
"./authorization/none": {
|
|
278
|
+
"import": {
|
|
279
|
+
"types": "./dist/entry-authorization-none.d.mts",
|
|
280
|
+
"default": "./dist/entry-authorization-none.mjs"
|
|
281
|
+
},
|
|
282
|
+
"require": {
|
|
283
|
+
"types": "./dist/entry-authorization-none.d.cts",
|
|
284
|
+
"default": "./dist/entry-authorization-none.cjs"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
"./authorization/roles": {
|
|
288
|
+
"import": {
|
|
289
|
+
"types": "./dist/entry-authorization-roles.d.mts",
|
|
290
|
+
"default": "./dist/entry-authorization-roles.mjs"
|
|
291
|
+
},
|
|
292
|
+
"require": {
|
|
293
|
+
"types": "./dist/entry-authorization-roles.d.cts",
|
|
294
|
+
"default": "./dist/entry-authorization-roles.cjs"
|
|
295
|
+
}
|
|
296
|
+
},
|
|
297
|
+
"./authorization/delegated": {
|
|
298
|
+
"import": {
|
|
299
|
+
"types": "./dist/entry-authorization-delegated.d.mts",
|
|
300
|
+
"default": "./dist/entry-authorization-delegated.mjs"
|
|
301
|
+
},
|
|
302
|
+
"require": {
|
|
303
|
+
"types": "./dist/entry-authorization-delegated.d.cts",
|
|
304
|
+
"default": "./dist/entry-authorization-delegated.cjs"
|
|
305
|
+
}
|
|
306
|
+
},
|
|
307
|
+
"./elysia": {
|
|
308
|
+
"import": {
|
|
309
|
+
"types": "./dist/entry-elysia.d.mts",
|
|
310
|
+
"default": "./dist/entry-elysia.mjs"
|
|
311
|
+
},
|
|
312
|
+
"require": {
|
|
313
|
+
"types": "./dist/entry-elysia.d.cts",
|
|
314
|
+
"default": "./dist/entry-elysia.cjs"
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"./hono": {
|
|
318
|
+
"import": {
|
|
319
|
+
"types": "./dist/entry-hono.d.mts",
|
|
320
|
+
"default": "./dist/entry-hono.mjs"
|
|
321
|
+
},
|
|
322
|
+
"require": {
|
|
323
|
+
"types": "./dist/entry-hono.d.cts",
|
|
324
|
+
"default": "./dist/entry-hono.cjs"
|
|
325
|
+
}
|
|
326
|
+
},
|
|
327
|
+
"./bun": {
|
|
328
|
+
"import": {
|
|
329
|
+
"types": "./dist/entry-bun.d.mts",
|
|
330
|
+
"default": "./dist/entry-bun.mjs"
|
|
331
|
+
},
|
|
332
|
+
"require": {
|
|
333
|
+
"types": "./dist/entry-bun.d.cts",
|
|
334
|
+
"default": "./dist/entry-bun.cjs"
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
"./express": {
|
|
338
|
+
"import": {
|
|
339
|
+
"types": "./dist/entry-express.d.mts",
|
|
340
|
+
"default": "./dist/entry-express.mjs"
|
|
341
|
+
},
|
|
342
|
+
"require": {
|
|
343
|
+
"types": "./dist/entry-express.d.cts",
|
|
344
|
+
"default": "./dist/entry-express.cjs"
|
|
345
|
+
}
|
|
346
|
+
},
|
|
347
|
+
"./react": {
|
|
348
|
+
"import": {
|
|
349
|
+
"types": "./dist/types-react/react.d.ts",
|
|
350
|
+
"default": "./dist/react.js"
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
"./react/styles.css": "./dist/react.css",
|
|
354
|
+
"./ui/*": "./dist/ui/*",
|
|
355
|
+
"./package.json": "./package.json"
|
|
356
|
+
},
|
|
357
|
+
"publishConfig": {
|
|
358
|
+
"access": "public"
|
|
359
|
+
},
|
|
360
|
+
"scripts": {
|
|
361
|
+
"build": "bun run build:lib && bun run build:ui && bun run build:react",
|
|
362
|
+
"build:lib": "vp pack",
|
|
363
|
+
"test": "vp test run",
|
|
364
|
+
"test:coverage": "vp test run --coverage",
|
|
365
|
+
"test:bun": "bun test ./test/*.bun.test.ts",
|
|
366
|
+
"lint": "vp lint",
|
|
367
|
+
"format": "vp fmt",
|
|
368
|
+
"format:check": "vp fmt --check",
|
|
369
|
+
"typecheck": "tsc --noEmit",
|
|
370
|
+
"check": "vp lint && vp fmt --check && tsc --noEmit",
|
|
371
|
+
"prepare": "husky || true",
|
|
372
|
+
"build:ui": "vite build --config vite.ui.config.ts",
|
|
373
|
+
"dev:ui": "vite --config vite.ui.config.ts",
|
|
374
|
+
"test:e2e": "playwright test",
|
|
375
|
+
"standalone": "bun run apps/standalone/src/index.ts",
|
|
376
|
+
"build:react": "vite build --config vite.react.config.ts && tsc -p tsconfig.react.json",
|
|
377
|
+
"demo": "bun scripts/demo.ts",
|
|
378
|
+
"seed:demo": "bun scripts/seed-demo.ts",
|
|
379
|
+
"typecheck:examples": "tsc -p examples/tsconfig.json",
|
|
380
|
+
"examples:elysia": "bun scripts/example.ts elysia",
|
|
381
|
+
"examples:hono": "bun scripts/example.ts hono",
|
|
382
|
+
"examples:express": "bun scripts/example.ts express",
|
|
383
|
+
"examples:full-loop": "bun scripts/example.ts full-loop",
|
|
384
|
+
"examples:auth": "bun scripts/example.ts auth",
|
|
385
|
+
"examples:storage-drivers": "bun scripts/example.ts storage-drivers",
|
|
386
|
+
"examples:split-worker": "bun scripts/example.ts split-worker",
|
|
387
|
+
"examples:portal-embed": "bun scripts/example.ts portal-embed"
|
|
388
|
+
},
|
|
389
|
+
"dependencies": {
|
|
390
|
+
"valibot": "^1.0.0",
|
|
391
|
+
"wouter": "^3.10.0"
|
|
392
|
+
},
|
|
393
|
+
"devDependencies": {
|
|
394
|
+
"@base-ui-components/react": "1.0.0-rc.0",
|
|
395
|
+
"@codemirror/commands": "^6.10.4",
|
|
396
|
+
"@codemirror/lang-json": "^6.0.2",
|
|
397
|
+
"@codemirror/language": "^6.12.4",
|
|
398
|
+
"@codemirror/state": "^6.7.0",
|
|
399
|
+
"@codemirror/view": "^6.43.4",
|
|
400
|
+
"@electric-sql/pglite": "^0.2.0",
|
|
401
|
+
"@elysiajs/eden": "^1.4",
|
|
402
|
+
"@playwright/test": "^1.49.0",
|
|
403
|
+
"@tailwindcss/vite": "^4.0.0",
|
|
404
|
+
"@tanstack/react-query": "^5.62.0",
|
|
405
|
+
"@types/bun": "^1.1.14",
|
|
406
|
+
"@types/express": "^5.0.0",
|
|
407
|
+
"@types/pg": "^8.11.0",
|
|
408
|
+
"@types/react": "^19.0.0",
|
|
409
|
+
"@types/react-dom": "^19.0.0",
|
|
410
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
411
|
+
"@vitest/coverage-v8": "^4.1.6",
|
|
412
|
+
"changelogen": "^0.6.2",
|
|
413
|
+
"class-variance-authority": "^0.7",
|
|
414
|
+
"clsx": "^2.1",
|
|
415
|
+
"drizzle-orm": "^0.45.2",
|
|
416
|
+
"elysia": "^1.4",
|
|
417
|
+
"express": "^5.0.0",
|
|
418
|
+
"get-port-please": "^3.2.0",
|
|
419
|
+
"hono": "^4.6.0",
|
|
420
|
+
"husky": "^9.1.7",
|
|
421
|
+
"lucide-react": "^1.22",
|
|
422
|
+
"mongodb": "^6.10.0",
|
|
423
|
+
"pg": "^8.13.0",
|
|
424
|
+
"playwright": "^1.49.0",
|
|
425
|
+
"react": "^19.0.0",
|
|
426
|
+
"react-dom": "^19.0.0",
|
|
427
|
+
"redis": "^5.0.0",
|
|
428
|
+
"tailwind-merge": "^3.6",
|
|
429
|
+
"tailwindcss": "^4.0.0",
|
|
430
|
+
"typedoc": "^0.28.19",
|
|
431
|
+
"typescript": "^5.7.0",
|
|
432
|
+
"unstorage": "^1.13.0",
|
|
433
|
+
"vite": "^6.0.0",
|
|
434
|
+
"vite-plus": "^0.1.22"
|
|
435
|
+
},
|
|
436
|
+
"peerDependencies": {
|
|
437
|
+
"@libsql/client": "0.15.15",
|
|
438
|
+
"drizzle-orm": ">=0.44.0 || >=1.0.0-0",
|
|
439
|
+
"elysia": "^1.0.0 || ^2.0.0",
|
|
440
|
+
"express": "^4.0.0 || ^5.0.0",
|
|
441
|
+
"hono": "^4.0.0",
|
|
442
|
+
"mongodb": "^5.0.0 || ^6.0.0",
|
|
443
|
+
"pg": "^8.0.0",
|
|
444
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
445
|
+
"react-dom": "^18.0.0 || ^19.0.0",
|
|
446
|
+
"redis": "^4.0.0 || ^5.0.0",
|
|
447
|
+
"unstorage": "^1.0.0"
|
|
448
|
+
},
|
|
449
|
+
"peerDependenciesMeta": {
|
|
450
|
+
"@libsql/client": {
|
|
451
|
+
"optional": true
|
|
452
|
+
},
|
|
453
|
+
"drizzle-orm": {
|
|
454
|
+
"optional": true
|
|
455
|
+
},
|
|
456
|
+
"elysia": {
|
|
457
|
+
"optional": true
|
|
458
|
+
},
|
|
459
|
+
"express": {
|
|
460
|
+
"optional": true
|
|
461
|
+
},
|
|
462
|
+
"hono": {
|
|
463
|
+
"optional": true
|
|
464
|
+
},
|
|
465
|
+
"mongodb": {
|
|
466
|
+
"optional": true
|
|
467
|
+
},
|
|
468
|
+
"pg": {
|
|
469
|
+
"optional": true
|
|
470
|
+
},
|
|
471
|
+
"react": {
|
|
472
|
+
"optional": true
|
|
473
|
+
},
|
|
474
|
+
"react-dom": {
|
|
475
|
+
"optional": true
|
|
476
|
+
},
|
|
477
|
+
"redis": {
|
|
478
|
+
"optional": true
|
|
479
|
+
},
|
|
480
|
+
"unstorage": {
|
|
481
|
+
"optional": true
|
|
482
|
+
}
|
|
483
|
+
},
|
|
484
|
+
"engines": {
|
|
485
|
+
"node": ">=20"
|
|
486
|
+
}
|
|
487
|
+
}
|