@salesforce/lds-runtime-aura 1.248.0 → 1.249.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.
- package/dist/ldsEngineCreator.js +2 -2
- package/package.json +2 -2
package/dist/ldsEngineCreator.js
CHANGED
|
@@ -105,7 +105,7 @@ class RecordHomePage extends PredictivePrefetchPage {
|
|
|
105
105
|
],
|
|
106
106
|
},
|
|
107
107
|
}),
|
|
108
|
-
context: this.
|
|
108
|
+
context: this.similarContext,
|
|
109
109
|
};
|
|
110
110
|
}
|
|
111
111
|
return {
|
|
@@ -1500,4 +1500,4 @@ function ldsEngineCreator() {
|
|
|
1500
1500
|
}
|
|
1501
1501
|
|
|
1502
1502
|
export { ldsEngineCreator as default, initializeLDS, predictiveLoadPage };
|
|
1503
|
-
// version: 1.
|
|
1503
|
+
// version: 1.249.0-11c3e1ed5
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-aura",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.249.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS engine for Aura runtime",
|
|
6
6
|
"main": "dist/ldsEngineCreator.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@salesforce/lds-network-fetch-with-jwt": "*"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@luvio/network-adapter-composable": "0.
|
|
46
|
+
"@luvio/network-adapter-composable": "0.152.2"
|
|
47
47
|
},
|
|
48
48
|
"luvioBundlesize": [
|
|
49
49
|
{
|