@metamask/logging-controller
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -9,2 +9,7 @@ # Changelog | ||
## [1.0.1] | ||
### Changed | ||
- Bump dependency on `@metamask/base-controller` to ^3.2.1 | ||
- Bump dependency on `@metamask/controller-utils` to ^4.3.2 | ||
## [1.0.0] | ||
@@ -15,3 +20,4 @@ ### Added | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/logging-controller@1.0.0...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/logging-controller@1.0.1...HEAD | ||
[1.0.1]: https://github.com/MetaMask/core/compare/@metamask/logging-controller@1.0.0...@metamask/logging-controller@1.0.1 | ||
[1.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/logging-controller@1.0.0 |
@@ -1,3 +0,4 @@ | ||
import { BaseControllerV2, RestrictedControllerMessenger } from '@metamask/base-controller'; | ||
import { Log } from './logTypes'; | ||
import type { RestrictedControllerMessenger } from '@metamask/base-controller'; | ||
import { BaseControllerV2 } from '@metamask/base-controller'; | ||
import type { Log } from './logTypes'; | ||
/** | ||
@@ -4,0 +5,0 @@ * LogEntry is the entry that will be added to the logging controller state. |
@@ -1,2 +0,2 @@ | ||
import { LogType } from './LogType'; | ||
import type { LogType } from './LogType'; | ||
/** | ||
@@ -3,0 +3,0 @@ * An enum of the signing method types that we are interested in logging. |
@@ -1,2 +0,2 @@ | ||
import { LogType } from './LogType'; | ||
import type { LogType } from './LogType'; | ||
export declare type GenericLog = { | ||
@@ -3,0 +3,0 @@ type: LogType.GenericLog; |
@@ -1,3 +0,3 @@ | ||
import { EthSignLog } from './EthSignLog'; | ||
import { GenericLog } from './GenericLog'; | ||
import type { EthSignLog } from './EthSignLog'; | ||
import type { GenericLog } from './GenericLog'; | ||
/** | ||
@@ -4,0 +4,0 @@ * Union of all possible log data structures. |
{ | ||
"name": "@metamask/logging-controller", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Manages logging data to assist users and support staff", | ||
@@ -26,3 +26,2 @@ "keywords": [ | ||
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/logging-controller", | ||
"prepare-manifest:preview": "../../scripts/prepare-preview-manifest.sh", | ||
"publish:preview": "yarn npm publish --tag preview", | ||
@@ -33,4 +32,4 @@ "test": "jest", | ||
"dependencies": { | ||
"@metamask/base-controller": "^3.0.0", | ||
"@metamask/controller-utils": "^4.0.0", | ||
"@metamask/base-controller": "^3.2.1", | ||
"@metamask/controller-utils": "^4.3.2", | ||
"uuid": "^8.3.2" | ||
@@ -37,0 +36,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
24267
275