@salesforce/lds-ads-bridge 1.229.0-dev7 → 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.
@@ -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-dev7-157e3a4db
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: https://salesforce.quip.com/OvzNAh3eNIWY
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
@@ -375,4 +375,4 @@ function withAdsBridge(callback) {
375
375
  }
376
376
 
377
377
  export { instrument, withAdsBridge };
378
- // version: 1.229.0-dev7-157e3a4db
378
+ // version: 1.229.0-dev8-6c36d664c
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-ads-bridge",
3
- "version": "1.229.0-dev7",
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-dev7",
33
- "@salesforce/lds-uiapi-record-utils": "1.229.0-dev7"
32
+ "@salesforce/lds-adapters-uiapi": "1.229.0-dev8",
33
+ "@salesforce/lds-uiapi-record-utils": "1.229.0-dev8"
34
34
  }
35
35
  }