Skip to content

Commit dddd257

Browse files
authored
Merge pull request #489 from ipfs-shipyard/fix/add-from-url-in-chrome
fix: ipfs.util.addFromURL with URL-escaped file names Details in ipfs-inactive/js-ipfs-http-client#764
2 parents ae5ae58 + 4870354 commit dddd257

File tree

2 files changed

+43
-3
lines changed

2 files changed

+43
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"filereader-pull-stream": "1.0.0",
9797
"filesize": "3.6.1",
9898
"ipfs": "0.29.0",
99-
"ipfs-api": "22.0.0",
99+
"ipfs-api": "22.0.1",
100100
"ipfs-css": "0.5.0",
101101
"ipfs-postmsg-proxy": "2.16.1",
102102
"is-ipfs": "0.3.2",

yarn.lock

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4295,7 +4295,47 @@ ip@^1.1.4, ip@^1.1.5:
42954295
version "1.1.5"
42964296
resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a"
42974297

4298-
[email protected], ipfs-api@^22.0.0:
4298+
4299+
version "22.0.1"
4300+
resolved "https://registry.yarnpkg.com/ipfs-api/-/ipfs-api-22.0.1.tgz#c539d5f5a91d8212aed81595bab66c8416070f9c"
4301+
dependencies:
4302+
async "^2.6.0"
4303+
big.js "^5.0.3"
4304+
bs58 "^4.0.1"
4305+
cids "~0.5.3"
4306+
concat-stream "^1.6.2"
4307+
detect-node "^2.0.3"
4308+
flatmap "0.0.3"
4309+
glob "^7.1.2"
4310+
ipfs-block "~0.7.1"
4311+
ipfs-unixfs "~0.1.14"
4312+
ipld-dag-cbor "~0.12.0"
4313+
ipld-dag-pb "~0.14.4"
4314+
is-ipfs "~0.3.2"
4315+
is-pull-stream "0.0.0"
4316+
is-stream "^1.1.0"
4317+
libp2p-crypto "~0.13.0"
4318+
lru-cache "^4.1.3"
4319+
multiaddr "^5.0.0"
4320+
multibase "~0.4.0"
4321+
multihashes "~0.4.13"
4322+
ndjson "^1.5.0"
4323+
once "^1.4.0"
4324+
peer-id "~0.10.7"
4325+
peer-info "~0.14.1"
4326+
promisify-es6 "^1.0.3"
4327+
pull-defer "~0.2.2"
4328+
pull-pushable "^2.2.0"
4329+
pull-stream-to-stream "^1.3.4"
4330+
pump "^3.0.0"
4331+
qs "^6.5.2"
4332+
readable-stream "^2.3.6"
4333+
stream-http "^2.8.2"
4334+
stream-to-pull-stream "^1.7.2"
4335+
streamifier "~0.1.1"
4336+
tar-stream "^1.6.1"
4337+
4338+
ipfs-api@^22.0.0:
42994339
version "22.0.0"
43004340
resolved "https://registry.yarnpkg.com/ipfs-api/-/ipfs-api-22.0.0.tgz#2592df148ed9a51097057d08c0229b27e88edab5"
43014341
dependencies:
@@ -9563,7 +9603,7 @@ stream-to-pull-stream@^1.7.2:
95639603
looper "^3.0.0"
95649604
pull-stream "^3.2.3"
95659605

9566-
streamifier@^0.1.1:
9606+
streamifier@^0.1.1, streamifier@~0.1.1:
95679607
version "0.1.1"
95689608
resolved "https://registry.yarnpkg.com/streamifier/-/streamifier-0.1.1.tgz#97e98d8fa4d105d62a2691d1dc07e820db8dfc4f"
95699609

0 commit comments

Comments
 (0)