snapback4 0.0.10 → 0.0.11

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 +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -320,7 +320,9 @@ flips the link.
320
320
  arguments derived from the data (a reference is the table's first row,
321
321
  a principal the persona, a text the shortest that fits), prints the
322
322
  meters beside the ceilings and the arguments it used, and names any
323
- query it could not run.
323
+ query it could not run. A query's own `require` refusing a derived
324
+ argument (the persona is not in that group) is reported, not counted
325
+ as a failure; run it with your arguments to see its meters.
324
326
  - **`snapback4 check [--cost] [--json]`** compiles, writes
325
327
  `snapback/generated/api.ts` (`Rows`, `Ops`, `api`), and prints every
326
328
  diagnostic with its site and rewrite; `--cost` adds each site's
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snapback4",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "type": "module",
5
5
  "description": "Snapback 4: the card (contract), the online and local-first clients (IndexedDB, SQLite), React hooks, sign-in, a labelled mock, and the `snapback4` CLI. LLP 3000.",
6
6
  "bin": {
@@ -42,7 +42,7 @@
42
42
  "README.md"
43
43
  ],
44
44
  "optionalDependencies": {
45
- "snapback4-darwin-arm64": "0.0.10"
45
+ "snapback4-darwin-arm64": "0.0.11"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsc -p tsconfig.build.json",