Skip to content

Commit

Permalink
chore(kadena-snap): remove metamask patch, fixed in upstream (#2550)
Browse files Browse the repository at this point in the history
* chore(kadena-snap): remove metamask patch, fixed in upstream

* fix(kadena-snap): update dependency to fix snap build

---------

Co-authored-by: Bart Huijgen <barthuijgen@users.noreply.github.com>
  • Loading branch information
barthuijgen and barthuijgen authored Sep 30, 2024
1 parent 5676636 commit 3a608a1
Show file tree
Hide file tree
Showing 5 changed files with 70 additions and 116 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,5 @@
"engines": {
"node": ">=18 <21",
"pnpm": ">=9 <10"
},
"pnpm": {
"patchedDependencies": {
"@metamask/snaps-utils@8.1.1": "patches/@metamask__snaps-utils@8.1.1.patch"
}
}
}
6 changes: 3 additions & 3 deletions packages/libs/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"@metamask/eslint-config-nodejs": "^13.0.0",
"@metamask/eslint-config-typescript": "^13.0.0",
"@metamask/key-tree": "^9.1.2",
"@metamask/snaps-cli": "^6.3.3",
"@metamask/snaps-execution-environments": "^6.7.2",
"@metamask/snaps-jest": "^8.4.0",
"@metamask/snaps-cli": "^6.3.4",
"@metamask/snaps-execution-environments": "^6.9.0",
"@metamask/snaps-jest": "^8.5.0",
"@metamask/snaps-types": "^3.1.0",
"@types/jest": "^29.5.13",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/libs/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.1",
"version": "1.0.2",
"description": "Metamask snap to manage your Kadena accounts and KDA.",
"proposedName": "Kadena",
"repository": {
Expand All @@ -8,7 +8,7 @@
"directory": "packages/libs/snap"
},
"source": {
"shasum": "H11fu3iviivtltgVrEiUeDX1jc0W2hiSjbc4EhgQLmQ=",
"shasum": "US7nNpBu/CCsqMEt7EQr8F5Fp5CCVdVgnPnT5Xv0qgM=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
51 changes: 0 additions & 51 deletions patches/@metamask__snaps-utils@8.1.1.patch

This file was deleted.

Loading

0 comments on commit 3a608a1

Please sign in to comment.