@salesforce/lds-instrumentation 1.213.0 → 1.213.2

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.
@@ -99,7 +99,7 @@ var ScalarTypes;
99
99
  ScalarTypes[ScalarTypes["Number"] = 2] = "Number";
100
100
  ScalarTypes[ScalarTypes["Integer"] = 3] = "Integer";
101
101
  })(ScalarTypes || (ScalarTypes = {}));
102
- // engine version: 0.144.2-0928b9a8
102
+ // engine version: 0.144.6-819f7fff
103
103
 
104
104
  const DurableEnvironmentEventDiscriminator = 'durable';
105
105
  function isDurableEnvironmentEvent(event) {
@@ -1488,4 +1488,4 @@ function setStoreEventObservers(store) {
1488
1488
  const instrumentation = new Instrumentation();
1489
1489
 
1490
1490
  export { Instrumentation, LRUCache, metricKeys as METRIC_KEYS, handleIngestedNewData, handleOnDataOutOfTtlDurationUpdate, incrementCounterMetric, incrementGetRecordNormalInvokeCount, incrementGetRecordNotifyChangeAllowCount, incrementGetRecordNotifyChangeDropCount, incrementNotifyRecordUpdateAvailableAllowCount, incrementNotifyRecordUpdateAvailableDropCount, instrumentAdapter, instrumentLuvio, instrumentMethods, instrumentStoreMethods, instrumentation, logObjectInfoChanged, setInstrumentationHooks, setLdsAdaptersUiapiInstrumentation, setLdsNetworkAdapterInstrumentation, setStoreEventObservers, setupInstrumentation, startAdapterActivity, updatePercentileHistogramMetric };
1491
- // version: 1.213.0-831919511
1491
+ // version: 1.213.2-69d4eea1b
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-instrumentation",
3
- "version": "1.213.0",
3
+ "version": "1.213.2",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Instrumentation utils for Lightning Data Service",
6
6
  "main": "dist/ldsInstrumentation.js",