@salesforce/lds-instrumentation 1.294.0 → 1.296.0

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.
@@ -1558,4 +1558,4 @@ function onIdleDetected(callback) {
1558
1558
  const instrumentation = new Instrumentation();
1559
1559
 
1560
1560
  export { Instrumentation, LRUCache, metricKeys as METRIC_KEYS, executeAsyncActivity, handleIngestedNewData, handleOnDataOutOfTtlDurationUpdate, incrementCounterMetric, incrementGetRecordNormalInvokeCount, incrementGetRecordNotifyChangeAllowCount, incrementGetRecordNotifyChangeDropCount, incrementNotifyRecordUpdateAvailableAllowCount, incrementNotifyRecordUpdateAvailableDropCount, instrumentAdapter, instrumentLuvio, instrumentMethods, instrumentStoreMethods, instrumentation, logObjectInfoChanged, onIdleDetected, setInstrumentationHooks, setLdsAdaptersUiapiInstrumentation, setLdsNetworkAdapterInstrumentation, setStoreEventObservers, setupInstrumentation, startAdapterActivity, updatePercentileHistogramMetric };
1561
- // version: 1.294.0-06a44f23f
1561
+ // version: 1.296.0-ad26368c0
@@ -1,6 +1,7 @@
1
1
  import type { AdapterRequestContext, Luvio, InMemoryStore, Adapter, CacheMissOutOfTtlEvent, DataOutOfTtlDurationUpdateEvent } from '@luvio/engine';
2
2
  import type { Activity, ActivityApiOptions, Instrumentation as o11yInstrumentation } from 'o11y/dist/modules/o11y/client/interfaces';
3
3
  import type { Registration as LdsUiapiRegistration } from '@salesforce/lds-adapters-uiapi';
4
+ import type { Registration as LdsUiapiMobileRegistration } from '@salesforce/lds-adapters-uiapi-mobile';
4
5
  import type { Registration as LdsNetworkAdapterRegistration } from '@salesforce/lds-network-adapter';
5
6
  import type { AdapterReport } from '@salesforce/lds-utils-adapters';
6
7
  import type { ObservabilityContext } from '@salesforce/nimbus-plugin-lds';
@@ -86,7 +87,7 @@ export declare function incrementNotifyRecordUpdateAvailableDropCount(): void;
86
87
  /**
87
88
  * Sets up instrumentation for @salesforce/lds-adapters-uiapi
88
89
  */
89
- export declare function setLdsAdaptersUiapiInstrumentation(uiapiRegistration: LdsUiapiRegistration): void;
90
+ export declare function setLdsAdaptersUiapiInstrumentation(uiapiRegistration: LdsUiapiRegistration | LdsUiapiMobileRegistration): void;
90
91
  /**
91
92
  * Sets up instrumentation for @salesforce/lds-network-adapter
92
93
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-instrumentation",
3
- "version": "1.294.0",
3
+ "version": "1.296.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Instrumentation utils for Lightning Data Service",
6
6
  "main": "dist/ldsInstrumentation.js",
@@ -33,16 +33,17 @@
33
33
  "release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-instrumentation"
34
34
  },
35
35
  "dependencies": {
36
- "@salesforce/lds-bindings": "^1.294.0",
37
- "@salesforce/lds-default-luvio": "^1.294.0",
38
- "@salesforce/lds-utils-adapters": "^1.294.0",
36
+ "@salesforce/lds-bindings": "^1.296.0",
37
+ "@salesforce/lds-default-luvio": "^1.296.0",
38
+ "@salesforce/lds-utils-adapters": "^1.296.0",
39
39
  "o11y": "250.7.0",
40
40
  "o11y_schema": "248.40.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@salesforce/lds-adapters-uiapi": "^1.294.0",
44
- "@salesforce/lds-network-adapter": "^1.294.0",
45
- "@salesforce/nimbus-plugin-lds": "^1.294.0"
43
+ "@salesforce/lds-adapters-uiapi": "^1.296.0",
44
+ "@salesforce/lds-adapters-uiapi-mobile": "^1.296.0",
45
+ "@salesforce/lds-network-adapter": "^1.296.0",
46
+ "@salesforce/nimbus-plugin-lds": "^1.296.0"
46
47
  },
47
48
  "luvioBundlesize": [
48
49
  {