serverless-step-functions-offline icon indicating copy to clipboard operation
serverless-step-functions-offline copied to clipboard

fix #issue56: Fix compatibility with Serverless v2.x.x

Open tiagocpeixoto opened this issue 4 years ago • 8 comments

Fix #56

tiagocpeixoto avatar Oct 10 '20 19:10 tiagocpeixoto

I can't check which dependencies are causing the snyk error. Can you help me?

tiagocpeixoto avatar Oct 10 '20 19:10 tiagocpeixoto

Ok, I fixed it.

tiagocpeixoto avatar Oct 19 '20 23:10 tiagocpeixoto

@tiagocpeixoto seems this repo is dead?

tbaustin avatar Apr 13 '21 21:04 tbaustin

@tiagocpeixoto seems this repo is dead?

Apparently yes.

tiagocpeixoto avatar Apr 13 '21 22:04 tiagocpeixoto

Ok, I fixed it.

How did you go about fixing this error ?

stall84 avatar Jun 19 '21 08:06 stall84

Ok, I fixed it.

How did you go about fixing this error ?

I prepared a PR, but the maintainer hasn't merged it yet.

In my project I'm using this temporary solution:

// package.json
"devDependencies": {
  "serverless-step-functions-offline": "tiagocpeixoto/serverless-step-functions-offline#issue56", 
}

tiagocpeixoto avatar Jun 19 '21 10:06 tiagocpeixoto

Ok, I fixed it.

How did you go about fixing this error ?

I prepared a PR, but the maintainer hasn't merged it yet.

In my project I'm using this temporary solution:

// package.json
"devDependencies": {
  "serverless-step-functions-offline": "tiagocpeixoto/serverless-step-functions-offline#issue56", 
}

Awesome, thanks

stall84 avatar Jun 20 '21 23:06 stall84

@vkkis93 can you please merge this?

nadunindunil avatar Mar 31 '22 21:03 nadunindunil