Skip to content

Commit

Permalink
Merge pull request #588 from nevermined-io/fix/missing_form_data
Browse files Browse the repository at this point in the history
fix: form-data lib was missing
  • Loading branch information
aaitor authored Oct 3, 2023
2 parents de18a08 + f7d7f50 commit 599e3cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nevermined-io/sdk",
"version": "2.0.0-rc10",
"version": "2.0.0-rc11",
"description": "Javascript SDK for connecting with Nevermined Data Platform ",
"main": "./dist/node/sdk.js",
"typings": "./dist/node/sdk.d.ts",
Expand Down Expand Up @@ -59,6 +59,7 @@
"ethers": "^6.7.1",
"graphql": "^16.7.1",
"https-browserify": "^1.0.0",
"form-data": "^4.0.0",
"jose": "^4.5.1",
"js-file-download": "^0.4.12",
"lodash": "^4.17.21",
Expand Down

0 comments on commit 599e3cf

Please sign in to comment.