@shushed/helpers 0.0.9 → 0.0.10

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -29646,7 +29646,7 @@ type Log = {
29646
29646
  log: (x: string) => void;
29647
29647
  error: (x: string) => void;
29648
29648
  };
29649
- declare function validate<T>(payload: T | unknown, schema: JSONSchemaType<T>, options: {
29649
+ declare function validate<T>(payload: T, schema: JSONSchemaType<T>, options: {
29650
29650
  log: Log;
29651
29651
  }): T;
29652
29652
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shushed/helpers",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "author": "",
5
5
  "license": "UNLICENSED",
6
6
  "description": "",