@donmahallem/turbo-validate-request 0.3.8 → 0.3.9

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/dist/cjs/index.js CHANGED
@@ -52,6 +52,6 @@ const validateRequest = (key, schema, ajvInstance = new Ajv__default["default"](
52
52
  };
53
53
 
54
54
  exports.validateRequest = validateRequest;
55
- // BUILD: Sun Feb 06 2022 11:28:34 GMT+0100 (Central European Standard Time)
55
+ // BUILD: Tue Feb 08 2022 12:46:50 GMT+0100 (Central European Standard Time)
56
56
 
57
57
  //# sourceMappingURL=index.js.map
package/dist/esm/index.js CHANGED
@@ -44,6 +44,6 @@ const validateRequest = (key, schema, ajvInstance = new Ajv()) => {
44
44
  };
45
45
 
46
46
  export { validateRequest };
47
- // BUILD: Sun Feb 06 2022 11:28:34 GMT+0100 (Central European Standard Time)
47
+ // BUILD: Tue Feb 08 2022 12:46:50 GMT+0100 (Central European Standard Time)
48
48
 
49
49
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@donmahallem/turbo-validate-request",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "description": "Turbo Helpers for express.js",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -63,5 +63,5 @@
63
63
  "dependencies": {
64
64
  "@donmahallem/turbo": "^2.3.8"
65
65
  },
66
- "gitHead": "412e9dbe12ed9e22062db814fa3a4297cb3f6c12"
66
+ "gitHead": "612ad21648971a8f018832e2a9503e82bc82dd07"
67
67
  }