@walkeros/core 2.0.1 → 2.1.0

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
@@ -396,17 +396,6 @@ onLog('Debug info', true); // Logs message
396
396
  onLog('Silent message'); // No output
397
397
  ```
398
398
 
399
- ### Validation
400
-
401
- #### validateEvent
402
-
403
- `validateEvent(obj: unknown, customContracts?: Schema.Contracts): WalkerOS.Event | never`
404
- validates event structure and throws on invalid events.
405
-
406
- #### validateProperty
407
-
408
- Validates that values conform to walkerOS property types.
409
-
410
399
  ## Type Definitions
411
400
 
412
401
  See [src/types/](./src/types/) for TypeScript interfaces: