@google-cloud/agones-sdk 1.41.0-dev → 1.42.0
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.
- package/lib/alpha/alpha_grpc_pb.js +1 -1
- package/lib/alpha/alpha_pb.js +1 -1
- package/lib/alpha/google/api/annotations_pb.js +1 -1
- package/lib/alpha/google/api/http_pb.js +1 -1
- package/lib/alpha/protoc-gen-openapiv2/options/annotations_pb.js +1 -1
- package/lib/alpha/protoc-gen-openapiv2/options/openapiv2_pb.js +1 -1
- package/lib/beta/beta_grpc_pb.js +1 -1
- package/lib/beta/beta_pb.js +1 -1
- package/lib/beta/google/api/annotations_pb.js +1 -1
- package/lib/beta/google/api/http_pb.js +1 -1
- package/lib/beta/protoc-gen-openapiv2/options/annotations_pb.js +1 -1
- package/lib/beta/protoc-gen-openapiv2/options/openapiv2_pb.js +1 -1
- package/lib/google/api/annotations_pb.js +1 -1
- package/lib/google/api/http_pb.js +1 -1
- package/lib/protoc-gen-openapiv2/options/annotations_pb.js +1 -1
- package/lib/protoc-gen-openapiv2/options/openapiv2_pb.js +1 -1
- package/lib/sdk_grpc_pb.js +1 -1
- package/lib/sdk_pb.js +1 -1
- package/package.json +2 -2
package/lib/alpha/alpha_pb.js
CHANGED
package/lib/beta/beta_grpc_pb.js
CHANGED
package/lib/beta/beta_pb.js
CHANGED
package/lib/sdk_grpc_pb.js
CHANGED
package/lib/sdk_pb.js
CHANGED
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"url": "https://github.com/googleforgames/agones/issues"
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@grpc/grpc-js": "1.10.
|
|
7
|
+
"@grpc/grpc-js": "1.10.9",
|
|
8
8
|
"google-protobuf": "3.21.2"
|
|
9
9
|
},
|
|
10
10
|
"description": "Game Server SDK for Agones, the open source project for hosting dedicated game servers on Kubernetes",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"publishConfig": {
|
|
27
27
|
"access": "public"
|
|
28
28
|
},
|
|
29
|
-
"version": "1.
|
|
29
|
+
"version": "1.42.0"
|
|
30
30
|
}
|