@restorecommerce/chassis-srv 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 1.0.1 (August 25th, 2022)
2
+
3
+ - added google-protobuf as main dep as needed by reflection service
4
+
1
5
  ### 1.0.0 (August 25th, 2022)
2
6
 
3
7
  - migrated to fully-typed grpc-client and server
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restorecommerce/chassis-srv",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Restore Commerce microservice chassis",
5
5
  "main": "./lib/index.js",
6
6
  "author": "n-fuse GmbH",
@@ -30,6 +30,7 @@
30
30
  "cache-manager": "^4.1.0",
31
31
  "cls-hooked": "^4.2.2",
32
32
  "cls-rtracer": "^2.6.2",
33
+ "google-protobuf": "^3.21.0",
33
34
  "kafkajs": "^2.2.0",
34
35
  "lodash": "^4.17.21",
35
36
  "long": "^5.2.0",