@gabrielbryk/jq-ts 1.3.5 → 1.4.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 CHANGED
@@ -31,6 +31,7 @@ const [result] = run('.foo // "fallback"', { foo: null })
31
31
  ## Docs
32
32
 
33
33
  - `planning-docs/requirements.md` — determinism and compatibility constraints
34
+ - `planning-docs/compatibility.md` — jq 1.8 compatibility matrix and helper API notes
34
35
  - `planning-docs/workflow-dsl.md` — how jq maps to your Workflow DSL `${...}` expressions
35
36
  - `planning-docs/subset.md` — supported syntax/builtins by milestone
36
37
  - `planning-docs/design.md` — interpreter/VM design and safety limits