@salesforce/lds-instrumentation 1.136.8 → 1.138.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.
@@ -91,7 +91,7 @@ var FragmentReadResultState;
91
91
  ({
92
92
  state: FragmentReadResultState.Missing,
93
93
  });
94
- // engine version: 0.140.2-f4576b7c
94
+ // engine version: 0.140.3-86f83ec8
95
95
 
96
96
  const DurableEnvironmentEventDiscriminator = 'durable';
97
97
  function isDurableEnvironmentEvent(event) {
@@ -1428,4 +1428,4 @@ function setStoreEventObservers(store) {
1428
1428
  const instrumentation = new Instrumentation();
1429
1429
 
1430
1430
  export { Instrumentation, LRUCache, metricKeys as METRIC_KEYS, handleIngestedNewData, handleOnDataOutOfTtlDurationUpdate, incrementCounterMetric, incrementGetRecordNormalInvokeCount, incrementGetRecordNotifyChangeAllowCount, incrementGetRecordNotifyChangeDropCount, incrementNotifyRecordUpdateAvailableAllowCount, incrementNotifyRecordUpdateAvailableDropCount, instrumentAdapter, instrumentLuvio, instrumentMethods, instrumentStoreMethods, instrumentation, setInstrumentationHooks, setLdsAdaptersUiapiInstrumentation, setLdsNetworkAdapterInstrumentation, setStoreEventObservers, setupInstrumentation, updatePercentileHistogramMetric };
1431
- // version: 1.136.8-1a1062e42
1431
+ // version: 1.138.0-040b690de
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-instrumentation",
3
- "version": "1.136.8",
3
+ "version": "1.138.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Instrumentation utils for Lightning Data Service",
6
6
  "main": "dist/ldsInstrumentation.js",