Add URI decoder

This commit is contained in:
Danila Fedorin 2021-08-27 16:29:06 -07:00
parent 25d0cbe9a2
commit 620cf9d93f
2 changed files with 6 additions and 1 deletions

View File

@ -66,6 +66,7 @@
"bs58": "^4.0.1",
"dompurify": "^2.3.0",
"es6-promise": "https://github.com/bwindels/es6-promise.git#bwindels/expose-flush",
"text-encoding": "^0.7.0"
"text-encoding": "^0.7.0",
"matrix-uri-parser": "git+ssh://git@github.com:matrix-org/matrix-uri-parser-js.git"
}
}

View File

@ -3498,6 +3498,10 @@ matched@^5.0.0:
glob "^7.1.6"
picomatch "^2.2.1"
"matrix-uri-parser@git+ssh://git@github.com:matrix-org/matrix-uri-parser-js.git":
version "0.1.0"
resolved "git+ssh://git@github.com:matrix-org/matrix-uri-parser-js.git#2fe013b1cd9e2a335d68e98f7a84e3782f8d40c4"
mdn-polyfills@^5.20.0:
version "5.20.0"
resolved "https://registry.yarnpkg.com/mdn-polyfills/-/mdn-polyfills-5.20.0.tgz#ca8247edf20a4f60dec6804372229812b348260b"