Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

Commit 70c63b9

Browse files
author
Jesus Fernando Alvarez Franco
committed
chore: publish version 1.0.0-alpha.13
1 parent f9a6c68 commit 70c63b9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Serverless Offline Plugin to Support Step Functions for Local Development.
1313

1414
- Fully Written in TypeScript
1515
- Promise based (no process spawn)
16+
- Completely based on AWS Docs
1617

1718
## Sponsor
1819

@@ -59,7 +60,7 @@ If your project uses `serverless-webpack` to compile/transpile your serverless a
5960
```yml
6061
plugins:
6162
- serverless-webpack # Defined Before
62-
- serverless-step-functions
63+
- serverless-step-functions # Defined Before
6364
- '@fernthedev/serverless-offline-step-functions'
6465
- serverless-offline
6566
```
@@ -75,7 +76,7 @@ plugins:
7576
| ***Pass*** | ✅ |
7677
| ***Fail***| ✅ |
7778
| ***Succeed***|✅|
78-
| ***Map*** | Not Supported at all yet. |
79+
| ***Map*** | Basic Support ✅ |
7980

8081
## Credits and inspiration
8182

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fernthedev/serverless-offline-step-functions",
3-
"version": "1.0.0-alpha.12",
3+
"version": "1.0.0-alpha.13",
44
"description": "Serverless Offline Plugin to Support Step Functions for Local Development",
55
"main": "dist/main.js",
66
"types": "dist/main.d.ts",

0 commit comments

Comments
 (0)