@donmahallem/turbo-pb 0.3.2 → 0.3.3
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
|
@@ -32,6 +32,6 @@ const formatResponse = (msg, message, res, next) => {
|
|
|
32
32
|
};
|
|
33
33
|
|
|
34
34
|
exports.formatResponse = formatResponse;
|
|
35
|
-
// BUILD:
|
|
35
|
+
// BUILD: Mon Jan 03 2022 15:05:06 GMT+0100 (Central European Standard Time)
|
|
36
36
|
|
|
37
37
|
//# sourceMappingURL=index.js.map
|
package/dist/esm/index.js
CHANGED
|
@@ -28,6 +28,6 @@ const formatResponse = (msg, message, res, next) => {
|
|
|
28
28
|
};
|
|
29
29
|
|
|
30
30
|
export { formatResponse };
|
|
31
|
-
// BUILD:
|
|
31
|
+
// BUILD: Mon Jan 03 2022 15:05:06 GMT+0100 (Central European Standard Time)
|
|
32
32
|
|
|
33
33
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@donmahallem/turbo-pb",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Protobuf Helpers for express.js",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"protobufjs": "^6.10.2"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@donmahallem/turbo": "^2.3.
|
|
63
|
+
"@donmahallem/turbo": "^2.3.3"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "565f053c83362152c3b55c270efee1088e6aae47"
|
|
66
66
|
}
|