@fonderie/client 0.1.1 → 0.2.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/README.md +3 -3
- package/brain/signatures.md +862 -56
- package/dist/index.cjs +1062 -39
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +756 -20
- package/dist/index.d.ts +756 -20
- package/dist/index.js +1054 -38
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ phone OTP, profile updates, and MFA setup/verify/disable, with every DTO
|
|
|
33
33
|
(`IUserDTO`, `ITokens`, `ILoginResult`, …) exported for your own signatures.
|
|
34
34
|
|
|
35
35
|
Pairs with any API built on
|
|
36
|
-
[@fonderie/core](https://github.com/
|
|
36
|
+
[@fonderie/core](https://github.com/fonderiejs/sdk/tree/main/packages/core);
|
|
37
37
|
the types stay in lockstep because both sides live in the same monorepo.
|
|
38
38
|
|
|
39
39
|
## Why this exists
|
|
@@ -41,7 +41,7 @@ the types stay in lockstep because both sides live in the same monorepo.
|
|
|
41
41
|
You've shipped this plumbing before — auth, teams, billing, messaging —
|
|
42
42
|
and the next project will ask for it again. Fonderie packages it once:
|
|
43
43
|
plain TypeScript modules for
|
|
44
|
-
[`@fonderie/core`](https://github.com/
|
|
44
|
+
[`@fonderie/core`](https://github.com/fonderiejs/sdk/tree/main/packages/core),
|
|
45
45
|
PostgreSQL-backed, self-hosted, MIT. No external control plane, no
|
|
46
46
|
per-seat anything. Register the modules you need; skip the ones you don't.
|
|
47
47
|
|
|
@@ -50,7 +50,7 @@ browser, Node, or edge — with request/response shapes that stay in lockstep
|
|
|
50
50
|
with the server because both live in this monorepo.
|
|
51
51
|
|
|
52
52
|
Browse the whole set at
|
|
53
|
-
[
|
|
53
|
+
[fonderiejs/sdk](https://github.com/fonderiejs/sdk) · follow
|
|
54
54
|
[@fonderiejs](https://x.com/fonderiejs)
|
|
55
55
|
|
|
56
56
|
## License
|