@salesforce/lds-ads-bridge 1.284.0 → 1.286.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.
- package/dist/ads-bridge-perf.js +8 -8
- package/dist/adsBridge.js +1 -1
- package/package.json +3 -3
package/dist/ads-bridge-perf.js
CHANGED
|
@@ -433,7 +433,7 @@ function createResourceParamsImpl(config, configMetadata) {
|
|
|
433
433
|
}
|
|
434
434
|
return resourceParams;
|
|
435
435
|
}
|
|
436
|
-
// engine version: 0.154.
|
|
436
|
+
// engine version: 0.154.16-5cc35392
|
|
437
437
|
|
|
438
438
|
/**
|
|
439
439
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -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.
|
|
484
|
+
// version: 1.286.0-09e7e5207
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
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$
|
|
8540
|
+
expiration: now + TTL$E,
|
|
8541
8541
|
response: childBody,
|
|
8542
8542
|
status: childStatusCode,
|
|
8543
8543
|
};
|
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.
|
|
3
|
+
"version": "1.286.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.
|
|
33
|
-
"@salesforce/lds-uiapi-record-utils": "^1.
|
|
32
|
+
"@salesforce/lds-adapters-uiapi": "^1.286.0",
|
|
33
|
+
"@salesforce/lds-uiapi-record-utils": "^1.286.0"
|
|
34
34
|
}
|
|
35
35
|
}
|