Skip to content

Commit 2d2003e

Browse files
committed
improve logic
1 parent 7692629 commit 2d2003e

File tree

17 files changed

+513
-63
lines changed

17 files changed

+513
-63
lines changed

packages/examples/packages/browserify-plugin/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": "zL83HjFa5hofKZgG1lsYhsolTSixKtwUdS2g8iK18uM=",
10+
"shasum": "lNadQsvLikXiCoMQpufDW/ftgu7/4FFrjqQzwYiKl8I=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/browserify/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": "CDCcIudSL6vG5JCgP03ti4WnmJuuDFHFX95+tDFDqrY=",
10+
"shasum": "A1sfUYN4SxqEmdAi6YhDrlq0OHK2zV1H6NxntVrVJ7c=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

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": "qg8mFkhE2i4XDz2QmCI9LrWIrn80F/KsfvIiFSHP1vc=",
10+
"shasum": "3KwAe7jXzHPo78Gw2DoRoTIcC6f65ykwuxTfF3txY6E=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

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": "pEE8JPwz3Urr7sa5EP3C8q6iEhEOYalo7HIv8So0HWo=",
10+
"shasum": "CW/8hzbUEi93CJ2D+XxhcVzrO2t4YF+p2QxS5sCZpSQ=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

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": "V+8kTcBPZp3cXzElRtior5z0e4OZXisW7oY3TbZ3BIo=",
10+
"shasum": "4st/aKkXJqd3p0X8uBlwwKb33GqZTXTxWyLchVjcb84=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/interactive-ui/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": "I+kz7pvB5o7oyC/2z5LnURYG7TrTHR9+oWueIcsuDyA=",
10+
"shasum": "ApGJ8ESSaG1BlhVRnxX5GwXTwahTMyIXTUs9gNH34B4=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/jsx/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": "isPAE28NBykLDCeydFGWiovrc9aYyrudj9du9zjgWiM=",
10+
"shasum": "ctle/+Xbq2VIlo/J5u9+/sX1E8/e72UeOJyjuvqL3e4=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/preinstalled/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": "z5QBU52beVeE8yA3heabwzKZlBGdUq9HQ4f3/ia3byY=",
10+
"shasum": "21GouN/9QrJIcC/JcZC6su4S2BeDYbcFxj5vqpPZBS4=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",

packages/examples/packages/send-flow/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": "u6ivnu9fXa7saZ10sruh8I3ZKZjeAur4W+9+LVp9BoU=",
10+
"shasum": "Ya70Z37jYnTF9T1PfN90sq18yO/lbcubnQt1GxHTCm4=",
1111
"location": {
1212
"npm": {
1313
"filePath": "dist/bundle.js",
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"branches": 93.54,
3-
"functions": 97.38,
4-
"lines": 98.34,
5-
"statements": 98.08
2+
"branches": 93.65,
3+
"functions": 97.43,
4+
"lines": 98.38,
5+
"statements": 98.12
66
}

0 commit comments

Comments
 (0)