Socket
Socket
Sign inDemoInstall

@temporalio/common

Package Overview
Dependencies
Maintainers
4
Versions
64
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 0.11.0 to 0.11.1

2

lib/workflow-handle.d.ts

@@ -30,3 +30,3 @@ import { Workflow, WorkflowResultType, SignalDefinition } from './interfaces';

*/
signal<Args extends any[]>(def: SignalDefinition<Args>, ...args: Args): Promise<void>;
signal<Args extends any[] = []>(def: SignalDefinition<Args> | string, ...args: Args): Promise<void>;
/**

@@ -33,0 +33,0 @@ * The workflowId of the current Workflow

{
"name": "@temporalio/common",
"version": "0.11.0",
"version": "0.11.1",
"description": "Temporal.io SDK common library for use in Workflow and normal code",

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

"dependencies": {
"@temporalio/proto": "^0.11.0",
"@temporalio/proto": "^0.11.1",
"ms": "^2.1.3"

@@ -27,3 +27,3 @@ },

},
"gitHead": "df1ef24e1caff78f2b712e1f82e59d037ae9c2b4"
"gitHead": "76235d5bbaa83c01abb97838abd214a7ea829f12"
}

@@ -7,2 +7,12 @@ # `@temporalio/common`

See documentation on the [documentation site](https://docs.temporal.io/docs/node/introduction).
You should probably not be using this package directly. See instead:
- https://nodejs.temporal.io/api/namespaces/client
- https://nodejs.temporal.io/api/namespaces/activity
- https://nodejs.temporal.io/api/namespaces/worker
- https://nodejs.temporal.io/api/namespaces/workflow
More docs:
- See code samples [here](https://github.com/temporalio/samples-node)
- See full introduction on the [docs site](https://docs.temporal.io/docs/node/introduction)

@@ -34,3 +34,3 @@ import { Workflow, WorkflowResultType, SignalDefinition } from './interfaces';

*/
signal<Args extends any[]>(def: SignalDefinition<Args>, ...args: Args): Promise<void>;
signal<Args extends any[] = []>(def: SignalDefinition<Args> | string, ...args: Args): Promise<void>;

@@ -37,0 +37,0 @@ /**

Sorry, the diff of this file is not supported yet

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