-
Notifications
You must be signed in to change notification settings - Fork 5.5k
chore: bump @metamask/core-backend and set up ApiPlatformClient #40262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -883,7 +883,7 @@ | |
| "@ethersproject/providers": true, | ||
| "@metamask/base-controller": true, | ||
| "@metamask/controller-utils": true, | ||
| "@metamask/core-backend": true, | ||
| "@metamask/assets-controller>@metamask/core-backend": true, | ||
| "@metamask/keyring-snap-client": true, | ||
| "@metamask/polling-controller": true, | ||
| "@metamask/assets-controller>@metamask/snaps-utils": true, | ||
|
|
@@ -1120,6 +1120,21 @@ | |
| "uuid": true | ||
| } | ||
| }, | ||
| "@metamask/assets-controller>@metamask/core-backend": { | ||
| "globals": { | ||
| "URL": true, | ||
| "WebSocket": true, | ||
| "clearTimeout": true, | ||
| "fetch": true, | ||
| "setTimeout": true | ||
| }, | ||
|
Comment on lines
+1123
to
+1130
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Safe:
|
||
| "packages": { | ||
| "@metamask/controller-utils": true, | ||
| "@metamask/utils": true, | ||
| "@metamask/core-backend>@tanstack/query-core": true, | ||
| "uuid": true | ||
| } | ||
| }, | ||
| "@metamask/delegation-controller": { | ||
| "packages": { | ||
| "@metamask/base-controller": true, | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -739,6 +739,15 @@ | |
| "lodash": true | ||
| } | ||
| }, | ||
| "@metamask/core-backend": { | ||
| "globals": { | ||
| "URL": true, | ||
| "fetch": true | ||
| }, | ||
|
Comment on lines
+742
to
+746
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Safe:
|
||
| "packages": { | ||
| "@metamask/core-backend>@tanstack/query-core": true | ||
| } | ||
| }, | ||
| "@metamask/delegation-core": { | ||
| "packages": { | ||
| "@metamask/abi-utils": true, | ||
|
|
@@ -1851,6 +1860,22 @@ | |
| "@metamask/controller-utils>@spruceid/siwe-parser>apg-js": true | ||
| } | ||
| }, | ||
| "@metamask/core-backend>@tanstack/query-core": { | ||
| "globals": { | ||
| "AbortController": true, | ||
| "addEventListener": true, | ||
| "clearInterval": true, | ||
| "clearTimeout": true, | ||
| "console.error": true, | ||
| "document": true, | ||
| "removeEventListener": true, | ||
| "setInterval": true, | ||
| "setTimeout": true | ||
| }, | ||
|
Comment on lines
+1863
to
+1874
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Overrides for |
||
| "packages": { | ||
| "@swc/helpers": true | ||
| } | ||
| }, | ||
| "@tanstack/react-query>@tanstack/query-core": { | ||
| "globals": { | ||
| "AbortController": true, | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -296,7 +296,7 @@ | |
| "@metamask/connectivity-controller": "^0.1.0", | ||
| "@metamask/contract-metadata": "^2.5.0", | ||
| "@metamask/controller-utils": "^11.18.0", | ||
| "@metamask/core-backend": "^5.0.0", | ||
| "@metamask/core-backend": "^6.0.0", | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Main point of interest |
||
| "@metamask/delegation-controller": "^1.0.0", | ||
| "@metamask/delegation-core": "^0.2.0-rc.1", | ||
| "@metamask/delegation-deployments": "^0.15.0", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interim since asset-controller needs a version bump of core-backend