temporalio
Advanced tools
Comparing version 0.11.1 to 0.12.0
@@ -1,2 +0,2 @@ | ||
Temporal Node.js SDK | ||
Temporal TypeScript SDK | ||
@@ -3,0 +3,0 @@ MIT License |
{ | ||
"name": "temporalio", | ||
"version": "0.11.1", | ||
"version": "0.12.0", | ||
"description": "Temporal.io SDK meta-package", | ||
"dependencies": { | ||
"@temporalio/activity": "^0.11.1", | ||
"@temporalio/client": "^0.11.1", | ||
"@temporalio/common": "^0.11.1", | ||
"@temporalio/proto": "^0.11.1", | ||
"@temporalio/worker": "^0.11.1", | ||
"@temporalio/workflow": "^0.11.1" | ||
"@temporalio/activity": "^0.12.0", | ||
"@temporalio/client": "^0.12.0", | ||
"@temporalio/common": "^0.12.0", | ||
"@temporalio/proto": "^0.12.0", | ||
"@temporalio/worker": "^0.12.0", | ||
"@temporalio/workflow": "^0.12.0" | ||
}, | ||
@@ -17,3 +17,3 @@ "author": "Roey Berman <roey@temporal.io>", | ||
"type": "git", | ||
"url": "git+https://github.com/temporalio/sdk-node.git" | ||
"url": "git+https://github.com/temporalio/sdk-typescript.git" | ||
}, | ||
@@ -26,5 +26,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/temporalio/sdk-node/issues" | ||
"url": "https://github.com/temporalio/sdk-typescript/issues" | ||
}, | ||
"homepage": "https://github.com/temporalio/sdk-node#readme", | ||
"homepage": "https://github.com/temporalio/sdk-typescript#readme", | ||
"publishConfig": { | ||
@@ -36,3 +36,3 @@ "access": "public" | ||
}, | ||
"gitHead": "76235d5bbaa83c01abb97838abd214a7ea829f12" | ||
"gitHead": "eaa2d205c9bc5ff4a3b17c0b34f2dcf6b1e0264a" | ||
} |
@@ -1,5 +0,5 @@ | ||
# Temporal Node.js SDK | ||
# Temporal TypeScript SDK | ||
<p align="center"> | ||
<img src="https://img.shields.io/github/workflow/status/temporalio/sdk-node/Continuous%20Integration?style=for-the-badge" alt="CI" /> | ||
<img src="https://img.shields.io/github/workflow/status/temporalio/sdk-typescript/Continuous%20Integration?style=for-the-badge" alt="CI" /> | ||
<a href="https://www.npmjs.com/package/temporalio"> | ||
@@ -17,8 +17,8 @@ <img src="https://img.shields.io/npm/v/temporalio.svg?style=for-the-badge" alt="NPM" /> | ||
Check out the [Getting started](https://docs.temporal.io/docs/node/introduction/#getting-started) page for a quick overview. | ||
Check out the [Getting started](https://docs.temporal.io/docs/typescript/introduction/#getting-started) page for a quick overview. | ||
The documentation is divided into several sections: | ||
- [Node SDK docs](https://docs.temporal.io/docs/node/introduction) | ||
- [Node SDK API reference](https://nodejs.temporal.io/) | ||
- [TypeScript SDK docs](https://docs.temporal.io/docs/typescript/introduction) | ||
- [TypeScript SDK API reference](https://typescript.temporal.io/) | ||
- [General Temporal docs](https://docs.temporal.io) | ||
@@ -63,11 +63,11 @@ | ||
> While in alpha we are gathering feedback from developers about the usability and ergonomics of the API. | ||
> To provide feedback please [open an issue](https://github.com/temporalio/sdk-node/issues) and feel free to | ||
> talk to us on the [#nodejs-sdk community slack channel](https://temporal.io/slack) or post on our [discourse support forum](https://community.temporal.io/). | ||
> To provide feedback please [open an issue](https://github.com/temporalio/sdk-typescript/issues) and feel free to | ||
> talk to us on the [#typescript-sdk community slack channel](https://temporal.io/slack) or post on our [discourse support forum](https://community.temporal.io/). | ||
## Installation | ||
See the [getting started](https://docs.temporal.io/docs/node/introduction/#getting-started) guide for setting up a project on your laptop. | ||
See the [getting started](https://docs.temporal.io/docs/typescript/introduction/#getting-started) guide for setting up a project on your laptop. | ||
## Contributing | ||
Read our [contributing guide](https://github.com/temporalio/sdk-node/blob/main/CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to the SDK. | ||
Read our [contributing guide](https://github.com/temporalio/sdk-typescript/blob/main/CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to the SDK. |
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
5851
5
+ Added@temporalio/activity@0.12.0(transitive)
+ Added@temporalio/client@0.12.0(transitive)
+ Added@temporalio/common@0.12.0(transitive)
+ Added@temporalio/core-bridge@0.12.0(transitive)
+ Added@temporalio/proto@0.12.0(transitive)
+ Added@temporalio/worker@0.12.0(transitive)
+ Added@temporalio/workflow@0.12.0(transitive)
- Removed@temporalio/activity@0.11.1(transitive)
- Removed@temporalio/client@0.11.1(transitive)
- Removed@temporalio/common@0.11.1(transitive)
- Removed@temporalio/core-bridge@0.11.1(transitive)
- Removed@temporalio/proto@0.11.1(transitive)
- Removed@temporalio/worker@0.11.1(transitive)
- Removed@temporalio/workflow@0.11.1(transitive)
Updated@temporalio/activity@^0.12.0
Updated@temporalio/client@^0.12.0
Updated@temporalio/common@^0.12.0
Updated@temporalio/proto@^0.12.0
Updated@temporalio/worker@^0.12.0
Updated@temporalio/workflow@^0.12.0