@salesforce/lds-runtime-bridge 1.378.0 → 1.379.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 +4 -2
- package/package.json +9 -9
package/dist/ldsRuntimeBridge.js
CHANGED
|
@@ -18,8 +18,8 @@ import { idleDetector, getInstrumentation } from 'o11y/client';
|
|
|
18
18
|
import { instrument } from 'force/ldsBindings';
|
|
19
19
|
import { extractRecordIdFromStoreKey, RECORD_VIEW_ENTITY_ID_PREFIX, isStoreKeyRecordViewEntity, keyBuilderRecord, RECORD_ID_PREFIX, RECORD_FIELDS_KEY_JUNCTION } from 'force/ldsAdaptersUiapi';
|
|
20
20
|
import networkAdapter from 'force/ldsNetwork';
|
|
21
|
+
import { initializeOneStore, getRuntime as getRuntime$1 } from 'native/ldsRuntimeMobile';
|
|
21
22
|
import ldsEngineCreator from 'force/ldsEngineCreator';
|
|
22
|
-
import { getRuntime as getRuntime$1 } from 'native/ldsRuntimeMobile';
|
|
23
23
|
|
|
24
24
|
// the last version the metadata shape was altered
|
|
25
25
|
const DURABLE_METADATA_VERSION = '0.111.0';
|
|
@@ -1979,6 +1979,8 @@ function getRuntime() {
|
|
|
1979
1979
|
});
|
|
1980
1980
|
// Currently instruments store runtime perf
|
|
1981
1981
|
setupMobileInstrumentation(luvio, store);
|
|
1982
|
+
// Initialize OneStore
|
|
1983
|
+
initializeOneStore(durableStore['plugin']);
|
|
1982
1984
|
return luvio;
|
|
1983
1985
|
}
|
|
1984
1986
|
|
|
@@ -2009,4 +2011,4 @@ function ldsRuntimeBridge() {
|
|
|
2009
2011
|
}
|
|
2010
2012
|
|
|
2011
2013
|
export { ldsRuntimeBridge as default };
|
|
2012
|
-
// version: 1.
|
|
2014
|
+
// version: 1.379.0-fc97fd9203
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-bridge",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.379.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.379.0",
|
|
38
|
+
"@salesforce/lds-durable-records": "^1.379.0",
|
|
39
|
+
"@salesforce/lds-instrumentation": "^1.379.0",
|
|
40
|
+
"@salesforce/lds-runtime-mobile": "^1.379.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.379.0",
|
|
46
|
+
"@salesforce/lds-runtime-aura": "^1.379.0",
|
|
47
|
+
"@salesforce/lds-store-nimbus": "^1.379.0",
|
|
48
|
+
"@salesforce/nimbus-plugin-lds": "^1.379.0",
|
|
49
49
|
"babel-plugin-dynamic-import-node": "^2.3.3"
|
|
50
50
|
},
|
|
51
51
|
"luvioBundlesize": [
|