@salesforcedevs/docs-components 1.14.6-load-14 → 1.14.6-loader
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/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforcedevs/docs-components",
|
|
3
|
-
"version": "1.14.6-
|
|
3
|
+
"version": "1.14.6-loader",
|
|
4
4
|
"description": "Docs Lightning web components for DSC",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": "
|
|
8
|
+
"node": "20.x"
|
|
9
9
|
},
|
|
10
10
|
"publishConfig": {
|
|
11
11
|
"access": "public"
|
|
@@ -39,7 +39,7 @@ export default class SpecificationContent extends LightningElement {
|
|
|
39
39
|
const queryString = new URLSearchParams(
|
|
40
40
|
componentQueryParams
|
|
41
41
|
).toString();
|
|
42
|
-
const url =
|
|
42
|
+
const url = `${CX_ROUTER_API}?${queryString}`;
|
|
43
43
|
|
|
44
44
|
try {
|
|
45
45
|
const response = await fetch(url);
|