@donmahallem/turbo-validate-request 0.3.21 → 0.3.22

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: Mon Apr 04 2022 11:30:38 GMT+0000 (Coordinated Universal Time)
55
+ // BUILD: Mon Apr 11 2022 12:14:20 GMT+0000 (Coordinated Universal 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: Mon Apr 04 2022 11:30:38 GMT+0000 (Coordinated Universal Time)
47
+ // BUILD: Mon Apr 11 2022 12:14:20 GMT+0000 (Coordinated Universal 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.21",
3
+ "version": "0.3.22",
4
4
  "description": "Turbo Helpers for express.js",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -61,7 +61,7 @@
61
61
  "express": "^4.17.1"
62
62
  },
63
63
  "dependencies": {
64
- "@donmahallem/turbo": "^2.3.17"
64
+ "@donmahallem/turbo": "^2.3.18"
65
65
  },
66
- "gitHead": "51a9210f38abee5363b63ea9413b06c54188aac3"
66
+ "gitHead": "7197bb601e1c5f18087dd6f53f16dcb5cb8ba476"
67
67
  }