@metamask/keyring-api
Advanced tools
Comparing version 8.0.2 to 8.1.0
@@ -10,2 +10,13 @@ # Changelog | ||
## [8.1.0] | ||
### Added | ||
- Add optional `nameLastUpdatedAt` metadata field ([#366](https://github.com/MetaMask/keyring-api/pull/366)) | ||
### Changed | ||
- Bump @metamask/snaps-sdk from 6.1.0 to 6.2.0 ([#367](https://github.com/MetaMask/keyring-api/pull/367)) | ||
- Bump @metamask/providers from 17.1.1 to 17.1.2 ([#362](https://github.com/MetaMask/keyring-api/pull/362)) | ||
## [8.0.2] | ||
@@ -383,3 +394,4 @@ | ||
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v8.0.2...HEAD | ||
[Unreleased]: https://github.com/MetaMask/keyring-api/compare/v8.1.0...HEAD | ||
[8.1.0]: https://github.com/MetaMask/keyring-api/compare/v8.0.2...v8.1.0 | ||
[8.0.2]: https://github.com/MetaMask/keyring-api/compare/v8.0.1...v8.0.2 | ||
@@ -386,0 +398,0 @@ [8.0.1]: https://github.com/MetaMask/keyring-api/compare/v8.0.0...v8.0.1 |
@@ -11,2 +11,3 @@ import type { Infer, Struct } from '@metamask/superstruct'; | ||
}; | ||
nameLastUpdatedAt?: number; | ||
snap?: { | ||
@@ -26,2 +27,3 @@ id: string; | ||
}; | ||
nameLastUpdatedAt?: number; | ||
snap?: { | ||
@@ -35,2 +37,3 @@ id: string; | ||
name: Struct<string, null>; | ||
nameLastUpdatedAt: Struct<number | import("../superstruct").ExactOptionalTag, null>; | ||
snap: Struct<import("../superstruct").ExactOptionalTag | { | ||
@@ -66,2 +69,3 @@ id: string; | ||
}; | ||
nameLastUpdatedAt?: number; | ||
snap?: { | ||
@@ -94,2 +98,3 @@ id: string; | ||
}; | ||
nameLastUpdatedAt?: number; | ||
snap?: { | ||
@@ -103,2 +108,3 @@ id: string; | ||
name: Struct<string, null>; | ||
nameLastUpdatedAt: Struct<number | import("../superstruct").ExactOptionalTag, null>; | ||
snap: Struct<import("../superstruct").ExactOptionalTag | { | ||
@@ -134,2 +140,3 @@ id: string; | ||
}; | ||
nameLastUpdatedAt?: number; | ||
snap?: { | ||
@@ -164,2 +171,3 @@ id: string; | ||
}; | ||
nameLastUpdatedAt?: number; | ||
snap?: { | ||
@@ -173,2 +181,3 @@ id: string; | ||
name: Struct<string, null>; | ||
nameLastUpdatedAt: Struct<number | import("../superstruct").ExactOptionalTag, null>; | ||
snap: Struct<import("../superstruct").ExactOptionalTag | { | ||
@@ -204,2 +213,3 @@ id: string; | ||
}; | ||
nameLastUpdatedAt?: number; | ||
snap?: { | ||
@@ -227,2 +237,3 @@ id: string; | ||
}; | ||
nameLastUpdatedAt?: number; | ||
snap?: { | ||
@@ -236,2 +247,3 @@ id: string; | ||
name: Struct<string, null>; | ||
nameLastUpdatedAt: Struct<number | import("../superstruct").ExactOptionalTag, null>; | ||
snap: Struct<import("../superstruct").ExactOptionalTag | { | ||
@@ -272,2 +284,3 @@ id: string; | ||
}; | ||
nameLastUpdatedAt?: number; | ||
snap?: { | ||
@@ -287,2 +300,3 @@ id: string; | ||
}; | ||
nameLastUpdatedAt?: number; | ||
snap?: { | ||
@@ -296,2 +310,3 @@ id: string; | ||
name: Struct<string, null>; | ||
nameLastUpdatedAt: Struct<number | import("../superstruct").ExactOptionalTag, null>; | ||
snap: Struct<import("../superstruct").ExactOptionalTag | { | ||
@@ -298,0 +313,0 @@ id: string; |
@@ -12,2 +12,3 @@ "use strict"; | ||
name: (0, superstruct_1.string)(), | ||
nameLastUpdatedAt: (0, superstruct_2.exactOptional)((0, superstruct_1.number)()), | ||
snap: (0, superstruct_2.exactOptional)((0, superstruct_2.object)({ | ||
@@ -14,0 +15,0 @@ id: (0, superstruct_1.string)(), |
{ | ||
"name": "@metamask/keyring-api", | ||
"version": "8.0.2", | ||
"version": "8.1.0", | ||
"description": "MetaMask Keyring API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
250438
3156