@salesforce/lds-ads-bridge 1.456.0 → 1.457.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.
@@ -485,7 +485,7 @@ const callbacks$1 = [];
485
485
  function register(r) {
486
486
  callbacks$1.forEach((callback) => callback(r));
487
487
  }
488
- // version: 1.456.0-cef836b978
488
+ // version: 1.457.0-b38a7243f7
489
489
 
490
490
  /**
491
491
  * Returns true if the value acts like a Promise, i.e. has a "then" function,
@@ -6982,7 +6982,7 @@ function getResponseCacheKeys$17(storeKeyMap, luvio, resourceParams, response) {
6982
6982
  function createResourceRequest$1g(config) {
6983
6983
  const headers = {};
6984
6984
  return {
6985
- baseUri: '/services/data/v68.0',
6985
+ baseUri: '/services/data/v69.0',
6986
6986
  basePath: '/ui-api/records/' + config.urlParams.recordId + '',
6987
6987
  method: 'get',
6988
6988
  body: null,
@@ -7357,7 +7357,7 @@ function ingestError$Q(luvio, params, error, snapshotRefresh) {
7357
7357
  function createResourceRequest$1f(config) {
7358
7358
  const headers = {};
7359
7359
  return {
7360
- baseUri: '/services/data/v68.0',
7360
+ baseUri: '/services/data/v69.0',
7361
7361
  basePath: '/ui-api/records/batch/' + config.urlParams.recordIds + '',
7362
7362
  method: 'get',
7363
7363
  body: null,
package/dist/adsBridge.js CHANGED
@@ -461,4 +461,4 @@ function withAdsBridge(callback) {
461
461
  }
462
462
 
463
463
  export { instrument, withAdsBridge };
464
- // version: 1.456.0-cef836b978
464
+ // version: 1.457.0-b38a7243f7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-ads-bridge",
3
- "version": "1.456.0",
3
+ "version": "1.457.0",
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",
@@ -30,9 +30,9 @@
30
30
  "release:corejar": "yarn build && ../core-build/scripts/core.js --name=lds-ads-bridge"
31
31
  },
32
32
  "devDependencies": {
33
- "@salesforce/lds-adapters-uiapi": "^1.456.0",
34
- "@salesforce/lds-runtime-mobile": "^1.456.0",
35
- "@salesforce/lds-uiapi-record-utils-mobile": "^1.456.0"
33
+ "@salesforce/lds-adapters-uiapi": "^1.457.0",
34
+ "@salesforce/lds-runtime-mobile": "^1.457.0",
35
+ "@salesforce/lds-uiapi-record-utils-mobile": "^1.457.0"
36
36
  },
37
37
  "volta": {
38
38
  "extends": "../../package.json"