Skip to content

Commit

Permalink
update after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeRx committed Dec 6, 2024
1 parent ede1d91 commit 10d2afb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "d1js9Y4zJwk7n/e47V5fdMreo1FBtVKl4GtPhfckZrs=",
"shasum": "VihudBFmKX8R92+ZIjAQFpJgBu3FQPhlqkJlRGk5S9c=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/packages/browserify/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/MetaMask/snaps.git"
},
"source": {
"shasum": "VvMm+Zet1+q467UNweIuLLtYVoHoJdTeNjZn0xnEwO8=",
"shasum": "z4/nIi8rCC27PcXw/HxkK9FsrRPdvhY/EGEopuGPJp0=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/snaps-rpc-methods/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ module.exports = deepmerge(baseConfig, {
coverageThreshold: {
global: {
branches: 92.94,
functions: 97.26,
lines: 97.87,
statements: 97.39,
functions: 97.29,
lines: 97.88,
statements: 97.41,
},
},
});
9 changes: 9 additions & 0 deletions packages/snaps-rpc-methods/src/permissions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@ describe('buildSnapEndowmentSpecifications', () => {
],
"targetName": "endowment:page-home",
},
"endowment:page-settings": {
"allowedCaveats": null,
"endowmentGetter": [Function],
"permissionType": "Endowment",
"subjectTypes": [
"snap",
],
"targetName": "endowment:page-settings",
},
"endowment:rpc": {
"allowedCaveats": [
"rpcOrigin",
Expand Down

0 comments on commit 10d2afb

Please sign in to comment.