@temporalio/cloud 1.11.5 → 1.11.6
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.
|
@@ -28,8 +28,8 @@ export declare class CloudOperationsClient {
|
|
|
28
28
|
/**
|
|
29
29
|
* The underlying {@link CloudOperationsConnection | connection} used by this client.
|
|
30
30
|
*
|
|
31
|
-
* Clients are cheap to create, but connections are expensive. Where
|
|
32
|
-
* a single connection may and should be reused by multiple `CloudOperationsClient
|
|
31
|
+
* Clients are cheap to create, but connections are expensive. Where it makes sense,
|
|
32
|
+
* a single connection may and should be reused by multiple `CloudOperationsClient`s.
|
|
33
33
|
*/
|
|
34
34
|
readonly connection: CloudOperationsConnection;
|
|
35
35
|
readonly options: Readonly<CloudOperationsClientOptions>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@temporalio/cloud",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.6",
|
|
4
4
|
"description": "Temporal.io SDK — Temporal Cloud Client",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@grpc/grpc-js": "^1.10.7",
|
|
18
|
-
"@temporalio/client": "1.11.
|
|
19
|
-
"@temporalio/common": "1.11.
|
|
20
|
-
"@temporalio/proto": "1.11.
|
|
18
|
+
"@temporalio/client": "1.11.6",
|
|
19
|
+
"@temporalio/common": "1.11.6",
|
|
20
|
+
"@temporalio/proto": "1.11.6",
|
|
21
21
|
"abort-controller": "^3.0.0"
|
|
22
22
|
},
|
|
23
23
|
"bugs": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"src",
|
|
37
37
|
"lib"
|
|
38
38
|
],
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "7b0543ade19c5432fd6013877489df28f96d9be0"
|
|
40
40
|
}
|
|
@@ -43,8 +43,8 @@ export class CloudOperationsClient {
|
|
|
43
43
|
/**
|
|
44
44
|
* The underlying {@link CloudOperationsConnection | connection} used by this client.
|
|
45
45
|
*
|
|
46
|
-
* Clients are cheap to create, but connections are expensive. Where
|
|
47
|
-
* a single connection may and should be reused by multiple `CloudOperationsClient
|
|
46
|
+
* Clients are cheap to create, but connections are expensive. Where it makes sense,
|
|
47
|
+
* a single connection may and should be reused by multiple `CloudOperationsClient`s.
|
|
48
48
|
*/
|
|
49
49
|
public readonly connection: CloudOperationsConnection;
|
|
50
50
|
public readonly options: Readonly<CloudOperationsClientOptions>;
|