@salesforce/lds-ads-bridge 1.229.0-dev6 → 1.229.0-dev8
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/ads-bridge-perf.js +2 -2
- package/dist/adsBridge.js +1 -1
- package/package.json +3 -3
package/dist/ads-bridge-perf.js
CHANGED
|
@@ -474,7 +474,7 @@ const callbacks$1 = [];
|
|
|
474
474
|
function register(r) {
|
|
475
475
|
callbacks$1.forEach((callback) => callback(r));
|
|
476
476
|
}
|
|
477
|
-
// version: 1.229.0-
|
|
477
|
+
// version: 1.229.0-dev8-6c36d664c
|
|
478
478
|
|
|
479
479
|
/**
|
|
480
480
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
|
@@ -8275,7 +8275,7 @@ function extractTrackedFieldsToTrie(recordId, node, root, config, visitedRecordI
|
|
|
8275
8275
|
extractTrackedFieldsToTrie(spanningLink.data.__ref, spanning, next, config, spanningVisitedRecordIds, depth + 1);
|
|
8276
8276
|
// For a spanning record that is detected to be a circular reference, we add the field along with Id and Name.
|
|
8277
8277
|
// It's possible for spanning record lookup fields to sometimes be circular, and sometimes not - depending on the value of the lookup field.
|
|
8278
|
-
// For more information on scenarios that caused this fix:
|
|
8278
|
+
// For more information on scenarios that caused this fix: search "LDS Recursive Spanning Fields Problem" in Quip
|
|
8279
8279
|
if (keys$1(next.children).length === 0) {
|
|
8280
8280
|
addScalarFieldId(next);
|
|
8281
8281
|
addScalarFieldName(next);
|
package/dist/adsBridge.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-ads-bridge",
|
|
3
|
-
"version": "1.229.0-
|
|
3
|
+
"version": "1.229.0-dev8",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Bridge to sync data between LDS and ADS",
|
|
6
6
|
"main": "dist/adsBridge.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-ads-bridge"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@salesforce/lds-adapters-uiapi": "1.229.0-
|
|
33
|
-
"@salesforce/lds-uiapi-record-utils": "1.229.0-
|
|
32
|
+
"@salesforce/lds-adapters-uiapi": "1.229.0-dev8",
|
|
33
|
+
"@salesforce/lds-uiapi-record-utils": "1.229.0-dev8"
|
|
34
34
|
}
|
|
35
35
|
}
|