@restorecommerce/chassis-srv 1.0.1 → 1.0.2

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 1.0.2 (August 25th, 2022)
2
+
3
+ - move dev deps to main deps as needed by other modules
4
+
1
5
  ### 1.0.1 (August 25th, 2022)
2
6
 
3
7
  - added google-protobuf as main dep as needed by reflection service
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restorecommerce/chassis-srv",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Restore Commerce microservice chassis",
5
5
  "main": "./lib/index.js",
6
6
  "author": "n-fuse GmbH",
@@ -35,6 +35,8 @@
35
35
  "lodash": "^4.17.21",
36
36
  "long": "^5.2.0",
37
37
  "nedb": "^1.8.0",
38
+ "nice-grpc": "^2.0.0",
39
+ "nice-grpc-server-reflection": "^2.0.0",
38
40
  "protobufjs": "^7.0.0",
39
41
  "redis": "^4.3.0"
40
42
  },
@@ -53,8 +55,6 @@
53
55
  "eslint-plugin-prefer-arrow-functions": "^3.1.4",
54
56
  "mocha": "^10.0.0",
55
57
  "mocha-typescript": "^1.1.17",
56
- "nice-grpc": "^2.0.0",
57
- "nice-grpc-server-reflection": "^2.0.0",
58
58
  "npm-run-all": "^4.1.5",
59
59
  "nyc": "^15.1.0",
60
60
  "rimraf": "^3.0.2",