@sentio/runtime 2.7.4-rc.2 → 2.8.0-rc.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sentio/runtime",
3
3
  "license": "Apache-2.0",
4
- "version": "2.7.4-rc.2",
4
+ "version": "2.8.0-rc.2",
5
5
  "scripts": {
6
6
  "compile": "tsc",
7
7
  "build": "yarn compile",
@@ -13,13 +13,13 @@
13
13
  "start_js": "ts-node-esm --files ./lib/processor-runner.js $PWD/../../debug/dist/lib.js"
14
14
  },
15
15
  "dependencies": {
16
- "@sentio/protos": "^2.7.4-rc.2",
16
+ "@sentio/protos": "^2.8.0-rc.2",
17
17
  "command-line-args": "^5.2.1",
18
18
  "command-line-usage": "^7.0.1",
19
19
  "fs-extra": "^11.0.0",
20
20
  "google-protobuf": "^3.15.8",
21
21
  "nice-grpc": "^2.1.0",
22
- "nice-grpc-client-middleware-retry": "^2.0.2",
22
+ "nice-grpc-client-middleware-retry": "^3.1.2",
23
23
  "nice-grpc-prometheus": "^0.1.2",
24
24
  "winston": "^3.8.2"
25
25
  },
@@ -45,5 +45,5 @@
45
45
  "!{lib,src}/tests",
46
46
  "!**/*.test.{js,ts}"
47
47
  ],
48
- "gitHead": "5f121c6585d0175729927c13d1e3aea8fce741ad"
48
+ "gitHead": "1ec4e97cc7cf3f0cca1bba30d11f89d77b87e85c"
49
49
  }