1
- ![ Node CI] ( https://github.com/serverless-workflow /sdk/workflows/Node%20CI/badge.svg ) [ ![ Gitpod ready-to-code] ( https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod )] ( https://gitpod.io/#https://github.com/serverless-workflow /sdk )
1
+ ![ Node CI] ( https://github.com/serverlessworkflow /sdk-typescript /workflows/Node%20CI/badge.svg ) [ ![ Gitpod ready-to-code] ( https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod )] ( https://gitpod.io/#https://github.com/serverlessworkflow /sdk-typescript )
2
2
3
3
# Serverless Workflow Specification - TypeScript SDK
4
4
@@ -14,7 +14,7 @@ The npm [`@serverlessworkflow/sdk`](https://www.npmjs.com/package/@serverlesswor
14
14
15
15
| Latest Releases | Conformance to Spec Version |
16
16
| :---: | :---: |
17
- | [ v1.0.0-alpha2.\* ] ( https://github.com/serverless-workflow /sdk/releases/ ) | [ v1.0.0-alpha2] ( https://github.com/serverlessworkflow/specification ) |
17
+ | [ v1.0.0-alpha2.\* ] ( https://github.com/serverlessworkflow /sdk-typescript /releases/ ) | [ v1.0.0-alpha2] ( https://github.com/serverlessworkflow/specification ) |
18
18
19
19
> [ !WARNING]
20
20
> Previous versions of the SDK were published with a typo in the scope:
@@ -23,9 +23,9 @@ The npm [`@serverlessworkflow/sdk`](https://www.npmjs.com/package/@serverlesswor
23
23
24
24
| Latest Releases | Conformance to Spec Version |
25
25
| :---: | :---: |
26
- | [ v1.0.0] ( https://github.com/serverless-workflow /sdk/releases/ ) | [ v0.6] ( https://github.com/serverlessworkflow/specification/tree/0.6.x ) |
27
- | [ v2.0.0] ( https://github.com/serverless-workflow /sdk/releases/ ) | [ v0.7] ( https://github.com/serverlessworkflow/specification/tree/0.7.x ) |
28
- | [ v3.0.0] ( https://github.com/serverless-workflow /sdk/releases/ ) | [ v0.8] ( https://github.com/serverlessworkflow/specification/tree/0.8.x ) |
26
+ | [ v1.0.0] ( https://github.com/serverlessworkflow /sdk-typescript /releases/ ) | [ v0.6] ( https://github.com/serverlessworkflow/specification/tree/0.6.x ) |
27
+ | [ v2.0.0] ( https://github.com/serverlessworkflow /sdk-typescript /releases/ ) | [ v0.7] ( https://github.com/serverlessworkflow/specification/tree/0.7.x ) |
28
+ | [ v3.0.0] ( https://github.com/serverlessworkflow /sdk-typescript /releases/ ) | [ v0.8] ( https://github.com/serverlessworkflow/specification/tree/0.8.x ) |
29
29
30
30
## SDK Structure
31
31
This SDK includes the following key components:
@@ -240,7 +240,7 @@ catch (ex) {
240
240
To build the project and run tests locally, use the following commands:
241
241
242
242
``` sh
243
- git clone https://github.com/serverless-workflow /sdk.git
243
+ git clone https://github.com/serverlessworkflow /sdk-typescript .git
244
244
cd sdk-typescript
245
245
npm install && npm run build && npm run test
246
246
```
0 commit comments