@salesforce/lds-runtime-bridge 1.287.0 → 1.288.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 +8 -8
package/dist/ldsRuntimeBridge.js
CHANGED
|
@@ -700,7 +700,7 @@ function makeDurable(environment, { durableStore, instrumentation, useRevivingSt
|
|
|
700
700
|
// because we do not want some other code attempting to use the
|
|
701
701
|
// in-memory values before the durable store onChanged handler
|
|
702
702
|
// calls back and revives the values to in-memory
|
|
703
|
-
environment.
|
|
703
|
+
environment.storeDealloc(key);
|
|
704
704
|
};
|
|
705
705
|
const publishStoreMetadata = function (recordId, storeMetadata) {
|
|
706
706
|
validateNotDisposed();
|
|
@@ -4099,4 +4099,4 @@ function ldsRuntimeBridge() {
|
|
|
4099
4099
|
}
|
|
4100
4100
|
|
|
4101
4101
|
export { ldsRuntimeBridge as default };
|
|
4102
|
-
// version: 1.
|
|
4102
|
+
// version: 1.288.0-24c1b3768
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-bridge",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.288.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-adapters-uiapi": "^1.
|
|
38
|
-
"@salesforce/lds-instrumentation": "^1.
|
|
37
|
+
"@salesforce/lds-adapters-uiapi": "^1.288.0",
|
|
38
|
+
"@salesforce/lds-instrumentation": "^1.288.0",
|
|
39
39
|
"@salesforce/user": "0.0.21",
|
|
40
40
|
"o11y": "250.7.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@salesforce/lds-drafts-adapters-uiapi": "^1.
|
|
44
|
-
"@salesforce/lds-network-aura": "^1.
|
|
45
|
-
"@salesforce/lds-runtime-aura": "^1.
|
|
46
|
-
"@salesforce/lds-store-nimbus": "^1.
|
|
47
|
-
"@salesforce/nimbus-plugin-lds": "^1.
|
|
43
|
+
"@salesforce/lds-drafts-adapters-uiapi": "^1.288.0",
|
|
44
|
+
"@salesforce/lds-network-aura": "^1.288.0",
|
|
45
|
+
"@salesforce/lds-runtime-aura": "^1.288.0",
|
|
46
|
+
"@salesforce/lds-store-nimbus": "^1.288.0",
|
|
47
|
+
"@salesforce/nimbus-plugin-lds": "^1.288.0",
|
|
48
48
|
"babel-plugin-dynamic-import-node": "^2.3.3"
|
|
49
49
|
},
|
|
50
50
|
"luvioBundlesize": [
|