Socket
Socket
Sign inDemoInstall

@temporalio/client

Package Overview
Dependencies
6
Maintainers
5
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.16.4 to 0.17.0

lib/async-completion-client.d.ts

3

lib/index.d.ts

@@ -12,2 +12,3 @@ /**

export * from './workflow-client';
export * from './async-completion-client';
export * from './connection';

@@ -18,2 +19,2 @@ export * from './types';

export * from './interceptors';
export { DataConverter, defaultDataConverter, ActivityFailure, ApplicationFailure, ChildWorkflowFailure, CancelledFailure, ServerFailure, TemporalFailure, TerminatedFailure, TimeoutFailure, ProtoFailure, } from '@temporalio/common';
export { DataConverter, defaultDataConverter, ActivityFailure, ApplicationFailure, ChildWorkflowFailure, CancelledFailure, ServerFailure, TemporalFailure, TerminatedFailure, TimeoutFailure, ProtoFailure, RetryPolicy, } from '@temporalio/common';

@@ -25,2 +25,3 @@ "use strict";

__exportStar(require("./workflow-client"), exports);
__exportStar(require("./async-completion-client"), exports);
__exportStar(require("./connection"), exports);

@@ -27,0 +28,0 @@ __exportStar(require("./types"), exports);

@@ -281,3 +281,3 @@ "use strict";

workflowTaskTimeout: options.workflowTaskTimeout,
retryPolicy: options.retryPolicy,
retryPolicy: options.retry ? (0, common_1.compileRetryPolicy)(options.retry) : undefined,
memo: options.memo ? { fields: await (0, common_1.mapToPayloads)(dataConverter, options.memo) } : undefined,

@@ -317,3 +317,3 @@ searchAttributes: options.searchAttributes

workflowTaskTimeout: opts.workflowTaskTimeout,
retryPolicy: opts.retryPolicy,
retryPolicy: opts.retry ? (0, common_1.compileRetryPolicy)(opts.retry) : undefined,
memo: opts.memo ? { fields: await (0, common_1.mapToPayloads)(dataConverter, opts.memo) } : undefined,

@@ -320,0 +320,0 @@ searchAttributes: opts.searchAttributes

{
"name": "@temporalio/client",
"version": "0.16.4",
"version": "0.17.0",
"description": "Temporal.io SDK Client sub-package",

@@ -17,4 +17,4 @@ "main": "lib/index.js",

"@grpc/grpc-js": "^1.3.7",
"@temporalio/common": "^0.16.4",
"@temporalio/proto": "^0.16.0",
"@temporalio/common": "^0.17.0",
"@temporalio/proto": "^0.17.0",
"ms": "^2.1.3",

@@ -34,3 +34,3 @@ "protobufjs": "^6.11.2",

},
"gitHead": "884a10970cdbc3e8d7991709e0fa3fe79fce71bd"
"gitHead": "7706410cb67a1c92b9ae9eea1cac48e0dad4a8d1"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc