Skip to content

Commit

Permalink
Releasing version 0.0.74
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Jan 27, 2025
1 parent a09ac96 commit 5d6a578
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 47 deletions.
232 changes: 187 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fnproject/fdk",
"version": "0.0.73",
"version": "0.0.74",
"description": "Function Developer Kit for Fn",
"main": "fn-fdk.js",
"scripts": {
Expand All @@ -21,7 +21,9 @@
}
],
"license": "Apache-2.0",
"dependencies": {},
"dependencies": {
"cross-spawn": "^7.0.5"
},
"devDependencies": {
"rewire": "5.0.0",
"sinon": "^9.0.1",
Expand Down

0 comments on commit 5d6a578

Please sign in to comment.