@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.
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * This file is auto generated by `scripts/generate-method-action-types.ts`.
3
+ * This file is auto generated.
4
4
  * Do not edit manually.
5
5
  */
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -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 by `scripts/generate-method-action-types.ts`.\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
+ {"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,5 +1,5 @@
1
1
  /**
2
- * This file is auto generated by `scripts/generate-method-action-types.ts`.
2
+ * This file is auto generated.
3
3
  * Do not edit manually.
4
4
  */
5
5
  import type { LoggingController } from "./LoggingController.cjs";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file is auto generated by `scripts/generate-method-action-types.ts`.
2
+ * This file is auto generated.
3
3
  * Do not edit manually.
4
4
  */
5
5
  import type { LoggingController } from "./LoggingController.mjs";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file is auto generated by `scripts/generate-method-action-types.ts`.
2
+ * This file is auto generated.
3
3
  * Do not edit manually.
4
4
  */
5
5
  export {};
@@ -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 by `scripts/generate-method-action-types.ts`.\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
+ {"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"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/logging-controller",
3
- "version": "8.0.0-preview-84c63ff0e",
3
+ "version": "8.0.0-preview-2d89a26",
4
4
  "description": "Manages logging data to assist users and support staff",
5
5
  "keywords": [
6
6
  "MetaMask",