json-object-editor 0.10.639 → 0.10.640
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/package.json +1 -1
- package/readme.md +1 -1
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -59,7 +59,7 @@ JOE is software that allows you to manage data models via JSON objects. There ar
|
|
|
59
59
|
- `saveObject({ object })`
|
|
60
60
|
- `saveObjects({ objects, stopOnError?, concurrency? })`
|
|
61
61
|
- Batch save with per-item history/events. Defaults: `stopOnError=false`, `concurrency=5`.
|
|
62
|
-
- Each object must include `itemtype`; `_id` and `joeUpdated` are set when omitted.
|
|
62
|
+
- Each object must include `itemtype`; `_id` and `joeUpdated` are set when omitted. `created` is set on first save when missing.
|
|
63
63
|
- Return shape: `{ results, errors, saved, failed }`.
|
|
64
64
|
|
|
65
65
|
- Quick tests (PowerShell)
|