@salesforce/lds-runtime-bridge 1.320.0 → 1.322.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 -3
- package/package.json +8 -8
package/dist/ldsRuntimeBridge.js
CHANGED
|
@@ -1520,8 +1520,7 @@ class NimbusSqliteStore {
|
|
|
1520
1520
|
};
|
|
1521
1521
|
}
|
|
1522
1522
|
getTable(segment) {
|
|
1523
|
-
|
|
1524
|
-
return (_a = this.dataTableMap[segment]) !== null && _a !== void 0 ? _a : this.internalDataTable;
|
|
1523
|
+
return this.dataTableMap[segment] ?? this.internalDataTable;
|
|
1525
1524
|
}
|
|
1526
1525
|
idsToDeleteOperation(entryIds, segment) {
|
|
1527
1526
|
const table = this.getTable(segment);
|
|
@@ -1989,4 +1988,4 @@ function ldsRuntimeBridge() {
|
|
|
1989
1988
|
}
|
|
1990
1989
|
|
|
1991
1990
|
export { ldsRuntimeBridge as default };
|
|
1992
|
-
// version: 1.
|
|
1991
|
+
// version: 1.322.0-6aa042602a
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-bridge",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.322.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "LDS runtime for bridge.app.",
|
|
6
6
|
"main": "dist/ldsRuntimeBridge.js",
|
|
@@ -34,17 +34,17 @@
|
|
|
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.
|
|
37
|
+
"@salesforce/lds-bindings": "^1.322.0",
|
|
38
|
+
"@salesforce/lds-durable-records": "^1.322.0",
|
|
39
|
+
"@salesforce/lds-instrumentation": "^1.322.0",
|
|
40
40
|
"@salesforce/user": "0.0.21",
|
|
41
41
|
"o11y": "250.7.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@salesforce/lds-network-aura": "^1.
|
|
45
|
-
"@salesforce/lds-runtime-aura": "^1.
|
|
46
|
-
"@salesforce/lds-store-nimbus": "^1.
|
|
47
|
-
"@salesforce/nimbus-plugin-lds": "^1.
|
|
44
|
+
"@salesforce/lds-network-aura": "^1.322.0",
|
|
45
|
+
"@salesforce/lds-runtime-aura": "^1.322.0",
|
|
46
|
+
"@salesforce/lds-store-nimbus": "^1.322.0",
|
|
47
|
+
"@salesforce/nimbus-plugin-lds": "^1.322.0",
|
|
48
48
|
"babel-plugin-dynamic-import-node": "^2.3.3"
|
|
49
49
|
},
|
|
50
50
|
"luvioBundlesize": [
|