@salesforce/lds-ads-bridge 1.284.0 → 1.285.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.
@@ -481,7 +481,7 @@ const callbacks$1 = [];
481
481
  function register(r) {
482
482
  callbacks$1.forEach((callback) => callback(r));
483
483
  }
484
- // version: 1.284.0-a7e8dc51c
484
+ // version: 1.285.0-67d4d6869
485
485
 
486
486
  /**
487
487
  * Returns true if the value acts like a Promise, i.e. has a "then" function,
@@ -5225,7 +5225,7 @@ const getTypeCacheKeys$24 = (rootKeySet, luvio, input, _fullPathFactory) => {
5225
5225
  return rootKeySet;
5226
5226
  };
5227
5227
 
5228
- const TTL$E = 120000;
5228
+ const TTL$F = 120000;
5229
5229
  const VERSION$2p = "79cb5ac9f44542f683d00245fdfe500d";
5230
5230
  function validate$1U(obj, path = 'RecordCollectionRepresentation') {
5231
5231
  const v_error = (() => {
@@ -5506,7 +5506,7 @@ const ingest$20 = function RecordCollectionRepresentationIngest(input, path, luv
5506
5506
  }
5507
5507
  }
5508
5508
  const key = path.fullPath;
5509
- const ttlToUse = TTL$E;
5509
+ const ttlToUse = TTL$F;
5510
5510
  ingestShape(input, path, luvio, store, timestamp, ttlToUse, key, normalize$S, "UiApi", VERSION$2p, RepresentationType$_, equals$14);
5511
5511
  return createLink$1(key);
5512
5512
  };
@@ -5534,7 +5534,7 @@ const keyBuilderFromType$D = function RecordRepresentationKeyBuilderFromType(luv
5534
5534
  return keyBuilderFromType$C(luvio, object);
5535
5535
  };
5536
5536
 
5537
- const TTL$D = 30000;
5537
+ const TTL$E = 30000;
5538
5538
  const VERSION$2o = "98c5b18512e48ca8d28727549507e4ba";
5539
5539
  function validate$1T(obj, path = 'RecordRepresentation') {
5540
5540
  const v_error = (() => {
@@ -7559,7 +7559,7 @@ const RECORD_REPRESENTATION_ERROR_VERSION = 'RECORD_REPRESENTATION_ERROR_VERSION
7559
7559
  const RECORD_REPRESENTATION_ERROR_STORE_METADATA_PARAMS = {
7560
7560
  representationName: '',
7561
7561
  namespace: keyPrefix,
7562
- ttl: TTL$D,
7562
+ ttl: TTL$E,
7563
7563
  version: RECORD_REPRESENTATION_ERROR_VERSION,
7564
7564
  };
7565
7565
  function isGraphNode$1(node) {
@@ -8242,7 +8242,7 @@ const createRecordIngest = (fieldsTrie, optionalFieldsTrie, recordConflictMap) =
8242
8242
  luvio.storePublish(key, incomingRecord);
8243
8243
  }
8244
8244
  luvio.publishStoreMetadata(key, {
8245
- ttl: TTL$D,
8245
+ ttl: TTL$E,
8246
8246
  representationName: RepresentationType$Z,
8247
8247
  namespace: keyPrefix,
8248
8248
  version: VERSION$2o,
@@ -8537,7 +8537,7 @@ function ingestSuccessChildResourceParams$9(luvio, childResourceParamsArray, chi
8537
8537
  // track non-cached responses so rebuilds work properly
8538
8538
  if (childStatusCode !== 404 && childStatusCode !== 200) {
8539
8539
  nonCachedErrors$8[childKey] = {
8540
- expiration: now + TTL$D,
8540
+ expiration: now + TTL$E,
8541
8541
  response: childBody,
8542
8542
  status: childStatusCode,
8543
8543
  };
package/dist/adsBridge.js CHANGED
@@ -371,4 +371,4 @@ function withAdsBridge(callback) {
371
371
  }
372
372
 
373
373
  export { instrument, withAdsBridge };
374
- // version: 1.284.0-a7e8dc51c
374
+ // version: 1.285.0-67d4d6869
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-ads-bridge",
3
- "version": "1.284.0",
3
+ "version": "1.285.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",
@@ -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.284.0",
33
- "@salesforce/lds-uiapi-record-utils": "^1.284.0"
32
+ "@salesforce/lds-adapters-uiapi": "^1.285.0",
33
+ "@salesforce/lds-uiapi-record-utils": "^1.285.0"
34
34
  }
35
35
  }