We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91854b commit b95abf6Copy full SHA for b95abf6
.gitignore
@@ -19,4 +19,6 @@ globalConfig.json
19
20
21
# Dist typescript compilation folder
22
-dist
+dist
23
+
24
+yarn.lock
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@bjmrq/lambda-flow",
3
- "version": "0.0.25",
+ "version": "0.0.26",
4
"description": "A little utility to flow data in lambda functions",
5
"author": "Benjamin Marquis",
6
"license": "ISC",
0 commit comments