kurtosis-sdk 1.18.2 → 1.18.3

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.
@@ -521,4 +521,4 @@ getStarlarkPackagePlanYaml: {
521
521
  },
522
522
  };
523
523
 
524
- exports.ApiContainerServiceClient = grpc.makeGenericClientConstructor(ApiContainerServiceService);
524
+ exports.ApiContainerServiceClient = grpc.makeGenericClientConstructor(ApiContainerServiceService, 'ApiContainerService');
@@ -1,7 +1,7 @@
1
1
  import * as grpcWeb from 'grpc-web';
2
2
 
3
- import * as api_container_service_pb from './api_container_service_pb';
4
- import * as google_protobuf_empty_pb from 'google-protobuf/google/protobuf/empty_pb';
3
+ import * as api_container_service_pb from './api_container_service_pb'; // proto import: "api_container_service.proto"
4
+ import * as google_protobuf_empty_pb from 'google-protobuf/google/protobuf/empty_pb'; // proto import: "google/protobuf/empty.proto"
5
5
 
6
6
 
7
7
  export class ApiContainerServiceClient {
@@ -6,7 +6,7 @@
6
6
 
7
7
  // Code generated by protoc-gen-grpc-web. DO NOT EDIT.
8
8
  // versions:
9
- // protoc-gen-grpc-web v1.4.2
9
+ // protoc-gen-grpc-web v2.0.2
10
10
  // protoc v3.19.1
11
11
  // source: api_container_service.proto
12
12