@salesforce/lds-instrumentation 1.415.0 → 1.416.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.
|
@@ -109,7 +109,7 @@ var TypeCheckShapes;
|
|
|
109
109
|
TypeCheckShapes[TypeCheckShapes["Integer"] = 3] = "Integer";
|
|
110
110
|
TypeCheckShapes[TypeCheckShapes["Unsupported"] = 4] = "Unsupported";
|
|
111
111
|
})(TypeCheckShapes || (TypeCheckShapes = {}));
|
|
112
|
-
// engine version: 0.
|
|
112
|
+
// engine version: 0.159.0-6e2a1824
|
|
113
113
|
|
|
114
114
|
const DurableEnvironmentEventDiscriminator = 'durable';
|
|
115
115
|
function isDurableEnvironmentEvent(event) {
|
|
@@ -1605,4 +1605,4 @@ function onIdleDetected(callback) {
|
|
|
1605
1605
|
const instrumentation = new Instrumentation();
|
|
1606
1606
|
|
|
1607
1607
|
export { Instrumentation, LRUCache, metricKeys as METRIC_KEYS, executeAsyncActivity, handleIngestedNewData, handleOnDataOutOfTtlDurationUpdate, incrementCounterMetric, incrementGetRecordNormalInvokeCount, incrementGetRecordNotifyChangeAllowCount, incrementGetRecordNotifyChangeDropCount, incrementNotifyRecordUpdateAvailableAllowCount, incrementNotifyRecordUpdateAvailableDropCount, incrementStateCreatedCount, instrumentAdapter, instrumentLuvio, instrumentMethods, instrumentStoreMethods, instrumentation, logAdapterInvocationToPFT, logError, logMessage, logObjectInfoChanged, onIdleDetected, setInstrumentationHooks, setLdsAdaptersUiapiInstrumentation, setLdsNetworkAdapterInstrumentation, setStoreEventObservers, setupInstrumentation, startAdapterActivity, updatePercentileHistogramMetric };
|
|
1608
|
-
// version: 1.
|
|
1608
|
+
// version: 1.416.1-0ee8f9a6ba
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-instrumentation",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.416.1",
|
|
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,16 @@
|
|
|
33
33
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-instrumentation"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@salesforce/lds-bindings": "^1.
|
|
37
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
38
|
-
"@salesforce/lds-utils-adapters": "^1.
|
|
36
|
+
"@salesforce/lds-bindings": "^1.416.1",
|
|
37
|
+
"@salesforce/lds-default-luvio": "^1.416.1",
|
|
38
|
+
"@salesforce/lds-utils-adapters": "^1.416.1",
|
|
39
39
|
"o11y": "262.6.0",
|
|
40
40
|
"o11y_schema": "260.37.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
44
|
-
"@salesforce/lds-network-adapter": "^1.
|
|
45
|
-
"@salesforce/nimbus-plugin-lds": "^1.
|
|
43
|
+
"@salesforce/lds-adapters-uiapi": "^1.416.1",
|
|
44
|
+
"@salesforce/lds-network-adapter": "^1.416.1",
|
|
45
|
+
"@salesforce/nimbus-plugin-lds": "^1.416.1"
|
|
46
46
|
},
|
|
47
47
|
"luvioBundlesize": [
|
|
48
48
|
{
|