@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 CHANGED
@@ -32,6 +32,6 @@ const formatResponse = (msg, message, res, next) => {
32
32
  };
33
33
 
34
34
  exports.formatResponse = formatResponse;
35
- // BUILD: Fri Dec 24 2021 23:39:06 GMT+0100 (Central European Standard Time)
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: Fri Dec 24 2021 23:39:06 GMT+0100 (Central European Standard Time)
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.2",
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.2"
63
+ "@donmahallem/turbo": "^2.3.3"
64
64
  },
65
- "gitHead": "b63ac10a47594d6aed8e9135767446aed967faad"
65
+ "gitHead": "565f053c83362152c3b55c270efee1088e6aae47"
66
66
  }