Skip to content

Commit d2d1b22

Browse files
committed
chore: bump @metamask/assets-controller to 45.0.0
1 parent 41c234c commit d2d1b22

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"@metamask/accounts-controller": "^20.0.1",
147147
"@metamask/address-book-controller": "^6.0.1",
148148
"@metamask/approval-controller": "^7.1.0",
149-
"@metamask/assets-controllers": "^44.1.0",
149+
"@metamask/assets-controllers": "45.0.0",
150150
"@metamask/base-controller": "^7.0.1",
151151
"@metamask/bitcoin-wallet-snap": "^0.8.2",
152152
"@metamask/composable-controller": "^3.0.0",

patches/@metamask+assets-controllers+44.1.0.patch renamed to patches/@metamask+assets-controllers+45.0.0.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/node_modules/@metamask/assets-controllers/dist/NftController.cjs b/node_modules/@metamask/assets-controllers/dist/NftController.cjs
2-
index 6ccbe9c..49270d6 100644
2+
index 6ccbe9c..f725852 100644
33
--- a/node_modules/@metamask/assets-controllers/dist/NftController.cjs
44
+++ b/node_modules/@metamask/assets-controllers/dist/NftController.cjs
55
@@ -13,7 +13,7 @@ var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (
@@ -150,7 +150,7 @@ index 6ccbe9c..49270d6 100644
150150
}
151151
}
152152
diff --git a/node_modules/@metamask/assets-controllers/dist/NftController.d.cts b/node_modules/@metamask/assets-controllers/dist/NftController.d.cts
153-
index a34725f..21e9d20 100644
153+
index a34725f..12487d6 100644
154154
--- a/node_modules/@metamask/assets-controllers/dist/NftController.d.cts
155155
+++ b/node_modules/@metamask/assets-controllers/dist/NftController.d.cts
156156
@@ -108,6 +108,7 @@ export type NftMetadata = {

yarn.lock

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4116,10 +4116,10 @@
41164116
"@metamask/utils" "^10.0.0"
41174117
nanoid "^3.1.31"
41184118

4119-
"@metamask/assets-controllers@^44.1.0":
4120-
version "44.1.0"
4121-
resolved "https://registry.yarnpkg.com/@metamask/assets-controllers/-/assets-controllers-44.1.0.tgz#92d460b8926b138feacfff0cdf0c3efcc66091aa"
4122-
integrity sha512-YbEUoGSJciIrPjSxk4VJktcSEGxHUaK48OOLOjA8BMXWTlMJ1ac8OQeHwciPbTCGriwUa4QsxsequsuSGWNs/g==
4119+
"@metamask/assets-controllers@45.0.0":
4120+
version "45.0.0"
4121+
resolved "https://registry.yarnpkg.com/@metamask/assets-controllers/-/assets-controllers-45.0.0.tgz#85a898095a820497f3ed3fee205c2872f89b04ac"
4122+
integrity sha512-1pQo7YLPjClsD1zbL2pU9188REovMEpBaexSiTmhPrAhSIUgrJT3d6afBxrfiMI9LnCQ50HicTaL2vekLyIfnA==
41234123
dependencies:
41244124
"@ethereumjs/util" "^8.1.0"
41254125
"@ethersproject/abi" "^5.7.0"
@@ -4840,7 +4840,7 @@
48404840
fast-json-stable-stringify "^2.1.0"
48414841
uuid "^8.3.2"
48424842

4843-
"@metamask/polling-controller@^12.0.0", "@metamask/polling-controller@^12.0.1":
4843+
"@metamask/polling-controller@^12.0.0":
48444844
version "12.0.1"
48454845
resolved "https://registry.yarnpkg.com/@metamask/polling-controller/-/polling-controller-12.0.1.tgz#89593c892d7fbbc93ccb6fe45dd2d820839f3d93"
48464846
integrity sha512-ZCF7UBuyxk9utdmOAh9/VBT780OxRPN5pD0wJaRwsFnFM3FFOFmvmojqnw8Kz4lSglyETtOBBMvzyQsnqoXQEQ==
@@ -4852,6 +4852,18 @@
48524852
fast-json-stable-stringify "^2.1.0"
48534853
uuid "^8.3.2"
48544854

4855+
"@metamask/polling-controller@^12.0.1":
4856+
version "12.0.2"
4857+
resolved "https://registry.yarnpkg.com/@metamask/polling-controller/-/polling-controller-12.0.2.tgz#de37ff5f4f997d57d4da34b0c6574d2eba3184e0"
4858+
integrity sha512-TYplREQMrhPcsJn+b7WS2oZqMwt4jKcyL/tDmygVv90RcvESBBhXxz7D0Brm5UAirnkE3TPRq8fnVWwVSQAVcA==
4859+
dependencies:
4860+
"@metamask/base-controller" "^7.0.2"
4861+
"@metamask/controller-utils" "^11.4.4"
4862+
"@metamask/utils" "^10.0.0"
4863+
"@types/uuid" "^8.3.0"
4864+
fast-json-stable-stringify "^2.1.0"
4865+
uuid "^8.3.2"
4866+
48554867
"@metamask/post-message-stream@^8.0.0", "@metamask/post-message-stream@^8.1.1":
48564868
version "8.1.1"
48574869
resolved "https://registry.yarnpkg.com/@metamask/post-message-stream/-/post-message-stream-8.1.1.tgz#fd8f4c2363921aaf15c0fa56d087fa9f2d93f047"

0 commit comments

Comments
 (0)