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.
@@ -193726,7 +193726,7 @@ class IdeAssi extends HTMLElement
193726
193726
  };
193727
193727
 
193728
193728
  #config = async () => {
193729
- const res = await fetch(`/api/source/generateTmplFile`, {
193729
+ const res = await fetch(`/api/config/basePackage`, {
193730
193730
  method: "POST",
193731
193731
  headers: {"Content-Type": "application/json"},
193732
193732
  });
@@ -193722,7 +193722,7 @@ class IdeAssi extends HTMLElement
193722
193722
  };
193723
193723
 
193724
193724
  #config = async () => {
193725
- const res = await fetch(`/api/source/generateTmplFile`, {
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/source/generateTmplFile`, {
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.173.0",
4
+ "version": "0.174.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -54,7 +54,7 @@ export class IdeAssi extends HTMLElement
54
54
  };
55
55
 
56
56
  #config = async () => {
57
- const res = await fetch(`/api/source/generateTmplFile`, {
57
+ const res = await fetch(`/api/config/basePackage`, {
58
58
  method: "POST",
59
59
  headers: {"Content-Type": "application/json"},
60
60
  });