@salesforce/lds-instrumentation 1.309.0-dev14 → 1.309.0-dev16
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.
|
@@ -107,7 +107,7 @@ var TypeCheckShapes;
|
|
|
107
107
|
TypeCheckShapes[TypeCheckShapes["Integer"] = 3] = "Integer";
|
|
108
108
|
TypeCheckShapes[TypeCheckShapes["Unsupported"] = 4] = "Unsupported";
|
|
109
109
|
})(TypeCheckShapes || (TypeCheckShapes = {}));
|
|
110
|
-
// engine version: 0.156.4-
|
|
110
|
+
// engine version: 0.156.4-dev2-78889b7e
|
|
111
111
|
|
|
112
112
|
const DurableEnvironmentEventDiscriminator = 'durable';
|
|
113
113
|
function isDurableEnvironmentEvent(event) {
|
|
@@ -1564,4 +1564,4 @@ function onIdleDetected(callback) {
|
|
|
1564
1564
|
const instrumentation = new Instrumentation();
|
|
1565
1565
|
|
|
1566
1566
|
export { Instrumentation, LRUCache, metricKeys as METRIC_KEYS, executeAsyncActivity, handleIngestedNewData, handleOnDataOutOfTtlDurationUpdate, incrementCounterMetric, incrementGetRecordNormalInvokeCount, incrementGetRecordNotifyChangeAllowCount, incrementGetRecordNotifyChangeDropCount, incrementNotifyRecordUpdateAvailableAllowCount, incrementNotifyRecordUpdateAvailableDropCount, instrumentAdapter, instrumentLuvio, instrumentMethods, instrumentStoreMethods, instrumentation, logError, logObjectInfoChanged, onIdleDetected, setInstrumentationHooks, setLdsAdaptersUiapiInstrumentation, setLdsNetworkAdapterInstrumentation, setStoreEventObservers, setupInstrumentation, startAdapterActivity, updatePercentileHistogramMetric };
|
|
1567
|
-
// version: 1.309.0-
|
|
1567
|
+
// version: 1.309.0-dev16-7409c81567
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-instrumentation",
|
|
3
|
-
"version": "1.309.0-
|
|
3
|
+
"version": "1.309.0-dev16",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Instrumentation utils for Lightning Data Service",
|
|
6
6
|
"main": "dist/ldsInstrumentation.js",
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-instrumentation"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@salesforce/lds-bindings": "^1.309.0-
|
|
37
|
-
"@salesforce/lds-default-luvio": "^1.309.0-
|
|
38
|
-
"@salesforce/lds-utils-adapters": "^1.309.0-
|
|
36
|
+
"@salesforce/lds-bindings": "^1.309.0-dev16",
|
|
37
|
+
"@salesforce/lds-default-luvio": "^1.309.0-dev16",
|
|
38
|
+
"@salesforce/lds-utils-adapters": "^1.309.0-dev16",
|
|
39
39
|
"o11y": "250.7.0",
|
|
40
40
|
"o11y_schema": "248.40.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@salesforce/lds-adapters-uiapi": "^1.309.0-
|
|
44
|
-
"@salesforce/lds-adapters-uiapi-mobile": "^1.309.0-
|
|
45
|
-
"@salesforce/lds-network-adapter": "^1.309.0-
|
|
46
|
-
"@salesforce/nimbus-plugin-lds": "^1.309.0-
|
|
43
|
+
"@salesforce/lds-adapters-uiapi": "^1.309.0-dev16",
|
|
44
|
+
"@salesforce/lds-adapters-uiapi-mobile": "^1.309.0-dev16",
|
|
45
|
+
"@salesforce/lds-network-adapter": "^1.309.0-dev16",
|
|
46
|
+
"@salesforce/nimbus-plugin-lds": "^1.309.0-dev16"
|
|
47
47
|
},
|
|
48
48
|
"luvioBundlesize": [
|
|
49
49
|
{
|