@metamask-previews/logging-controller 8.0.0-preview-84c63ff0e → 8.0.0-preview-2d89a26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/LoggingController-method-action-types.cjs +1 -1
- package/dist/LoggingController-method-action-types.cjs.map +1 -1
- package/dist/LoggingController-method-action-types.d.cts +1 -1
- package/dist/LoggingController-method-action-types.d.mts +1 -1
- package/dist/LoggingController-method-action-types.mjs +1 -1
- package/dist/LoggingController-method-action-types.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoggingController-method-action-types.cjs","sourceRoot":"","sources":["../src/LoggingController-method-action-types.ts"],"names":[],"mappings":";AAAA;;;GAGG","sourcesContent":["/**\n * This file is auto generated
|
|
1
|
+
{"version":3,"file":"LoggingController-method-action-types.cjs","sourceRoot":"","sources":["../src/LoggingController-method-action-types.ts"],"names":[],"mappings":";AAAA;;;GAGG","sourcesContent":["/**\n * This file is auto generated.\n * Do not edit manually.\n */\n\nimport type { LoggingController } from './LoggingController';\n\n/**\n * Add log to the state.\n *\n * @param log - Log to add to the controller\n */\nexport type LoggingControllerAddAction = {\n type: `LoggingController:add`;\n handler: LoggingController['add'];\n};\n\n/**\n * Removes all log entries.\n */\nexport type LoggingControllerClearAction = {\n type: `LoggingController:clear`;\n handler: LoggingController['clear'];\n};\n\n/**\n * Union of all LoggingController action types.\n */\nexport type LoggingControllerMethodActions =\n | LoggingControllerAddAction\n | LoggingControllerClearAction;\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoggingController-method-action-types.mjs","sourceRoot":"","sources":["../src/LoggingController-method-action-types.ts"],"names":[],"mappings":"AAAA;;;GAGG","sourcesContent":["/**\n * This file is auto generated
|
|
1
|
+
{"version":3,"file":"LoggingController-method-action-types.mjs","sourceRoot":"","sources":["../src/LoggingController-method-action-types.ts"],"names":[],"mappings":"AAAA;;;GAGG","sourcesContent":["/**\n * This file is auto generated.\n * Do not edit manually.\n */\n\nimport type { LoggingController } from './LoggingController';\n\n/**\n * Add log to the state.\n *\n * @param log - Log to add to the controller\n */\nexport type LoggingControllerAddAction = {\n type: `LoggingController:add`;\n handler: LoggingController['add'];\n};\n\n/**\n * Removes all log entries.\n */\nexport type LoggingControllerClearAction = {\n type: `LoggingController:clear`;\n handler: LoggingController['clear'];\n};\n\n/**\n * Union of all LoggingController action types.\n */\nexport type LoggingControllerMethodActions =\n | LoggingControllerAddAction\n | LoggingControllerClearAction;\n"]}
|