@donmahallem/turbo-validate-request 0.3.2 → 0.3.6
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 +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +3 -3
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:
|
|
55
|
+
// BUILD: Sun Jan 09 2022 16:11: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:
|
|
47
|
+
// BUILD: Sun Jan 09 2022 16:11: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.
|
|
3
|
+
"version": "0.3.6",
|
|
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.
|
|
64
|
+
"@donmahallem/turbo": "^2.3.6"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "ae310e8e8ddcb44648ee865511ebf6c0af3ae60f"
|
|
67
67
|
}
|