diff --git a/.pnp.cjs b/.pnp.cjs index 4c777522..99a67ada 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -723,7 +723,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["regexpp", "npm:3.2.0"], ["semver", "npm:7.3.5"], ["tsutils", "virtual:3961b880d02e32fec48033a4c75f3c87b27e4a5c33e206974a0b0335a9563f7cb813a1a67fd4fb18abdc46d2db060e3b885d716e380991537a58208f64047230#npm:3.21.0"], - ["typescript", "patch:typescript@npm%3A4.4.3#~builtin::version=4.4.3&hash=d8b4e7"] + ["typescript", "patch:typescript@npm%3A4.4.3#~builtin::version=4.4.3&hash=32657b"] ], "packagePeers": [ "@types/eslint", @@ -781,7 +781,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["@typescript-eslint/typescript-estree", "virtual:894ee34d5f1bd335efffc0f21d2f1f6350e9b8c46770118c974a6132060fce41b76ec3dd0e8b135fb06009ac2a63cba36b82e7e14c9fc8b975169eae23ee9f2e#npm:4.31.1"], ["debug", "virtual:ee1bbcab87c0701d4ea83dd18afa59b10c6343191c17b3a8e7844ecdde3ca8e8977791131460b822baae289e9261b3b228709bc45987d850e69091b4d363edfa#npm:4.3.2"], ["eslint", "npm:7.32.0"], - ["typescript", "patch:typescript@npm%3A4.4.3#~builtin::version=4.4.3&hash=d8b4e7"] + ["typescript", "patch:typescript@npm%3A4.4.3#~builtin::version=4.4.3&hash=32657b"] ], "packagePeers": [ "@types/eslint", @@ -830,7 +830,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["is-glob", "npm:4.0.1"], ["semver", "npm:7.3.5"], ["tsutils", "virtual:3961b880d02e32fec48033a4c75f3c87b27e4a5c33e206974a0b0335a9563f7cb813a1a67fd4fb18abdc46d2db060e3b885d716e380991537a58208f64047230#npm:3.21.0"], - ["typescript", "patch:typescript@npm%3A4.4.3#~builtin::version=4.4.3&hash=d8b4e7"] + ["typescript", "patch:typescript@npm%3A4.4.3#~builtin::version=4.4.3&hash=32657b"] ], "packagePeers": [ "typescript" @@ -2384,7 +2384,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["eslint", "npm:7.32.0"], ["object.fromentries", "npm:2.0.4"], ["tsutils", null], - ["typescript", "patch:typescript@npm%3A4.4.3#~builtin::version=4.4.3&hash=d8b4e7"] + ["typescript", "patch:typescript@npm%3A4.4.3#~builtin::version=4.4.3&hash=32657b"] ], "packagePeers": [ "@types/eslint", @@ -6452,7 +6452,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["prettier", "npm:2.4.0"], ["protobufjs", "npm:6.11.2"], ["ts-proto", "npm:1.83.0"], - ["typescript", "patch:typescript@npm%3A4.4.3#~builtin::version=4.4.3&hash=d8b4e7"] + ["typescript", "patch:typescript@npm%3A4.4.3#~builtin::version=4.4.3&hash=32657b"] ], "linkType": "SOFT", }] @@ -6869,7 +6869,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["tsutils", "virtual:3961b880d02e32fec48033a4c75f3c87b27e4a5c33e206974a0b0335a9563f7cb813a1a67fd4fb18abdc46d2db060e3b885d716e380991537a58208f64047230#npm:3.21.0"], ["@types/typescript", null], ["tslib", "npm:1.14.1"], - ["typescript", "patch:typescript@npm%3A4.4.3#~builtin::version=4.4.3&hash=d8b4e7"] + ["typescript", "patch:typescript@npm%3A4.4.3#~builtin::version=4.4.3&hash=32657b"] ], "packagePeers": [ "@types/typescript", @@ -6926,10 +6926,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { }] ]], ["typescript", [ - ["patch:typescript@npm%3A4.4.3#~builtin::version=4.4.3&hash=d8b4e7", { - "packageLocation": "./.yarn/cache/typescript-patch-2e9f9a47cb-215a59742a.zip/node_modules/typescript/", + ["patch:typescript@npm%3A4.4.3#~builtin::version=4.4.3&hash=32657b", { + "packageLocation": "./.yarn/cache/typescript-patch-2d83eeb1af-28ab98313a.zip/node_modules/typescript/", "packageDependencies": [ - ["typescript", "patch:typescript@npm%3A4.4.3#~builtin::version=4.4.3&hash=d8b4e7"] + ["typescript", "patch:typescript@npm%3A4.4.3#~builtin::version=4.4.3&hash=32657b"] ], "linkType": "HARD", }] @@ -13399,7 +13399,7 @@ class VirtualFS extends ProxiedFS { if (this.pathUtils.isAbsolute(p)) return VirtualFS.resolveVirtual(p); const resolvedRoot = VirtualFS.resolveVirtual(this.baseFs.resolve(PortablePath.dot)); const resolvedP = VirtualFS.resolveVirtual(this.baseFs.resolve(p)); - return ppath.relative(resolvedRoot, resolvedP); + return ppath.relative(resolvedRoot, resolvedP) || PortablePath.dot; } mapFromBase(p) { diff --git a/.yarn/cache/typescript-patch-2e9f9a47cb-215a59742a.zip b/.yarn/cache/typescript-patch-2d83eeb1af-28ab98313a.zip similarity index 50% rename from .yarn/cache/typescript-patch-2e9f9a47cb-215a59742a.zip rename to .yarn/cache/typescript-patch-2d83eeb1af-28ab98313a.zip index 0e800587..bc282f5d 100644 Binary files a/.yarn/cache/typescript-patch-2e9f9a47cb-215a59742a.zip and b/.yarn/cache/typescript-patch-2d83eeb1af-28ab98313a.zip differ diff --git a/.yarnrc.yml b/.yarnrc.yml new file mode 100644 index 00000000..cd0486fc --- /dev/null +++ b/.yarnrc.yml @@ -0,0 +1 @@ +yarnPath: .yarn/releases/yarn-3.0.2.cjs diff --git a/package.json b/package.json index 76346f75..2fd85f29 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dappconnect-sdks", - "packageManager": "yarn@3.0.1", + "packageManager": "yarn@3.0.2", "license": "MIT OR Apache-2.0", "scripts": { "fix": "run-s 'fix:*'", diff --git a/yarn.lock b/yarn.lock index bc9f2e8b..aa111878 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5965,11 +5965,11 @@ typescript@^4.4.3: "typescript@patch:typescript@^4.4.3#~builtin": version: 4.4.3 - resolution: "typescript@patch:typescript@npm%3A4.4.3#~builtin::version=4.4.3&hash=d8b4e7" + resolution: "typescript@patch:typescript@npm%3A4.4.3#~builtin::version=4.4.3&hash=32657b" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 215a59742afb7e0c3668e2c50ca19813deb24b3cc0d16ac3591990e033728050aaa99e159a72b54cb43653f16c778a5cf9dfeed1f51c3b105710ae082c064af7 + checksum: 28ab98313afab46788ff41014fdb5932430ada6e03cf9e92ac47f406526a2cac1ae2894834e7da61e46b7429318e9c47f45ba8de323332f0cb9af99b72ebae74 languageName: node linkType: hard