@salesforce/lds-runtime-bridge 1.401.0 → 1.402.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/ldsRuntimeBridge.js +2 -2
- package/package.json +9 -9
package/dist/ldsRuntimeBridge.js
CHANGED
|
@@ -1980,7 +1980,7 @@ function getRuntime() {
|
|
|
1980
1980
|
// Currently instruments store runtime perf
|
|
1981
1981
|
setupMobileInstrumentation(luvio, store);
|
|
1982
1982
|
// Initialize OneStore
|
|
1983
|
-
initializeOneStore(durableStore['plugin']);
|
|
1983
|
+
initializeOneStore(durableStore['plugin'], luvio);
|
|
1984
1984
|
return luvio;
|
|
1985
1985
|
}
|
|
1986
1986
|
|
|
@@ -2011,4 +2011,4 @@ function ldsRuntimeBridge() {
|
|
|
2011
2011
|
}
|
|
2012
2012
|
|
|
2013
2013
|
export { ldsRuntimeBridge as default };
|
|
2014
|
-
// version: 1.
|
|
2014
|
+
// version: 1.402.0-bf9ae185ef
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-bridge",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.402.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS runtime for bridge.app.",
|
|
6
6
|
"main": "dist/ldsRuntimeBridge.js",
|
|
@@ -34,18 +34,18 @@
|
|
|
34
34
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-runtime-bridge"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@salesforce/lds-bindings": "^1.
|
|
38
|
-
"@salesforce/lds-durable-records": "^1.
|
|
39
|
-
"@salesforce/lds-instrumentation": "^1.
|
|
40
|
-
"@salesforce/lds-runtime-mobile": "^1.
|
|
37
|
+
"@salesforce/lds-bindings": "^1.402.0",
|
|
38
|
+
"@salesforce/lds-durable-records": "^1.402.0",
|
|
39
|
+
"@salesforce/lds-instrumentation": "^1.402.0",
|
|
40
|
+
"@salesforce/lds-runtime-mobile": "^1.402.0",
|
|
41
41
|
"@salesforce/user": "0.0.21",
|
|
42
42
|
"o11y": "250.7.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@salesforce/lds-network-aura": "^1.
|
|
46
|
-
"@salesforce/lds-runtime-aura": "^1.
|
|
47
|
-
"@salesforce/lds-store-nimbus": "^1.
|
|
48
|
-
"@salesforce/nimbus-plugin-lds": "^1.
|
|
45
|
+
"@salesforce/lds-network-aura": "^1.402.0",
|
|
46
|
+
"@salesforce/lds-runtime-aura": "^1.402.0",
|
|
47
|
+
"@salesforce/lds-store-nimbus": "^1.402.0",
|
|
48
|
+
"@salesforce/nimbus-plugin-lds": "^1.402.0",
|
|
49
49
|
"babel-plugin-dynamic-import-node": "^2.3.3"
|
|
50
50
|
},
|
|
51
51
|
"luvioBundlesize": [
|