Skip to content

Commit

Permalink
Merge pull request #213 from kodadot/fix/minipfs/no-cors
Browse files Browse the repository at this point in the history
fix/minipfs/no cors
  • Loading branch information
vikiival authored Oct 4, 2024
2 parents 9368c1e + 42a7f6e commit 0e848e9
Show file tree
Hide file tree
Showing 5 changed files with 209 additions and 234 deletions.
8 changes: 4 additions & 4 deletions minipfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kodadot1/minipfs",
"version": "0.4.3-rc.2",
"version": "0.5.0-rc.0",
"description": "",
"repository": "kodadot/packages",
"license": "MIT",
Expand Down Expand Up @@ -28,16 +28,16 @@
"test": "vitest run"
},
"dependencies": {
"ofetch": "^1.3.4"
"ofetch": "^1.4.0"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "latest",
"c8": "latest",
"changelogen": "^0.5.5",
"changelogen": "^0.5.7",
"eslint": "latest",
"typescript": "latest",
"unbuild": "latest",
"vitest": "latest"
},
"packageManager": "pnpm@8.15.4"
"packageManager": "pnpm@9.12.0"
}
Loading

0 comments on commit 0e848e9

Please sign in to comment.