@salesforce/lds-worker-api 1.136.6 → 1.136.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-worker-api",
3
- "version": "1.136.6",
3
+ "version": "1.136.8",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "",
6
6
  "main": "dist/standalone/es/lds-worker-api.js",
@@ -1,18 +0,0 @@
1
- import type { IdleDetector, Activity } from 'o11y/dist/modules/o11y/client/interfaces';
2
- export declare const idleDetector: IdleDetector;
3
- export declare const activity: Partial<Activity>;
4
- type MetricsTags = Record<string, number | string | boolean>;
5
- declare function startActivity(_name: string): Activity;
6
- export declare const mockInstrumentation: {
7
- startActivity: typeof startActivity;
8
- error: () => void;
9
- trackValue: (_operation: string, _value: number, _hasError?: boolean, _tags?: MetricsTags) => void;
10
- incrementCounter: (_operation: string, _increment?: number, _hasError?: boolean, _tags?: MetricsTags) => void;
11
- };
12
- export declare const getInstrumentation: () => {
13
- startActivity: typeof startActivity;
14
- error: () => void;
15
- trackValue: (_operation: string, _value: number, _hasError?: boolean, _tags?: MetricsTags) => void;
16
- incrementCounter: (_operation: string, _increment?: number, _hasError?: boolean, _tags?: MetricsTags) => void;
17
- };
18
- export {};
@@ -1,18 +0,0 @@
1
- import type { IdleDetector, Activity } from 'o11y/dist/modules/o11y/client/interfaces';
2
- export declare const idleDetector: IdleDetector;
3
- export declare const activity: Partial<Activity>;
4
- type MetricsTags = Record<string, number | string | boolean>;
5
- declare function startActivity(_name: string): Activity;
6
- export declare const mockInstrumentation: {
7
- startActivity: typeof startActivity;
8
- error: () => void;
9
- trackValue: (_operation: string, _value: number, _hasError?: boolean, _tags?: MetricsTags) => void;
10
- incrementCounter: (_operation: string, _increment?: number, _hasError?: boolean, _tags?: MetricsTags) => void;
11
- };
12
- export declare const getInstrumentation: () => {
13
- startActivity: typeof startActivity;
14
- error: () => void;
15
- trackValue: (_operation: string, _value: number, _hasError?: boolean, _tags?: MetricsTags) => void;
16
- incrementCounter: (_operation: string, _increment?: number, _hasError?: boolean, _tags?: MetricsTags) => void;
17
- };
18
- export {};