Skip to content

Commit

Permalink
fix: form-data lib was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Oct 3, 2023
1 parent 9067120 commit f7d7f50
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 f7d7f50

Please sign in to comment.