@milaboratories/pl-client 2.7.2 → 2.7.4
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
- package/src/core/ll_client.ts +1 -1
package/dist/index.mjs
CHANGED
|
@@ -11654,7 +11654,7 @@ class Un {
|
|
|
11654
11654
|
interceptors: i
|
|
11655
11655
|
}
|
|
11656
11656
|
};
|
|
11657
|
-
this.conf.grpcProxy ? process.env.grpc_proxy = this.conf.grpcProxy : delete process.env.grpc_proxy, this.grpcTransport = new Mi(d), this.grpcPl = new tu(this.grpcTransport), this.httpDispatcher = Ji(), r !== void 0 && (this.statusListener = r, r(this._status));
|
|
11657
|
+
this.conf.grpcProxy ? process.env.grpc_proxy = this.conf.grpcProxy : delete process.env.grpc_proxy, this.grpcTransport = new Mi(d), this.grpcPl = new tu(this.grpcTransport), this.httpDispatcher = Ji(this.conf.httpProxy), r !== void 0 && (this.statusListener = r, r(this._status));
|
|
11658
11658
|
}
|
|
11659
11659
|
/** Returns true if client is authenticated. Even with anonymous auth information
|
|
11660
11660
|
* connection is considered authenticated. Unauthenticated clients are used for
|