@donmahallem/turbo-validate-request 0.3.14 → 0.3.17

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 Mar 07 2022 11:20:57 GMT+0000 (Coordinated Universal Time)
55
+ // BUILD: Mon Mar 21 2022 11:58:47 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 Mar 07 2022 11:20:57 GMT+0000 (Coordinated Universal Time)
47
+ // BUILD: Mon Mar 21 2022 11:58:47 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.14",
3
+ "version": "0.3.17",
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.11"
64
+ "@donmahallem/turbo": "^2.3.14"
65
65
  },
66
- "gitHead": "547644de510f2ac4706d6f65ed3a0d6178319c55"
66
+ "gitHead": "4c93b25e8beb56d4023bcba33533d17873bb0eb7"
67
67
  }