@google-cloud/agones-sdk 1.57.0 → 1.58.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 +2 -2
- 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 +2 -2
- 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 +2 -2
- package/lib/sdk_pb.js +1 -1
- package/package.json +2 -2
- package/spec/agonesSDK.spec.js +1 -1
- package/spec/alphaAgonesSDK.spec.js +1 -1
- package/spec/betaAgonesSDK.spec.js +1 -1
- package/src/agonesSDK.d.ts +1 -1
- package/src/agonesSDK.js +1 -1
- package/src/alpha.d.ts +1 -1
- package/src/alpha.js +1 -1
- package/src/beta.d.ts +1 -1
- package/src/beta.js +1 -1
- package/src/index.d.ts +1 -1
- package/src/index.js +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright
|
|
1
|
+
// Copyright Contributors to Agones a Series of LF Projects, LLC.
|
|
2
2
|
//
|
|
3
3
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
// you may not use this file except in compliance with the License.
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
// GENERATED CODE -- DO NOT EDIT!
|
|
17
17
|
|
|
18
18
|
// Original file comments:
|
|
19
|
-
// Copyright
|
|
19
|
+
// Copyright Contributors to Agones a Series of LF Projects, LLC.
|
|
20
20
|
//
|
|
21
21
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
22
22
|
// you may not use this file except in compliance with the License.
|
package/lib/alpha/alpha_pb.js
CHANGED
package/lib/beta/beta_grpc_pb.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright
|
|
1
|
+
// Copyright Contributors to Agones a Series of LF Projects, LLC.
|
|
2
2
|
//
|
|
3
3
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
// you may not use this file except in compliance with the License.
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
// GENERATED CODE -- DO NOT EDIT!
|
|
17
17
|
|
|
18
18
|
// Original file comments:
|
|
19
|
-
// Copyright
|
|
19
|
+
// Copyright Contributors to Agones a Series of LF Projects, LLC.
|
|
20
20
|
//
|
|
21
21
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
22
22
|
// you may not use this file except in compliance with the License.
|
package/lib/beta/beta_pb.js
CHANGED
package/lib/sdk_grpc_pb.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright
|
|
1
|
+
// Copyright Contributors to Agones a Series of LF Projects, LLC.
|
|
2
2
|
//
|
|
3
3
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
4
|
// you may not use this file except in compliance with the License.
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
// GENERATED CODE -- DO NOT EDIT!
|
|
17
17
|
|
|
18
18
|
// Original file comments:
|
|
19
|
-
// Copyright
|
|
19
|
+
// Copyright Contributors to Agones a Series of LF Projects, LLC.
|
|
20
20
|
//
|
|
21
21
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
22
22
|
// you may not use this file except in compliance with the License.
|
package/lib/sdk_pb.js
CHANGED
package/package.json
CHANGED
package/spec/agonesSDK.spec.js
CHANGED
package/src/agonesSDK.d.ts
CHANGED
package/src/agonesSDK.js
CHANGED
package/src/alpha.d.ts
CHANGED
package/src/alpha.js
CHANGED
package/src/beta.d.ts
CHANGED
package/src/beta.js
CHANGED
package/src/index.d.ts
CHANGED
package/src/index.js
CHANGED