Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
27dc425
Replace `superstruct` imports with `@metamask/superstruct`
MajorLift May 30, 2024
e2d9e3f
Remove dependency `superstruct` and replace with `@metamask/superstru…
MajorLift May 30, 2024
4917f9b
Bump dependency `@metamask/utils` from `^8.4.0` to `^8.5.0`
MajorLift May 30, 2024
0ff0629
Fix additional `superstruct` imports
MajorLift May 30, 2024
fa686b6
Bump dependency `@metamask/snaps-sdk` from `^4.2.0` to `^4.4.1`
MajorLift Jun 3, 2024
28dc845
Update lockfile
MajorLift Jun 6, 2024
7fb3de6
Linter fixes for import statements
MajorLift Jun 6, 2024
fa209c7
Set tsconfig options `module`, `moduleResolution` to `NodeNext`
MajorLift Jun 6, 2024
09f8f6b
Bump dependency `@metamask/snaps-sdk` to `^4.4.2`
MajorLift Jun 7, 2024
3086d59
Bump `@metamask/superstruct` to `^3.1.0`
MajorLift Jun 27, 2024
12b5454
Bump `@metamask/snaps-sdk` from `^4.4.2` to `^6.0.0`
MajorLift Jun 27, 2024
155384d
Move `@metamask/providers` from devDeps to dependency
MajorLift Jun 27, 2024
3449d87
Fix lockfile
MajorLift Jun 27, 2024
6ec0879
Bump `@metamask/utils` from `^8.5.0` to `^9.0.0`
MajorLift Jun 29, 2024
44b17ff
Merge branch 'main' into replace-superstruct-with-fork
MajorLift Jul 3, 2024
7fb06fe
Fix `@metamask/providers` to `17.0.0`
MajorLift Jul 14, 2024
8755bfc
Merge branch 'main' into replace-superstruct-with-fork
MajorLift Jul 14, 2024
3dcfc81
Set yarn resolution for `@metamask/snaps-sdk` to monorepo pr
MajorLift Jul 14, 2024
d7e849b
Merge branch 'main' into replace-superstruct-with-fork
MajorLift Jul 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump dependency @metamask/snaps-sdk to ^4.4.2
  • Loading branch information
MajorLift committed Jun 11, 2024
commit 09f8f6ba9db00d8495066fe2be1dd8b624035a5c
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@metamask/snaps-sdk": "^4.4.1",
"@metamask/snaps-sdk": "^4.4.2",
"@metamask/superstruct": "^3.0.0",
"@metamask/utils": "^8.5.0",
"@types/uuid": "^9.0.8",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ __metadata:
"@metamask/eslint-config-nodejs": ^12.1.0
"@metamask/eslint-config-typescript": ^12.1.0
"@metamask/providers": ^17.0.0
"@metamask/snaps-sdk": ^4.4.1
"@metamask/snaps-sdk": ^4.4.2
"@metamask/superstruct": ^3.0.0
"@metamask/utils": ^8.5.0
"@types/jest": ^29.5.12
Expand Down Expand Up @@ -1154,7 +1154,7 @@ __metadata:
languageName: node
linkType: hard

"@metamask/snaps-sdk@npm:^4.4.1":
"@metamask/snaps-sdk@npm:^4.4.2":
version: 4.4.2
resolution: "@metamask/snaps-sdk@npm:4.4.2"
dependencies:
Expand Down