@salesforce/lds-instrumentation 1.131.0 → 1.131.1

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.
@@ -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.131.0-3bc4b5491
1431
+ // version: 1.131.1-65c57b678
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-instrumentation",
3
- "version": "1.131.0",
3
+ "version": "1.131.1",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "Instrumentation utils for Lightning Data Service",
6
6
  "main": "dist/ldsInstrumentation.js",
@@ -37,7 +37,7 @@
37
37
  "@salesforce/lds-default-luvio": "*",
38
38
  "@salesforce/lds-utils-adapters": "*",
39
39
  "o11y": "244.0.0",
40
- "o11y_schema": "244.0.0"
40
+ "o11y_schema": "244.37.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@salesforce/lds-adapters-uiapi": "*",