@lotics/app-sdk 0.87.6 → 0.87.8

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/docs/workflows.md CHANGED
@@ -688,7 +688,6 @@ to let the call site supply the type. Keep the loop for FINDING values and put t
688
688
  a filtered `query_records` that scans for the row you just made: the filtered form is both an
689
689
  extra scan and wrong under concurrency, since a row created between your write and your read
690
690
  matches the same filter.
691
-
692
691
  ### Keep expensive steps off the path the caller waits on
693
692
 
694
693
  `generate_pdf_from_template` and `agent` are the two steps that dominate a body's wall clock. Ask
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lotics/app-sdk",
3
- "version": "0.87.6",
3
+ "version": "0.87.8",
4
4
  "description": "Runtime SDK for Lotics custom-code apps \u2014 typed hooks, postMessage bridge, mount entry point",
5
5
  "type": "module",
6
6
  "exports": {