@rindle/router 0.4.3 → 0.5.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 +5 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -17,6 +17,11 @@ It is:
|
|
|
17
17
|
- **Reads only.** Writes never route through the router (`executeSqlTxn` / `migrate` / … reject as a
|
|
18
18
|
misconfiguration backstop). The api-server's `SplitDaemonClient` sends writes to the master.
|
|
19
19
|
|
|
20
|
+
Site docs — the read-scaled topologies this routes:
|
|
21
|
+
[rindle.sh/docs/deploy](https://rindle.sh/docs/deploy) ·
|
|
22
|
+
[rindle.sh/docs/cloud-scaling](https://rindle.sh/docs/cloud-scaling) · for agents:
|
|
23
|
+
[llms.txt](https://rindle.sh/llms.txt)
|
|
24
|
+
|
|
20
25
|
```ts
|
|
21
26
|
import { RoutingReadClient, StaticFollowerRegistry, createRouterServer, createRouterPinClient } from "@rindle/router";
|
|
22
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rindle/router",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"README.md"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@rindle/daemon-client": "0.
|
|
31
|
+
"@rindle/daemon-client": "0.5.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/node": "^22.10.0",
|