@metamask/snaps-registry
Advanced tools
Comparing version 3.2.1 to 3.2.2
@@ -9,2 +9,6 @@ # Changelog | ||
## [3.2.2] | ||
### Changed | ||
- Bump `@metamask/utils` from `^9.0.0` to `^10.0.0` ([#923](https://github.com/MetaMask/snaps-registry/pull/923)) | ||
## [3.2.1] | ||
@@ -90,3 +94,4 @@ ### Changed | ||
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.2.1...HEAD | ||
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.2.2...HEAD | ||
[3.2.2]: https://github.com/MetaMask/snaps-registry/compare/v3.2.1...v3.2.2 | ||
[3.2.1]: https://github.com/MetaMask/snaps-registry/compare/v3.2.0...v3.2.1 | ||
@@ -93,0 +98,0 @@ [3.2.0]: https://github.com/MetaMask/snaps-registry/compare/v3.1.0...v3.2.0 |
@@ -56,3 +56,3 @@ import type { Infer } from '@metamask/superstruct'; | ||
}[] | undefined; | ||
category?: "notifications" | "interoperability" | "transaction insights" | "account management" | undefined; | ||
category?: "notifications" | "interoperability" | "transaction insights" | "account management" | "name resolution" | undefined; | ||
tags?: string[] | undefined; | ||
@@ -96,3 +96,3 @@ support?: { | ||
}[] | undefined; | ||
category?: "notifications" | "interoperability" | "transaction insights" | "account management" | undefined; | ||
category?: "notifications" | "interoperability" | "transaction insights" | "account management" | "name resolution" | undefined; | ||
tags?: string[] | undefined; | ||
@@ -140,3 +140,3 @@ support?: { | ||
}>>; | ||
category: import("@metamask/superstruct").Struct<"notifications" | "interoperability" | "transaction insights" | "account management" | undefined, { | ||
category: import("@metamask/superstruct").Struct<"notifications" | "interoperability" | "transaction insights" | "account management" | "name resolution" | undefined, { | ||
notifications: "notifications"; | ||
@@ -146,2 +146,3 @@ interoperability: "interoperability"; | ||
"account management": "account management"; | ||
"name resolution": "name resolution"; | ||
}>; | ||
@@ -223,3 +224,3 @@ tags: import("@metamask/superstruct").Struct<string[] | undefined, import("@metamask/superstruct").Struct<string, null>>; | ||
}[] | undefined; | ||
category?: "notifications" | "interoperability" | "transaction insights" | "account management" | undefined; | ||
category?: "notifications" | "interoperability" | "transaction insights" | "account management" | "name resolution" | undefined; | ||
tags?: string[] | undefined; | ||
@@ -279,3 +280,3 @@ support?: { | ||
}[] | undefined; | ||
category?: "notifications" | "interoperability" | "transaction insights" | "account management" | undefined; | ||
category?: "notifications" | "interoperability" | "transaction insights" | "account management" | "name resolution" | undefined; | ||
tags?: string[] | undefined; | ||
@@ -282,0 +283,0 @@ support?: { |
@@ -60,2 +60,3 @@ "use strict"; | ||
'account management', | ||
'name resolution', | ||
])), | ||
@@ -62,0 +63,0 @@ tags: (0, superstruct_1.optional)((0, superstruct_1.array)((0, superstruct_1.string)())), |
{ | ||
"name": "@metamask/snaps-registry", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"description": "A registry containing metadata about verified and blocked Snaps.", | ||
@@ -34,3 +34,3 @@ "repository": { | ||
"@metamask/superstruct": "^3.1.0", | ||
"@metamask/utils": "^9.0.0", | ||
"@metamask/utils": "^10.0.0", | ||
"@noble/curves": "^1.2.0", | ||
@@ -46,5 +46,5 @@ "@noble/hashes": "^1.3.2" | ||
"@metamask/eslint-config-typescript": "^12.1.0", | ||
"@metamask/snaps-controllers": "^8.2.0", | ||
"@metamask/snaps-sdk": "^4.3.0", | ||
"@metamask/snaps-utils": "^7.4.0", | ||
"@metamask/snaps-controllers": "^9.11.1", | ||
"@metamask/snaps-sdk": "^6.9.0", | ||
"@metamask/snaps-utils": "^8.4.1", | ||
"@noble/curves": "^1.2.0", | ||
@@ -51,0 +51,0 @@ "@types/jest": "^28.1.6", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54576
473
+ Added@metamask/utils@10.0.1(transitive)
- Removed@metamask/utils@9.3.0(transitive)
Updated@metamask/utils@^10.0.0