@salesforce/lds-instrumentation 1.112.0 → 1.112.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.
|
@@ -91,7 +91,7 @@ var FragmentReadResultState;
|
|
|
91
91
|
({
|
|
92
92
|
state: FragmentReadResultState.Missing,
|
|
93
93
|
});
|
|
94
|
-
// engine version: 0.
|
|
94
|
+
// engine version: 0.137.1-cdbdc5cd
|
|
95
95
|
|
|
96
96
|
const DurableEnvironmentEventDiscriminator = 'durable';
|
|
97
97
|
function isDurableEnvironmentEvent(event) {
|
|
@@ -1406,4 +1406,4 @@ function setStoreEventObservers(store) {
|
|
|
1406
1406
|
const instrumentation = new Instrumentation();
|
|
1407
1407
|
|
|
1408
1408
|
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 };
|
|
1409
|
-
// version: 1.112.
|
|
1409
|
+
// version: 1.112.2-9a4fdc6da
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-instrumentation",
|
|
3
|
-
"version": "1.112.
|
|
3
|
+
"version": "1.112.2",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Instrumentation utils for Lightning Data Service",
|
|
6
6
|
"main": "dist/ldsInstrumentation.js",
|
|
@@ -33,15 +33,15 @@
|
|
|
33
33
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-instrumentation"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@salesforce/lds-bindings": "^1.112.
|
|
37
|
-
"@salesforce/lds-default-luvio": "^1.112.
|
|
38
|
-
"@salesforce/lds-utils-adapters": "^1.112.
|
|
36
|
+
"@salesforce/lds-bindings": "^1.112.2",
|
|
37
|
+
"@salesforce/lds-default-luvio": "^1.112.2",
|
|
38
|
+
"@salesforce/lds-utils-adapters": "^1.112.2",
|
|
39
39
|
"o11y": "244.0.0",
|
|
40
40
|
"o11y_schema": "244.0.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@salesforce/lds-adapters-uiapi": "^1.112.
|
|
44
|
-
"@salesforce/lds-network-adapter": "^1.112.
|
|
43
|
+
"@salesforce/lds-adapters-uiapi": "^1.112.2",
|
|
44
|
+
"@salesforce/lds-network-adapter": "^1.112.2"
|
|
45
45
|
},
|
|
46
46
|
"bundlesize": [
|
|
47
47
|
{
|