@temporalio/activity
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.2.3](https://github.com/temporalio/sdk-node/compare/@temporalio/activity@0.2.2...@temporalio/activity@0.2.3) (2021-07-27) | ||
**Note:** Version bump only for package @temporalio/activity | ||
## [0.2.2](https://github.com/temporalio/sdk-node/compare/@temporalio/activity@0.2.1...@temporalio/activity@0.2.2) (2021-06-18) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,2 @@ | ||
Temporal NodeJS SDK | ||
Temporal Node.js SDK | ||
@@ -3,0 +3,0 @@ MIT License |
{ | ||
"name": "@temporalio/activity", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Temporal.io SDK Activity sub-package", | ||
@@ -25,3 +25,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "3e16d09a18550c04a797d73e95ad73b765b94c95" | ||
"gitHead": "fe468fc338bd4863117489547e8f7a602bb08d35" | ||
} |
@@ -5,4 +5,4 @@ # `@temporalio/activity` | ||
Part of the [Temporal](https://temporal.io) [NodeJS SDK](https://www.npmjs.com/package/temporalio). | ||
Part of the [Temporal](https://temporal.io) [Node.js SDK](https://www.npmjs.com/package/temporalio). | ||
See documentation on the [documentation site](https://docs.temporal.io/docs/node/introduction). |
80508