@cross-deck/buckets 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +7 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -399,9 +399,13 @@ That's the line between the open primitive and the product built on it.
399
399
  ## FAQ
400
400
 
401
401
  **Is this really free, or is there a catch?**
402
- Genuinely free, MIT, forever. The collector and the schema are the open primitive.
403
- We make money on the *interpretation* layer (Crossdeck), not on locking up your
404
- own cost data. Your rollups are yours, in your datastore, readable by anything.
402
+ No catch and that includes Crossdeck itself. The collector and the schema are
403
+ MIT, free forever; **and seeing your numbers on Crossdeck is free too**, on a
404
+ genuinely generous free tier. We never charge you to watch your own read costs
405
+ there's no trial clock, no paywall, no "upgrade to see your data." This isn't a
406
+ funnel dressed up as open source. Your rollups are yours — in your datastore,
407
+ readable by anything, with or without us. Crossdeck earns its keep on the broader
408
+ platform you can grow into, never on locking up the cost data you already own.
405
409
 
406
410
  **Won't patching the SDK slow down my reads?**
407
411
  No. The overhead is one in-memory map increment per read. No I/O is added to the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cross-deck/buckets",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Know exactly what every database read costs you — and who caused it. A tiny, never-throws read-cost collector for Firestore.",
5
5
  "license": "MIT",
6
6
  "author": "Crossdeck",