@salesforce/lds-runtime-aura 1.229.0-dev7 → 1.229.0-dev8
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.
package/dist/ldsEngineCreator.js
CHANGED
|
@@ -32,8 +32,8 @@ import { clearStorages } from 'force/ldsStorage';
|
|
|
32
32
|
*
|
|
33
33
|
* Below are the R.E.A.D.S. metrics for the Lightning Data Service, defined here[2].
|
|
34
34
|
*
|
|
35
|
-
* [1]
|
|
36
|
-
* [2]
|
|
35
|
+
* [1] Search "[M1] Lightning Data Service Design Spike" in Quip
|
|
36
|
+
* [2] Search "Lightning Data Service R.E.A.D.S. Metrics" in Quip
|
|
37
37
|
*/
|
|
38
38
|
const OBSERVABILITY_NAMESPACE = 'LIGHTNING.lds.service';
|
|
39
39
|
const ADAPTER_INVOCATION_COUNT_METRIC_NAME = 'request';
|
|
@@ -773,4 +773,4 @@ function ldsEngineCreator() {
|
|
|
773
773
|
}
|
|
774
774
|
|
|
775
775
|
export { ldsEngineCreator as default, initializeLDS };
|
|
776
|
-
// version: 1.229.0-
|
|
776
|
+
// version: 1.229.0-dev8-6c36d664c
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
*
|
|
7
7
|
* Below are the R.E.A.D.S. metrics for the Lightning Data Service, defined here[2].
|
|
8
8
|
*
|
|
9
|
-
* [1]
|
|
10
|
-
* [2]
|
|
9
|
+
* [1] Search "[M1] Lightning Data Service Design Spike" in Quip
|
|
10
|
+
* [2] Search "Lightning Data Service R.E.A.D.S. Metrics" in Quip
|
|
11
11
|
*/
|
|
12
12
|
import type { MetricsKey } from 'instrumentation/service';
|
|
13
13
|
export declare const OBSERVABILITY_NAMESPACE = "LIGHTNING.lds.service";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-aura",
|
|
3
|
-
"version": "1.229.0-
|
|
3
|
+
"version": "1.229.0-dev8",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS engine for Aura runtime",
|
|
6
6
|
"main": "dist/ldsEngineCreator.js",
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@luvio/network-adapter-composable": "0.146.0-dev4",
|
|
38
|
-
"@salesforce/lds-adapters-uiapi": "1.229.0-
|
|
39
|
-
"@salesforce/lds-ads-bridge": "1.229.0-
|
|
40
|
-
"@salesforce/lds-aura-storage": "1.229.0-
|
|
41
|
-
"@salesforce/lds-bindings": "1.229.0-
|
|
42
|
-
"@salesforce/lds-instrumentation": "1.229.0-
|
|
43
|
-
"@salesforce/lds-network-aura": "1.229.0-
|
|
44
|
-
"@salesforce/lds-network-fetch-with-jwt": "1.229.0-
|
|
45
|
-
"@salesforce/lds-runtime-web": "1.229.0-
|
|
38
|
+
"@salesforce/lds-adapters-uiapi": "1.229.0-dev8",
|
|
39
|
+
"@salesforce/lds-ads-bridge": "1.229.0-dev8",
|
|
40
|
+
"@salesforce/lds-aura-storage": "1.229.0-dev8",
|
|
41
|
+
"@salesforce/lds-bindings": "1.229.0-dev8",
|
|
42
|
+
"@salesforce/lds-instrumentation": "1.229.0-dev8",
|
|
43
|
+
"@salesforce/lds-network-aura": "1.229.0-dev8",
|
|
44
|
+
"@salesforce/lds-network-fetch-with-jwt": "1.229.0-dev8",
|
|
45
|
+
"@salesforce/lds-runtime-web": "1.229.0-dev8"
|
|
46
46
|
},
|
|
47
47
|
"luvioBundlesize": [
|
|
48
48
|
{
|