File tree Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Expand file tree Collapse file tree 3 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 3.0.0]
10
+ ### Changed
11
+ - ** BREAKING:** Bump minimum Node.js version to ` ^18.16.0 ` ([ #302 ] ( https://github.com/MetaMask/snaps-registry/pull/302 ) )
12
+ - ** BREAKING:** Use ` noble-hashes ` and ` noble-curves ` ([ #315 ] ( https://github.com/MetaMask/snaps-registry/pull/315 ) )
13
+ - This is breaking as the exported ` verify ` function is no longer asynchronous.
14
+ - This also improves compatibility with React Native.
15
+ - Add more metadata fields ([ #316 ] ( https://github.com/MetaMask/snaps-registry/pull/316 ) )
16
+
9
17
## [ 2.1.1]
10
18
### Fixed
11
19
- License package under MIT / Apache 2.0 dual license ([ #272 ] ( https://github.com/MetaMask/snaps-registry/pull/272 ) )
@@ -47,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
47
55
### Added
48
56
- Initial release
49
57
50
- [ Unreleased ] : https://github.com/MetaMask/snaps-registry/compare/v2.1.1...HEAD
58
+ [ Unreleased ] : https://github.com/MetaMask/snaps-registry/compare/v3.0.0...HEAD
59
+ [ 3.0.0 ] : https://github.com/MetaMask/snaps-registry/compare/v2.1.1...v3.0.0
51
60
[ 2.1.1 ] : https://github.com/MetaMask/snaps-registry/compare/v2.1.0...v2.1.1
52
61
[ 2.1.0 ] : https://github.com/MetaMask/snaps-registry/compare/v2.0.0...v2.1.0
53
62
[ 2.0.0 ] : https://github.com/MetaMask/snaps-registry/compare/v1.2.2...v2.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/snaps-registry" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 3.0.0 " ,
4
4
"description" : " A registry containing metadata about verified and blocked Snaps." ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -1176,7 +1176,18 @@ __metadata:
1176
1176
languageName : node
1177
1177
linkType : hard
1178
1178
1179
- " @metamask/snaps-registry@^2.1.1, @metamask/snaps-registry@workspace:. " :
1179
+ " @metamask/snaps-registry@npm:^2.1.1 " :
1180
+ version : 2.1.1
1181
+ resolution : " @metamask/snaps-registry@npm:2.1.1"
1182
+ dependencies :
1183
+ " @metamask/utils " : ^8.1.0
1184
+ " @noble/secp256k1 " : ^1.7.1
1185
+ superstruct : ^1.0.3
1186
+ checksum : 274002c44f0fe028740c19d1014f844aa4b534862abc530f872baaad8b7b3b2445ffaefbd0a5a957b5102a5b04fe51e6f03a03b1236c8818abc4c748076d6475
1187
+ languageName : node
1188
+ linkType : hard
1189
+
1190
+ " @metamask/snaps-registry@workspace:. " :
1180
1191
version : 0.0.0-use.local
1181
1192
resolution : " @metamask/snaps-registry@workspace:."
1182
1193
dependencies :
@@ -1359,7 +1370,7 @@ __metadata:
1359
1370
languageName : node
1360
1371
linkType : hard
1361
1372
1362
- " @noble/secp256k1@npm:^1.5.5 " :
1373
+ " @noble/secp256k1@npm:^1.5.5, @noble/secp256k1@npm:^1.7.1 " :
1363
1374
version : 1.7.1
1364
1375
resolution : " @noble/secp256k1@npm:1.7.1"
1365
1376
checksum : d2301f1f7690368d8409a3152450458f27e54df47e3f917292de3de82c298770890c2de7c967d237eff9c95b70af485389a9695f73eb05a43e2bd562d18b18cb
You can’t perform that action at this time.
0 commit comments