@metamask-previews/error-reporting-service 3.0.1-preview-2d89a26 → 3.0.1-preview-a0caca0c0
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/error-reporting-service-method-action-types.cjs +1 -1
- package/dist/error-reporting-service-method-action-types.cjs.map +1 -1
- package/dist/error-reporting-service-method-action-types.d.cts +1 -1
- package/dist/error-reporting-service-method-action-types.d.mts +1 -1
- package/dist/error-reporting-service-method-action-types.mjs +1 -1
- package/dist/error-reporting-service-method-action-types.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error-reporting-service-method-action-types.cjs","sourceRoot":"","sources":["../src/error-reporting-service-method-action-types.ts"],"names":[],"mappings":";AAAA;;;GAGG","sourcesContent":["/**\n * This file is auto generated
|
|
1
|
+
{"version":3,"file":"error-reporting-service-method-action-types.cjs","sourceRoot":"","sources":["../src/error-reporting-service-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 { ErrorReportingService } from './error-reporting-service';\n\n/**\n * Reports the given error to an external location.\n *\n * @param error - The error to report.\n * @deprecated This function is deprecated and will be removed in a future\n * release. Please use `Messenger.captureException` directly instead.\n */\nexport type ErrorReportingServiceCaptureExceptionAction = {\n type: `ErrorReportingService:captureException`;\n handler: ErrorReportingService['captureException'];\n};\n\n/**\n * Union of all ErrorReportingService action types.\n */\nexport type ErrorReportingServiceMethodActions =\n ErrorReportingServiceCaptureExceptionAction;\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error-reporting-service-method-action-types.mjs","sourceRoot":"","sources":["../src/error-reporting-service-method-action-types.ts"],"names":[],"mappings":"AAAA;;;GAGG","sourcesContent":["/**\n * This file is auto generated
|
|
1
|
+
{"version":3,"file":"error-reporting-service-method-action-types.mjs","sourceRoot":"","sources":["../src/error-reporting-service-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 { ErrorReportingService } from './error-reporting-service';\n\n/**\n * Reports the given error to an external location.\n *\n * @param error - The error to report.\n * @deprecated This function is deprecated and will be removed in a future\n * release. Please use `Messenger.captureException` directly instead.\n */\nexport type ErrorReportingServiceCaptureExceptionAction = {\n type: `ErrorReportingService:captureException`;\n handler: ErrorReportingService['captureException'];\n};\n\n/**\n * Union of all ErrorReportingService action types.\n */\nexport type ErrorReportingServiceMethodActions =\n ErrorReportingServiceCaptureExceptionAction;\n"]}
|
package/package.json
CHANGED