-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrelease-packages.json
More file actions
55 lines (55 loc) · 5.2 KB
/
release-packages.json
File metadata and controls
55 lines (55 loc) · 5.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
[
{ "slug": "authfn-client", "path": "authfn/client", "name": "@authfn/client" },
{ "slug": "authfn-core", "path": "authfn/core", "name": "@authfn/core" },
{ "slug": "authfn-svelte", "path": "authfn/svelte", "name": "@authfn/svelte" },
{ "slug": "clifn", "path": "clifn/core", "name": "clifn" },
{ "slug": "datafn-cli", "path": "datafn/cli", "name": "@datafn/cli" },
{ "slug": "datafn-client", "path": "datafn/client", "name": "@datafn/client" },
{ "slug": "datafn-core", "path": "datafn/core", "name": "@datafn/core" },
{ "slug": "datafn-extfn", "path": "datafn/extfn", "name": "@datafn/extfn" },
{ "slug": "datafn-server", "path": "datafn/server", "name": "@datafn/server" },
{ "slug": "datafn-svelte", "path": "datafn/svelte", "name": "@datafn/svelte" },
{ "slug": "filefn-client", "path": "filefn/client", "name": "@filefn/client" },
{ "slug": "filefn-processing", "path": "filefn/processing", "name": "@filefn/processing" },
{ "slug": "filefn-server", "path": "filefn/server", "name": "@filefn/server" },
{ "slug": "filefn-viewer", "path": "filefn/viewer", "name": "@filefn/viewer" },
{ "slug": "searchfn-client", "path": "searchfn/client", "name": "@searchfn/client" },
{ "slug": "searchfn-core", "path": "searchfn/core", "name": "@searchfn/core" },
{ "slug": "searchfn-datafn-provider", "path": "searchfn/datafn-provider", "name": "@searchfn/datafn-provider" },
{ "slug": "superfunctions-auth", "path": "packages/auth", "name": "@superfunctions/auth" },
{ "slug": "superfunctions-cli", "path": "packages/cli", "name": "@superfunctions/cli" },
{ "slug": "superfunctions-db", "path": "packages/db", "name": "@superfunctions/db" },
{ "slug": "superfunctions-config", "path": "packages/config", "name": "@superfunctions/config" },
{ "slug": "superfunctions-envelope", "path": "packages/envelope", "name": "@superfunctions/envelope" },
{ "slug": "superfunctions-errors", "path": "packages/errors", "name": "@superfunctions/errors" },
{ "slug": "superfunctions-extfn", "path": "extfn/core", "name": "@superfunctions/extfn" },
{ "slug": "superfunctions-extfn-cli", "path": "extfn/cli", "name": "@superfunctions/extfn-cli" },
{ "slug": "superfunctions-extfn-svelte", "path": "extfn/svelte", "name": "@superfunctions/extfn-svelte" },
{ "slug": "superfunctions-extfn-vite", "path": "extfn/vite", "name": "@superfunctions/extfn-vite" },
{ "slug": "superfunctions-files", "path": "packages/files", "name": "@superfunctions/files" },
{ "slug": "superfunctions-http", "path": "packages/http", "name": "@superfunctions/http" },
{ "slug": "superfunctions-http-express", "path": "packages/http-express", "name": "@superfunctions/http-express" },
{ "slug": "superfunctions-http-fastify", "path": "packages/http-fastify", "name": "@superfunctions/http-fastify" },
{ "slug": "superfunctions-http-hono", "path": "packages/http-hono", "name": "@superfunctions/http-hono" },
{ "slug": "superfunctions-http-next", "path": "packages/http-next", "name": "@superfunctions/http-next" },
{ "slug": "superfunctions-http-openapi", "path": "packages/http-openapi", "name": "@superfunctions/http-openapi" },
{ "slug": "superfunctions-http-sveltekit", "path": "packages/http-sveltekit", "name": "@superfunctions/http-sveltekit" },
{ "slug": "superfunctions-metrics", "path": "packages/metrics", "name": "@superfunctions/metrics" },
{ "slug": "superfunctions-middleware", "path": "packages/middleware", "name": "@superfunctions/middleware" },
{ "slug": "superfunctions-oauth-core", "path": "packages/oauth-core", "name": "@superfunctions/oauth-core" },
{ "slug": "superfunctions-oauth-flow", "path": "packages/oauth-flow", "name": "@superfunctions/oauth-flow" },
{ "slug": "superfunctions-oauth-http", "path": "packages/oauth-http", "name": "@superfunctions/oauth-http" },
{ "slug": "superfunctions-oauth-providers", "path": "packages/oauth-providers", "name": "@superfunctions/oauth-providers" },
{ "slug": "superfunctions-oauth-router", "path": "packages/oauth-router", "name": "@superfunctions/oauth-router" },
{ "slug": "superfunctions-oauth-storage", "path": "packages/oauth-storage", "name": "@superfunctions/oauth-storage" },
{ "slug": "superfunctions-oauth-testing", "path": "packages/oauth-testing", "name": "@superfunctions/oauth-testing" },
{ "slug": "superfunctions-queue", "path": "packages/queue", "name": "@superfunctions/queue" },
{ "slug": "superfunctions-storage", "path": "packages/storage", "name": "@superfunctions/storage" },
{ "slug": "superfunctions-storage-azure", "path": "packages/storage-azure", "name": "@superfunctions/storage-azure" },
{ "slug": "superfunctions-storage-gcs", "path": "packages/storage-gcs", "name": "@superfunctions/storage-gcs" },
{ "slug": "superfunctions-storage-local", "path": "packages/storage-local", "name": "@superfunctions/storage-local" },
{ "slug": "superfunctions-storage-minio", "path": "packages/storage-minio", "name": "@superfunctions/storage-minio" },
{ "slug": "superfunctions-storage-r2", "path": "packages/storage-r2", "name": "@superfunctions/storage-r2" },
{ "slug": "superfunctions-storage-s3", "path": "packages/storage-s3", "name": "@superfunctions/storage-s3" },
{ "slug": "superfunctions-webhooks", "path": "packages/webhooks", "name": "@superfunctions/webhooks" }
]