Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@temporalio/common

Package Overview
Dependencies
Maintainers
8
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@temporalio/common - npm Package Compare versions

Comparing version 1.8.2 to 1.8.3

lib/versioning-intent-enum.d.ts

2

lib/index.d.ts

@@ -19,3 +19,3 @@ /**

export * from './retry-policy';
export { type Timestamp, Duration, StringValue } from './time';
export type { Timestamp, Duration, StringValue } from './time';
export * from './workflow-handle';

@@ -22,0 +22,0 @@ export * from './workflow-options';

@@ -44,3 +44,3 @@ import type { google } from '@temporalio/proto';

*
* @default {@link WorkflowIdReusePolicy.WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE_FAILED_ONLY}
* @default {@link WorkflowIdReusePolicy.WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE}
*/

@@ -47,0 +47,0 @@ workflowIdReusePolicy?: WorkflowIdReusePolicy;

{
"name": "@temporalio/common",
"version": "1.8.2",
"version": "1.8.3",
"description": "Common library for code that's used across the Client, Worker, and/or Workflow",

@@ -16,3 +16,3 @@ "main": "lib/index.js",

"@opentelemetry/api": "^1.4.1",
"@temporalio/proto": "1.8.2",
"@temporalio/proto": "1.8.3",
"long": "^5.2.0",

@@ -39,3 +39,3 @@ "ms": "^3.0.0-canary.1",

],
"gitHead": "d85bf54da757741b438f8d39a0e7265b80d4f0d6"
"gitHead": "7d1c0ec969b897b4f32bd5a8eda9819a03bd2f83"
}

@@ -23,3 +23,3 @@ /**

export * from './retry-policy';
export { type Timestamp, Duration, StringValue } from './time';
export type { Timestamp, Duration, StringValue } from './time';
export * from './workflow-handle';

@@ -26,0 +26,0 @@ export * from './workflow-options';

@@ -55,3 +55,3 @@ import type { temporal, google } from '@temporalio/proto';

*
* @default {@link WorkflowIdReusePolicy.WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE_FAILED_ONLY}
* @default {@link WorkflowIdReusePolicy.WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE}
*/

@@ -58,0 +58,0 @@ workflowIdReusePolicy?: WorkflowIdReusePolicy;

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc