@temporalio/proto 0.17.2 → 0.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,16 +2,11 @@
2
2
 
3
3
  [![NPM](https://img.shields.io/npm/v/@temporalio/proto?style=for-the-badge)](https://www.npmjs.com/package/@temporalio/proto)
4
4
 
5
- Part of the [Temporal](https://temporal.io) [TypeScript SDK](https://www.npmjs.com/package/temporalio).
5
+ Part of [Temporal](https://temporal.io)'s TypeScript SDK (see [docs](https://docs.temporal.io/docs/typescript/introduction/) and [samples](https://github.com/temporalio/samples-typescript)).
6
6
 
7
- You should probably not be using this package directly. See instead:
7
+ You should usually not be using this package directly. Instead use:
8
8
 
9
- - https://typescript.temporal.io/api/namespaces/client
10
- - https://typescript.temporal.io/api/namespaces/activity
11
- - https://typescript.temporal.io/api/namespaces/worker
12
- - https://typescript.temporal.io/api/namespaces/workflow
13
-
14
- More docs:
15
-
16
- - See code samples [here](https://github.com/temporalio/samples-typescript)
17
- - See full introduction on the [docs site](https://docs.temporal.io/docs/typescript/introduction)
9
+ - [`@temporalio/client`](https://typescript.temporal.io/api/namespaces/client)
10
+ - [`@temporalio/worker`](https://typescript.temporal.io/api/namespaces/worker)
11
+ - [`@temporalio/workflow`](https://typescript.temporal.io/api/namespaces/workflow)
12
+ - [`@temporalio/activity`](https://typescript.temporal.io/api/namespaces/activity)