@tracelog/lib 2.7.0 → 2.7.1-rc.96.3

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
@@ -398,9 +398,9 @@ tracelog.mergeGlobalMetadata({
398
398
 
399
399
  ### Validation Rules
400
400
 
401
- - **Allowed Types**: Primitives (string, number, boolean), string arrays, nested objects (1 level deep)
402
- - **NOT Allowed**: Functions, symbols, undefined, deeply nested objects
403
- - **Limits**: Max 100 keys, 10KB serialized size, 500 items per array, 1000 chars per string
401
+ - **Allowed Types**: Primitives (string, number, boolean), string arrays, nested objects (up to 10 levels)
402
+ - **NOT Allowed**: Functions, symbols, undefined, circular references
403
+ - **Limits**: Max 100 keys, 48KB serialized size, 500 items per array, 1000 chars per string
404
404
 
405
405
  **→ [Metadata API Reference](./API_REFERENCE.md#global-metadata)**
406
406