@talonic/docs 0.20.28 → 0.20.29

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/dist/content.js +1 -1
  2. package/package.json +1 -1
package/dist/content.js CHANGED
@@ -847,7 +847,7 @@ var sections = [
847
847
  {
848
848
  type: "callout",
849
849
  variant: "info",
850
- text: "Data capture uses the canonical Prototype-D engine: it captures whole tables as arrays of row objects and keeps every line item, rather than collapsing repeated fields. There is no capture mode to choose. The same engine runs under both the quick Job tier and the production Pipeline tier."
850
+ text: "Data capture uses the canonical capture engine: it captures whole tables as arrays of row objects and keeps every line item, rather than collapsing repeated fields. There is no capture mode to choose. The same engine runs under both the quick Job tier and the production Pipeline tier."
851
851
  },
852
852
  {
853
853
  type: "paragraph",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talonic/docs",
3
- "version": "0.20.28",
3
+ "version": "0.20.29",
4
4
  "description": "Talonic documentation components — API Reference & Platform Guide",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,