@salesforce/lds-instrumentation 1.436.0 → 1.437.0
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.
|
@@ -64,7 +64,9 @@ var HttpStatusCode;
|
|
|
64
64
|
HttpStatusCode[HttpStatusCode["Unauthorized"] = 401] = "Unauthorized";
|
|
65
65
|
HttpStatusCode[HttpStatusCode["Forbidden"] = 403] = "Forbidden";
|
|
66
66
|
HttpStatusCode[HttpStatusCode["NotFound"] = 404] = "NotFound";
|
|
67
|
+
HttpStatusCode[HttpStatusCode["TooManyRequests"] = 429] = "TooManyRequests";
|
|
67
68
|
HttpStatusCode[HttpStatusCode["ServerError"] = 500] = "ServerError";
|
|
69
|
+
HttpStatusCode[HttpStatusCode["ServiceUnavailable"] = 503] = "ServiceUnavailable";
|
|
68
70
|
HttpStatusCode[HttpStatusCode["GatewayTimeout"] = 504] = "GatewayTimeout";
|
|
69
71
|
})(HttpStatusCode || (HttpStatusCode = {}));
|
|
70
72
|
var GraphNodeType;
|
|
@@ -109,7 +111,7 @@ var TypeCheckShapes;
|
|
|
109
111
|
TypeCheckShapes[TypeCheckShapes["Integer"] = 3] = "Integer";
|
|
110
112
|
TypeCheckShapes[TypeCheckShapes["Unsupported"] = 4] = "Unsupported";
|
|
111
113
|
})(TypeCheckShapes || (TypeCheckShapes = {}));
|
|
112
|
-
// engine version: 0.160.
|
|
114
|
+
// engine version: 0.160.5-e6ada846
|
|
113
115
|
|
|
114
116
|
const DurableEnvironmentEventDiscriminator = 'durable';
|
|
115
117
|
function isDurableEnvironmentEvent(event) {
|
|
@@ -1668,4 +1670,4 @@ function onIdleDetected(callback) {
|
|
|
1668
1670
|
const instrumentation = new Instrumentation();
|
|
1669
1671
|
|
|
1670
1672
|
export { Instrumentation, LRUCache, metricKeys as METRIC_KEYS, OperationTypeValue, executeAsyncActivity, handleIngestedNewData, handleOnDataOutOfTtlDurationUpdate, incrementCounterMetric, incrementGetRecordNormalInvokeCount, incrementGetRecordNotifyChangeAllowCount, incrementGetRecordNotifyChangeDropCount, incrementNotifyRecordUpdateAvailableAllowCount, incrementNotifyRecordUpdateAvailableDropCount, instrumentAdapter, instrumentLuvio, instrumentMethods, instrumentStoreMethods, instrumentation, logAdapterInvocationToPFT, logError, logMessage, logObjectInfoChanged, onIdleDetected, setInstrumentationHooks, setLdsAdaptersUiapiInstrumentation, setLdsNetworkAdapterInstrumentation, setStoreEventObservers, setupInstrumentation, startAdapterActivity, stateManagerInstrumentation, updatePercentileHistogramMetric };
|
|
1671
|
-
// version: 1.
|
|
1673
|
+
// version: 1.437.0-90398d3223
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-instrumentation",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.437.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Instrumentation utils for Lightning Data Service",
|
|
6
6
|
"main": "dist/ldsInstrumentation.js",
|
|
@@ -33,23 +33,23 @@
|
|
|
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.437.0",
|
|
37
|
+
"@salesforce/lds-default-luvio": "^1.437.0",
|
|
38
|
+
"@salesforce/lds-utils-adapters": "^1.437.0",
|
|
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.437.0",
|
|
44
|
+
"@salesforce/lds-network-adapter": "^1.437.0",
|
|
45
|
+
"@salesforce/nimbus-plugin-lds": "^1.437.0"
|
|
46
46
|
},
|
|
47
47
|
"luvioBundlesize": [
|
|
48
48
|
{
|
|
49
49
|
"path": "./dist/ldsInstrumentation.js",
|
|
50
50
|
"maxSize": {
|
|
51
51
|
"none": "70 kB",
|
|
52
|
-
"min": "29 kB",
|
|
52
|
+
"min": "29.2 kB",
|
|
53
53
|
"compressed": "12.2 kB"
|
|
54
54
|
}
|
|
55
55
|
}
|