@salesforce/lds-runtime-bridge 1.266.0-dev5 → 1.266.0-dev6
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 +6 -1
- package/package.json +8 -8
package/dist/ldsRuntimeBridge.js
CHANGED
|
@@ -900,6 +900,10 @@ function makeDurable(environment, { durableStore, instrumentation, useRevivingSt
|
|
|
900
900
|
}
|
|
901
901
|
return {};
|
|
902
902
|
};
|
|
903
|
+
const getIngestStagingStore = function () {
|
|
904
|
+
validateNotDisposed();
|
|
905
|
+
return stagingStore === null || stagingStore === void 0 ? void 0 : stagingStore.fallbackStringKeyInMemoryStore;
|
|
906
|
+
};
|
|
903
907
|
const handleSuccessResponse = async function (ingestAndBroadcastFunc, getResponseCacheKeysFunc) {
|
|
904
908
|
validateNotDisposed();
|
|
905
909
|
const cacheKeyMap = getResponseCacheKeysFunc();
|
|
@@ -1092,6 +1096,7 @@ function makeDurable(environment, { durableStore, instrumentation, useRevivingSt
|
|
|
1092
1096
|
applyCachePolicy: { value: applyCachePolicy },
|
|
1093
1097
|
getIngestStagingStoreRecords: { value: getIngestStagingStoreRecords },
|
|
1094
1098
|
getIngestStagingStoreMetadata: { value: getIngestStagingStoreMetadata },
|
|
1099
|
+
getIngestStagingStore: { value: getIngestStagingStore },
|
|
1095
1100
|
handleSuccessResponse: { value: handleSuccessResponse },
|
|
1096
1101
|
handleErrorResponse: { value: handleErrorResponse },
|
|
1097
1102
|
getNotifyChangeStoreEntries: { value: getNotifyChangeStoreEntries },
|
|
@@ -3963,4 +3968,4 @@ function ldsRuntimeBridge() {
|
|
|
3963
3968
|
}
|
|
3964
3969
|
|
|
3965
3970
|
export { ldsRuntimeBridge as default };
|
|
3966
|
-
// version: 1.266.0-
|
|
3971
|
+
// version: 1.266.0-dev6-db5291eb2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-runtime-bridge",
|
|
3
|
-
"version": "1.266.0-
|
|
3
|
+
"version": "1.266.0-dev6",
|
|
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.266.0-
|
|
38
|
-
"@salesforce/lds-instrumentation": "^1.266.0-
|
|
37
|
+
"@salesforce/lds-adapters-uiapi": "^1.266.0-dev6",
|
|
38
|
+
"@salesforce/lds-instrumentation": "^1.266.0-dev6",
|
|
39
39
|
"@salesforce/user": "0.0.21",
|
|
40
40
|
"o11y": "244.0.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@salesforce/lds-drafts-adapters-uiapi": "^1.266.0-
|
|
44
|
-
"@salesforce/lds-network-aura": "^1.266.0-
|
|
45
|
-
"@salesforce/lds-runtime-aura": "^1.266.0-
|
|
46
|
-
"@salesforce/lds-store-nimbus": "^1.266.0-
|
|
47
|
-
"@salesforce/nimbus-plugin-lds": "^1.266.0-
|
|
43
|
+
"@salesforce/lds-drafts-adapters-uiapi": "^1.266.0-dev6",
|
|
44
|
+
"@salesforce/lds-network-aura": "^1.266.0-dev6",
|
|
45
|
+
"@salesforce/lds-runtime-aura": "^1.266.0-dev6",
|
|
46
|
+
"@salesforce/lds-store-nimbus": "^1.266.0-dev6",
|
|
47
|
+
"@salesforce/nimbus-plugin-lds": "^1.266.0-dev6",
|
|
48
48
|
"babel-plugin-dynamic-import-node": "^2.3.3"
|
|
49
49
|
},
|
|
50
50
|
"luvioBundlesize": [
|