@salesforce/lds-ads-bridge 1.243.0 → 1.244.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.
@@ -427,7 +427,7 @@ function createResourceParamsImpl(config, configMetadata) {
427
427
  }
428
428
  return resourceParams;
429
429
  }
430
- // engine version: 0.150.2-5dcb5d26
430
+ // engine version: 0.150.3-a08cc935
431
431
 
432
432
  /**
433
433
  * Copyright (c) 2022, Salesforce, Inc.,
@@ -475,7 +475,7 @@ const callbacks$1 = [];
475
475
  function register(r) {
476
476
  callbacks$1.forEach((callback) => callback(r));
477
477
  }
478
- // version: 1.243.0-87f38263e
478
+ // version: 1.244.0-72e322fff
479
479
 
480
480
  /**
481
481
  * Returns true if the value acts like a Promise, i.e. has a "then" function,
package/dist/adsBridge.js CHANGED
@@ -372,4 +372,4 @@ function withAdsBridge(callback) {
372
372
  }
373
373
 
374
374
  export { instrument, withAdsBridge };
375
- // version: 1.243.0-87f38263e
375
+ // version: 1.244.0-72e322fff
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-ads-bridge",
3
- "version": "1.243.0",
3
+ "version": "1.244.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",