@temporalio/client
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "@temporalio/client", | ||
"version": "0.1.4", | ||
"description": "Temporal.io Client", | ||
"version": "0.1.5", | ||
"description": "Temporal.io SDK Client sub-package", | ||
"main": "lib/index.js", | ||
@@ -17,4 +17,4 @@ "types": "./lib/index.d.ts", | ||
"@grpc/grpc-js": "^1.2.12", | ||
"@temporalio/proto": "^0.1.4", | ||
"@temporalio/workflow": "^0.1.4", | ||
"@temporalio/proto": "^0.1.5", | ||
"@temporalio/workflow": "^0.1.5", | ||
"ms": "^2.1.3", | ||
@@ -27,3 +27,3 @@ "protobufjs": "^6.10.2", | ||
}, | ||
"homepage": "https://github.com/temporalio/sdk-node#readme", | ||
"homepage": "https://github.com/temporalio/sdk-node/tree/main/packages/client", | ||
"files": [ | ||
@@ -35,3 +35,3 @@ "lib" | ||
}, | ||
"gitHead": "cd169da9d8223a141bde5e1837a8ccf0d34911af" | ||
"gitHead": "04add82114c495399c4c5d438ea1ce161673fd8b" | ||
} |
# `@temporalio/client` | ||
[![NPM](https://img.shields.io/npm/v/@temporalio/client)](https://www.npmjs.com/package/@temporalio/client) | ||
[![NPM](https://img.shields.io/npm/v/@temporalio/client?style=for-the-badge)](https://www.npmjs.com/package/@temporalio/client) | ||
Part of the [Temporal](https://temporal.io) [NodeJS SDK](https://www.npmjs.com/package/temporalio). | ||
See documentation on the [documentation site](https://docs.temporal.io/docs/node/reference/README). | ||
See documentation on the [documentation site](https://docs.temporal.io/docs/node/introduction). |
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
28560
Updated@temporalio/proto@^0.1.5
Updated@temporalio/workflow@^0.1.5