Skip to content

Commit 8dabf76

Browse files
chore: Bump @metamask/utils from 11.10.0 to 11.11.0 (#3935)
Bumps [@metamask/utils](https://github.com/MetaMask/utils) from 11.10.0 to 11.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/MetaMask/utils/releases"><code>@​metamask/utils</code>'s releases</a>.</em></p> <blockquote> <h2>11.11.0</h2> <h3>Added</h3> <ul> <li>Add Stellar CAIP namespace (<a href="https://redirect.github.com/MetaMask/utils/pull/278">#278</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/MetaMask/utils/blob/main/CHANGELOG.md"><code>@​metamask/utils</code>'s changelog</a>.</em></p> <blockquote> <h2>[11.11.0]</h2> <h3>Added</h3> <ul> <li>Add Stellar CAIP namespace (<a href="https://redirect.github.com/MetaMask/utils/pull/278">#278</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MetaMask/utils/commit/9c4af7e84571bdb12f430a6998f829bdd508e449"><code>9c4af7e</code></a> 11.11.0 (<a href="https://redirect.github.com/MetaMask/utils/issues/279">#279</a>)</li> <li><a href="https://github.com/MetaMask/utils/commit/1c0e2462f069f3df2faea5b48b2bc4cd2b8dfb36"><code>1c0e246</code></a> chore: caip type for stellar (<a href="https://redirect.github.com/MetaMask/utils/issues/278">#278</a>)</li> <li>See full diff in <a href="https://github.com/MetaMask/utils/compare/v11.10.0...v11.11.0">compare view</a></li> </ul> </details> <br /> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MetaMask Bot <metamaskbot@users.noreply.github.com>
1 parent b278341 commit 8dabf76

36 files changed

Lines changed: 66 additions & 66 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@metamask/eslint-config-jest": "^14.0.0",
8484
"@metamask/eslint-config-nodejs": "^14.0.0",
8585
"@metamask/eslint-config-typescript": "^14.0.0",
86-
"@metamask/utils": "^11.10.0",
86+
"@metamask/utils": "^11.11.0",
8787
"@swc/core": "1.11.31",
8888
"@ts-bridge/cli": "^0.6.1",
8989
"@types/jest": "^27.5.1",

packages/examples/packages/bip32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@metamask/snaps-cli": "workspace:^",
5151
"@metamask/snaps-jest": "workspace:^",
5252
"@metamask/snaps-sdk": "workspace:^",
53-
"@metamask/utils": "^11.10.0",
53+
"@metamask/utils": "^11.11.0",
5454
"@noble/ed25519": "^1.6.0",
5555
"@noble/secp256k1": "^1.7.1",
5656
"@swc/core": "1.11.31",

packages/examples/packages/bip44/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@metamask/snaps-cli": "workspace:^",
5151
"@metamask/snaps-jest": "workspace:^",
5252
"@metamask/snaps-sdk": "workspace:^",
53-
"@metamask/utils": "^11.10.0",
53+
"@metamask/utils": "^11.11.0",
5454
"@noble/bls12-381": "^1.2.0",
5555
"@swc/core": "1.11.31",
5656
"@swc/jest": "^0.2.38",

packages/examples/packages/dialogs/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "AsTe4uEChOay6OwfV/XEMploTsIE368qv81zQ/K2q+U=",
10+
"shasum": "UqPsR8Jj+H/4zx09MNz4ZVwynOoZMI5xvlQfRgIeCQY=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/ethereum-provider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@metamask/snaps-cli": "workspace:^",
5050
"@metamask/snaps-jest": "workspace:^",
5151
"@metamask/snaps-sdk": "workspace:^",
52-
"@metamask/utils": "^11.10.0",
52+
"@metamask/utils": "^11.11.0",
5353
"@swc/core": "1.11.31",
5454
"@swc/jest": "^0.2.38",
5555
"@types/node": "18.14.2",

packages/examples/packages/file-upload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@metamask/snaps-cli": "workspace:^",
5050
"@metamask/snaps-jest": "workspace:^",
5151
"@metamask/snaps-sdk": "workspace:^",
52-
"@metamask/utils": "^11.10.0",
52+
"@metamask/utils": "^11.11.0",
5353
"@swc/core": "1.11.31",
5454
"@swc/jest": "^0.2.38",
5555
"@types/node": "18.14.2",

packages/examples/packages/file-upload/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "bdApkmBpCS3a1vwwCoJrsAo0XcRBNm5xmrbEX+VU/q4=",
10+
"shasum": "zk/yTtQRO7IuaG7T0/al2z3iJhG8M9u2y98WvuooB7Q=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/get-entropy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@metamask/snaps-cli": "workspace:^",
5050
"@metamask/snaps-jest": "workspace:^",
5151
"@metamask/snaps-sdk": "workspace:^",
52-
"@metamask/utils": "^11.10.0",
52+
"@metamask/utils": "^11.11.0",
5353
"@noble/bls12-381": "^1.2.0",
5454
"@swc/core": "1.11.31",
5555
"@swc/jest": "^0.2.38",

packages/examples/packages/home-page/snap.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/MetaMask/snaps.git"
88
},
99
"source": {
10-
"shasum": "vUjIyfxT8bJT/uVhm2Dukdix1WuormVErWSb7Di8ucI=",
10+
"shasum": "qpFIv7SHrhYu9J7sd63gXB8Str0sg0i6b8+pO7tb6iw=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/interactive-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@metamask/snaps-cli": "workspace:^",
5050
"@metamask/snaps-jest": "workspace:^",
5151
"@metamask/snaps-sdk": "workspace:^",
52-
"@metamask/utils": "^11.10.0",
52+
"@metamask/utils": "^11.11.0",
5353
"@swc/core": "1.11.31",
5454
"@swc/jest": "^0.2.38",
5555
"@types/node": "18.14.2",

0 commit comments

Comments
 (0)