@temporalio/common
Advanced tools
Comparing version 1.8.2 to 1.8.3
@@ -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; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
381525
127
7425
+ Added@temporalio/proto@1.8.3(transitive)
- Removed@temporalio/proto@1.8.2(transitive)
Updated@temporalio/proto@1.8.3