File tree Expand file tree Collapse file tree 3 files changed +37
-3
lines changed Expand file tree Collapse file tree 3 files changed +37
-3
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
+ ## [ 2.0.0]
10
+ ### Changed
11
+ - ** BREAKING** : Snap IDs are now required to start with the prefix ` npm: ` ([ #75 ] ( https://github.com/MetaMask/snaps-registry/pull/75 ) )
12
+ - Bump ` @metamask/utils ` to ` ^8.1.0 ` ([ #72 ] ( https://github.com/MetaMask/snaps-registry/pull/72 ) )
13
+
14
+ ### Fixed
15
+ - Bump ` semver ` to ` 6.3.1 ` ([ #70 ] ( https://github.com/MetaMask/snaps-registry/pull/70 ) )
16
+
9
17
## [ 1.2.2]
10
18
### Changed
11
19
- Bump ` @metamask/utils ` to ` 7.1.0 ` ([ #51 ] ( https://github.com/MetaMask/snaps-registry/pull/51 ) )
@@ -31,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
39
### Added
32
40
- Initial release
33
41
34
- [ Unreleased ] : https://github.com/MetaMask/snaps-registry/compare/v1.2.2...HEAD
42
+ [ Unreleased ] : https://github.com/MetaMask/snaps-registry/compare/v2.0.0...HEAD
43
+ [ 2.0.0 ] : https://github.com/MetaMask/snaps-registry/compare/v1.2.2...v2.0.0
35
44
[ 1.2.2 ] : https://github.com/MetaMask/snaps-registry/compare/v1.2.1...v1.2.2
36
45
[ 1.2.1 ] : https://github.com/MetaMask/snaps-registry/compare/v1.2.0...v1.2.1
37
46
[ 1.2.0 ] : https://github.com/MetaMask/snaps-registry/compare/v1.1.1...v1.2.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/snaps-registry" ,
3
- "version" : " 1.2.2 " ,
3
+ "version" : " 2.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 @@ -1181,7 +1181,18 @@ __metadata:
1181
1181
languageName : node
1182
1182
linkType : hard
1183
1183
1184
- " @metamask/snaps-registry@^1.2.1, @metamask/snaps-registry@workspace:. " :
1184
+ " @metamask/snaps-registry@npm:^1.2.1 " :
1185
+ version : 1.2.2
1186
+ resolution : " @metamask/snaps-registry@npm:1.2.2"
1187
+ dependencies :
1188
+ " @metamask/utils " : ^7.1.0
1189
+ " @noble/secp256k1 " : ^1.7.1
1190
+ superstruct : ^1.0.3
1191
+ checksum : 02289b349390466158c4842c6398b56c0a6352258657eb186331636774a894782607aa0c4e4c772689c89248856c325d914a0d8c8f4b739e9324d60b0fb92da1
1192
+ languageName : node
1193
+ linkType : hard
1194
+
1195
+ " @metamask/snaps-registry@workspace:. " :
1185
1196
version : 0.0.0-use.local
1186
1197
resolution : " @metamask/snaps-registry@workspace:."
1187
1198
dependencies :
@@ -1294,6 +1305,20 @@ __metadata:
1294
1305
languageName : node
1295
1306
linkType : hard
1296
1307
1308
+ " @metamask/utils@npm:^7.1.0 " :
1309
+ version : 7.1.0
1310
+ resolution : " @metamask/utils@npm:7.1.0"
1311
+ dependencies :
1312
+ " @ethereumjs/tx " : ^4.1.2
1313
+ " @noble/hashes " : ^1.3.1
1314
+ " @types/debug " : ^4.1.7
1315
+ debug : ^4.3.4
1316
+ semver : ^7.5.4
1317
+ superstruct : ^1.0.3
1318
+ checksum : 165ed378f4ac5ca42c241d32154e15b609f9e772a9dc069b870613c005dc0e7e4fa92204c30e98ec2317f1e38c77747057671a26fd0a5ba36a288e3c9ef03790
1319
+ languageName : node
1320
+ linkType : hard
1321
+
1297
1322
" @metamask/utils@npm:^8.1.0 " :
1298
1323
version : 8.1.0
1299
1324
resolution : " @metamask/utils@npm:8.1.0"
You can’t perform that action at this time.
0 commit comments