something happend with yarn.lock so changed it back, removed readUrl in urlreader because it was failing

Signed-off-by: Simon <simme.jakobsson@gmail.com>
This commit is contained in:
Simon
2022-11-15 10:25:24 +01:00
parent dfc8edf9c5
commit 7c3cb34432
2 changed files with 3 additions and 3 deletions
@@ -50,7 +50,7 @@ export class UrlReaderPredicateMux implements UrlReader {
for (const { predicate, reader } of this.readers) {
if (predicate(parsed)) {
return reader.readUrl(url);
return reader.read(url);
}
}
+2 -2
View File
@@ -38915,7 +38915,7 @@ __metadata:
"typescript@patch:typescript@~4.6.0#~builtin<compat/typescript>, typescript@patch:typescript@~4.6.3#~builtin<compat/typescript>":
version: 4.6.4
resolution: "typescript@patch:typescript@npm%3A4.6.4#~builtin<compat/typescript>::version=4.6.4&hash=f456af"
resolution: "typescript@patch:typescript@npm%3A4.6.4#~builtin<compat/typescript>::version=4.6.4&hash=a1c5e5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
@@ -38925,7 +38925,7 @@ __metadata:
"typescript@patch:typescript@~4.7.0#~builtin<compat/typescript>":
version: 4.7.4
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=f456af"
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=a1c5e5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver