create-rindle 0.7.8 → 0.7.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-rindle",
3
- "version": "0.7.8",
3
+ "version": "0.7.10",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,7 +16,7 @@
16
16
  # backed up; scales 1→N in place); `followers > 1` maps to `read-scaled`. `localRetention = true`
17
17
  # maps to `colocated` (one box, both processes, no streaming backup).
18
18
  #
19
- # Every follower count renders a local fleet edge (the Fly-edge stand-in;
19
+ # Every follower count renders a local fleet edge;
20
20
  # FOLLOWER-AFFINITY-DESIGN.md §10). `rindle dev` injects the server's unified connection from this
21
21
  # file; browser query leases carry the public ws endpoint + placement ticket. Changing
22
22
  # `followers = 1` to a wider fleet therefore requires no application configuration change.