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 )
22
33# Serverless Workflow Specification - TypeScript SDK
44
@@ -14,7 +14,7 @@ The npm [`@serverlessworkflow/sdk`](https://www.npmjs.com/package/@serverlesswor
1414
1515| Latest Releases | Conformance to Spec Version |
1616| :---: | :---: |
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 ) |
1818
1919> [ !WARNING]
2020> 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
2323
2424| Latest Releases | Conformance to Spec Version |
2525| :---: | :---: |
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 ) |
2929
3030## SDK Structure
3131This SDK includes the following key components:
@@ -240,7 +240,7 @@ catch (ex) {
240240To build the project and run tests locally, use the following commands:
241241
242242``` sh
243- git clone https://github.com/serverless-workflow /sdk.git
243+ git clone https://github.com/serverlessworkflow /sdk-typescript .git
244244cd sdk-typescript
245245npm install && npm run build && npm run test
246246```
0 commit comments