@salesforce/lds-ads-bridge 1.436.0 → 1.437.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 +4 -2
- package/dist/adsBridge.js +1 -1
- package/package.json +4 -4
package/dist/ads-bridge-perf.js
CHANGED
|
@@ -318,7 +318,9 @@ var HttpStatusCode;
|
|
|
318
318
|
HttpStatusCode[HttpStatusCode["Unauthorized"] = 401] = "Unauthorized";
|
|
319
319
|
HttpStatusCode[HttpStatusCode["Forbidden"] = 403] = "Forbidden";
|
|
320
320
|
HttpStatusCode[HttpStatusCode["NotFound"] = 404] = "NotFound";
|
|
321
|
+
HttpStatusCode[HttpStatusCode["TooManyRequests"] = 429] = "TooManyRequests";
|
|
321
322
|
HttpStatusCode[HttpStatusCode["ServerError"] = 500] = "ServerError";
|
|
323
|
+
HttpStatusCode[HttpStatusCode["ServiceUnavailable"] = 503] = "ServiceUnavailable";
|
|
322
324
|
HttpStatusCode[HttpStatusCode["GatewayTimeout"] = 504] = "GatewayTimeout";
|
|
323
325
|
})(HttpStatusCode || (HttpStatusCode = {}));
|
|
324
326
|
var GraphNodeType;
|
|
@@ -435,7 +437,7 @@ function createResourceParamsImpl(config, configMetadata) {
|
|
|
435
437
|
}
|
|
436
438
|
return resourceParams;
|
|
437
439
|
}
|
|
438
|
-
// engine version: 0.160.
|
|
440
|
+
// engine version: 0.160.5-e6ada846
|
|
439
441
|
|
|
440
442
|
/**
|
|
441
443
|
* Copyright (c) 2022, Salesforce, Inc.,
|
|
@@ -483,7 +485,7 @@ const callbacks$1 = [];
|
|
|
483
485
|
function register(r) {
|
|
484
486
|
callbacks$1.forEach((callback) => callback(r));
|
|
485
487
|
}
|
|
486
|
-
// version: 1.
|
|
488
|
+
// version: 1.437.0-90398d3223
|
|
487
489
|
|
|
488
490
|
/**
|
|
489
491
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
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.437.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.
|
|
34
|
-
"@salesforce/lds-runtime-mobile": "^1.
|
|
35
|
-
"@salesforce/lds-uiapi-record-utils-mobile": "^1.
|
|
33
|
+
"@salesforce/lds-adapters-uiapi": "^1.437.0",
|
|
34
|
+
"@salesforce/lds-runtime-mobile": "^1.437.0",
|
|
35
|
+
"@salesforce/lds-uiapi-record-utils-mobile": "^1.437.0"
|
|
36
36
|
},
|
|
37
37
|
"volta": {
|
|
38
38
|
"extends": "../../package.json"
|