ide-assi 0.173.0 → 0.174.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/bundle.cjs.js
CHANGED
|
@@ -193726,7 +193726,7 @@ class IdeAssi extends HTMLElement
|
|
|
193726
193726
|
};
|
|
193727
193727
|
|
|
193728
193728
|
#config = async () => {
|
|
193729
|
-
const res = await fetch(`/api/
|
|
193729
|
+
const res = await fetch(`/api/config/basePackage`, {
|
|
193730
193730
|
method: "POST",
|
|
193731
193731
|
headers: {"Content-Type": "application/json"},
|
|
193732
193732
|
});
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193722,7 +193722,7 @@ class IdeAssi extends HTMLElement
|
|
|
193722
193722
|
};
|
|
193723
193723
|
|
|
193724
193724
|
#config = async () => {
|
|
193725
|
-
const res = await fetch(`/api/
|
|
193725
|
+
const res = await fetch(`/api/config/basePackage`, {
|
|
193726
193726
|
method: "POST",
|
|
193727
193727
|
headers: {"Content-Type": "application/json"},
|
|
193728
193728
|
});
|
|
@@ -54,7 +54,7 @@ export class IdeAssi extends HTMLElement
|
|
|
54
54
|
};
|
|
55
55
|
|
|
56
56
|
#config = async () => {
|
|
57
|
-
const res = await fetch(`/api/
|
|
57
|
+
const res = await fetch(`/api/config/basePackage`, {
|
|
58
58
|
method: "POST",
|
|
59
59
|
headers: {"Content-Type": "application/json"},
|
|
60
60
|
});
|
package/package.json
CHANGED
|
@@ -54,7 +54,7 @@ export class IdeAssi extends HTMLElement
|
|
|
54
54
|
};
|
|
55
55
|
|
|
56
56
|
#config = async () => {
|
|
57
|
-
const res = await fetch(`/api/
|
|
57
|
+
const res = await fetch(`/api/config/basePackage`, {
|
|
58
58
|
method: "POST",
|
|
59
59
|
headers: {"Content-Type": "application/json"},
|
|
60
60
|
});
|