@sentio/sdk 2.32.0-rc.1 → 2.32.0-rc.3

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/sdk",
3
- "version": "2.32.0-rc.1",
3
+ "version": "2.32.0-rc.3",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "exports": {
@@ -64,7 +64,7 @@
64
64
  "nice-grpc-common": "^2.0.2",
65
65
  "nice-grpc-prometheus": "^0.2.2",
66
66
  "node-fetch": "^3.3.2",
67
- "p-queue": "^7.4.1",
67
+ "p-queue": "^8.0.1",
68
68
  "prettier": "^3.2.4",
69
69
  "prettier2": "npm:prettier@2.8.8",
70
70
  "radash": "^11.0.0",
@@ -73,8 +73,8 @@
73
73
  "typedoc": "^0.25.7",
74
74
  "utility-types": "^3.11.0",
75
75
  "yaml": "^2.3.4",
76
- "@sentio/protos": "2.32.0-rc.1",
77
- "@sentio/runtime": "^2.32.0-rc.1"
76
+ "@sentio/protos": "2.32.0-rc.3",
77
+ "@sentio/runtime": "^2.32.0-rc.3"
78
78
  },
79
79
  "peerDependencies": {
80
80
  "tsup": "npm:@sentio/tsup@^6.7.2"