From 620cf9d93fa22eb65986f79f19b4364dbe84f2d1 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Fri, 27 Aug 2021 16:29:06 -0700 Subject: [PATCH] Add URI decoder --- package.json | 3 ++- yarn.lock | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c7e0cd9f..0a12b067 100644 --- a/package.json +++ b/package.json @@ -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" } } diff --git a/yarn.lock b/yarn.lock index 638e0cd0..7434d1ad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"