@sentio/sdk 2.31.1 → 2.31.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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/sdk",
3
- "version": "2.31.1",
3
+ "version": "2.31.2",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -73,8 +73,8 @@
73
73
  "typedoc": "^0.25.0",
74
74
  "utility-types": "^3.10.0",
75
75
  "yaml": "^2.2.1",
76
- "@sentio/runtime": "^2.31.1",
77
- "@sentio/protos": "2.31.1"
76
+ "@sentio/protos": "2.31.2",
77
+ "@sentio/runtime": "^2.31.2"
78
78
  },
79
79
  "peerDependencies": {
80
80
  "tsup": "npm:@sentio/tsup@^6.7.2"