@donmahallem/turbo-pb 0.3.0 → 0.3.4

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: Thu Dec 09 2021 18:45:33 GMT+0100 (Central European Standard Time)
35
+ // BUILD: Thu Jan 06 2022 21:39:10 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: Thu Dec 09 2021 18:45:33 GMT+0100 (Central European Standard Time)
31
+ // BUILD: Thu Jan 06 2022 21:39:10 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.0",
3
+ "version": "0.3.4",
4
4
  "description": "Protobuf Helpers for express.js",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -50,7 +50,7 @@
50
50
  "devDependencies": {
51
51
  "@types/express": "4.17.13",
52
52
  "@types/supertest": "2.0.11",
53
- "express": "4.17.1",
53
+ "express": "4.17.2",
54
54
  "protobufjs": "6.11.2",
55
55
  "supertest": "6.1.6"
56
56
  },
@@ -60,7 +60,7 @@
60
60
  "protobufjs": "^6.10.2"
61
61
  },
62
62
  "dependencies": {
63
- "@donmahallem/turbo": "^2.3.0"
63
+ "@donmahallem/turbo": "^2.3.4"
64
64
  },
65
- "gitHead": "8b4224c36497bd7ed1422d1299235910d040070e"
65
+ "gitHead": "b2ffae0ce1f34de0c405b8c4a6509360b015b491"
66
66
  }