-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/keyring-account-scopes
- Loading branch information
Showing
73 changed files
with
8,058 additions
and
2,392 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
.yarn/patches/@json-schema-spec-json-pointer-npm-0.1.2-3d06119887.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/lib/index.js b/lib/index.js | ||
index f5795884311124b221d91f488ed45750eb6e9c80..e030d6f8d8e85e6d1350c565d36ad48bc49af881 100644 | ||
--- a/lib/index.js | ||
+++ b/lib/index.js | ||
@@ -25,7 +25,7 @@ class Ptr { | ||
}); | ||
return `/${tokens.join("/")}`; | ||
} | ||
- eval(instance) { | ||
+ shmeval(instance) { | ||
for (const token of this.tokens) { | ||
if (instance.hasOwnProperty(token)) { | ||
instance = instance[token]; |
13 changes: 13 additions & 0 deletions
13
.yarn/patches/@json-schema-tools-reference-resolver-npm-1.2.6-4e1497c16d.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/build/resolve-pointer.js b/build/resolve-pointer.js | ||
index d5a8ec7486250cd17572eb0e0449725643fc9842..044e74bb51a46e9bf3547f6d7a84763b93260613 100644 | ||
--- a/build/resolve-pointer.js | ||
+++ b/build/resolve-pointer.js | ||
@@ -27,7 +27,7 @@ exports.default = (function (ref, root) { | ||
try { | ||
var withoutHash = ref.replace("#", ""); | ||
var pointer = json_pointer_1.default.parse(withoutHash); | ||
- return pointer.eval(root); | ||
+ return pointer.shmeval(root); | ||
} | ||
catch (e) { | ||
throw new InvalidJsonPointerRefError(ref, e.message); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.