@rsdk/grpc.server 5.12.0-next.0 → 5.12.0-next.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdk/grpc.server",
3
- "version": "5.12.0-next.0",
3
+ "version": "5.12.0-next.1",
4
4
  "description": "Grpc transport for platform, clients and common grpc stuff",
5
5
  "license": "Apache License 2.0",
6
6
  "publishConfig": {
@@ -28,5 +28,5 @@
28
28
  "dependencies": {
29
29
  "@bufbuild/protobuf": "^1.4.2"
30
30
  },
31
- "gitHead": "412cd0e0b03008a91b357e076024ee3c81586eb7"
31
+ "gitHead": "9ef9770256f8fa9285d60e87cfaf468e5a9367c5"
32
32
  }