@salesforce/lwc-adapters-uiapi 1.435.1 → 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/main.js +3 -1
- package/package.json +4 -4
package/dist/main.js
CHANGED
|
@@ -332,7 +332,9 @@ var HttpStatusCode;
|
|
|
332
332
|
HttpStatusCode[HttpStatusCode["Unauthorized"] = 401] = "Unauthorized";
|
|
333
333
|
HttpStatusCode[HttpStatusCode["Forbidden"] = 403] = "Forbidden";
|
|
334
334
|
HttpStatusCode[HttpStatusCode["NotFound"] = 404] = "NotFound";
|
|
335
|
+
HttpStatusCode[HttpStatusCode["TooManyRequests"] = 429] = "TooManyRequests";
|
|
335
336
|
HttpStatusCode[HttpStatusCode["ServerError"] = 500] = "ServerError";
|
|
337
|
+
HttpStatusCode[HttpStatusCode["ServiceUnavailable"] = 503] = "ServiceUnavailable";
|
|
336
338
|
HttpStatusCode[HttpStatusCode["GatewayTimeout"] = 504] = "GatewayTimeout";
|
|
337
339
|
})(HttpStatusCode || (HttpStatusCode = {}));
|
|
338
340
|
|
|
@@ -573,7 +575,7 @@ function createResourceParamsImpl(config, configMetadata) {
|
|
|
573
575
|
}
|
|
574
576
|
return resourceParams;
|
|
575
577
|
}
|
|
576
|
-
// engine version: 0.160.
|
|
578
|
+
// engine version: 0.160.5-e6ada846
|
|
577
579
|
|
|
578
580
|
/**
|
|
579
581
|
* Returns true if the value acts like a Promise, i.e. has a "then" function,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lwc-adapters-uiapi",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.437.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "UIAPI adapters with LWC bindings",
|
|
6
6
|
"module": "dist/main.js",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"clean": "rm -rf dist src/generated"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@salesforce/lds-adapters-uiapi": "^1.
|
|
34
|
+
"@salesforce/lds-adapters-uiapi": "^1.437.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@luvio/lwc-luvio": "0.160.
|
|
38
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
37
|
+
"@luvio/lwc-luvio": "0.160.5",
|
|
38
|
+
"@salesforce/lds-default-luvio": "^1.437.0"
|
|
39
39
|
}
|
|
40
40
|
}
|