@donmahallem/turbo-pb 0.2.14 → 0.3.0

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: Mon Nov 22 2021 02:01:37 GMT+0100 (Central European Standard Time)
35
+ // BUILD: Thu Dec 09 2021 18:45:33 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: Mon Nov 22 2021 02:01:37 GMT+0100 (Central European Standard Time)
31
+ // BUILD: Thu Dec 09 2021 18:45:33 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.2.14",
3
+ "version": "0.3.0",
4
4
  "description": "Protobuf Helpers for express.js",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -37,7 +37,7 @@
37
37
  "url": "https://github.com/donmahallem/js-libs.git"
38
38
  },
39
39
  "engines": {
40
- "node": "^12 || ^14 || ^16 || ^17"
40
+ "node": ">=14"
41
41
  },
42
42
  "files": [
43
43
  "dist/*",
@@ -60,7 +60,7 @@
60
60
  "protobufjs": "^6.10.2"
61
61
  },
62
62
  "dependencies": {
63
- "@donmahallem/turbo": "^2.2.5"
63
+ "@donmahallem/turbo": "^2.3.0"
64
64
  },
65
- "gitHead": "ad119be1f9a7ea42a220a2ff224d16cae5f1ab85"
65
+ "gitHead": "8b4224c36497bd7ed1422d1299235910d040070e"
66
66
  }