cotomy 0.3.7 → 0.3.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/README.md CHANGED
@@ -215,6 +215,7 @@ The Form layer builds on `CotomyElement` for common form flows.
215
215
  - `data-cotomy-identify` — Defaults to true; when true and `201 Created` is returned, the form extracts the key from `Location` and stores it in `data-cotomy-entity-key`
216
216
  - `actionUrl` — Appends the key to the base `action` when present; otherwise normalizes trailing slash for collection URL
217
217
  - `method` — `put` when key exists; otherwise `post` (unless `method` attribute is explicitly set)
218
+ - `entityKey: string | undefined` — Read-only accessor for the current `data-cotomy-entity-key` value
218
219
 
219
220
  ### CotomyEntityFillApiForm
220
221