ide-assi 0.235.0 → 0.237.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.
@@ -193769,6 +193769,7 @@ class IdeAi
193769
193769
  const srcPath = this.#getSourcePath(href);
193770
193770
  console.log(srcPath);
193771
193771
 
193772
+
193772
193773
  /**
193773
193774
  * {
193774
193775
  * "package": "ide.assi.be.tmpla",
@@ -193785,8 +193786,10 @@ class IdeAi
193785
193786
  const src = await api.post("/api/source/read", srcPath);
193786
193787
  //console.log(src);
193787
193788
 
193789
+ /**
193788
193790
  const response = await fetch(srcPath.javascript);
193789
- src.javascript = await response.text();
193791
+ src.javascript = await response.text();*/
193792
+
193790
193793
 
193791
193794
  //console.log(src);
193792
193795
 
@@ -193765,6 +193765,7 @@ class IdeAi
193765
193765
  const srcPath = this.#getSourcePath(href);
193766
193766
  console.log(srcPath);
193767
193767
 
193768
+
193768
193769
  /**
193769
193770
  * {
193770
193771
  * "package": "ide.assi.be.tmpla",
@@ -193781,8 +193782,10 @@ class IdeAi
193781
193782
  const src = await api.post("/api/source/read", srcPath);
193782
193783
  //console.log(src);
193783
193784
 
193785
+ /**
193784
193786
  const response = await fetch(srcPath.javascript);
193785
- src.javascript = await response.text();
193787
+ src.javascript = await response.text();*/
193788
+
193786
193789
 
193787
193790
  //console.log(src);
193788
193791
 
@@ -353,6 +353,7 @@ export class IdeAi
353
353
  const srcPath = this.#getSourcePath(href);
354
354
  console.log(srcPath);
355
355
 
356
+
356
357
  /**
357
358
  * {
358
359
  * "package": "ide.assi.be.tmpla",
@@ -369,8 +370,10 @@ export class IdeAi
369
370
  const src = await api.post("/api/source/read", srcPath);
370
371
  //console.log(src);
371
372
 
373
+ /**
372
374
  const response = await fetch(srcPath.javascript);
373
- src.javascript = await response.text();
375
+ src.javascript = await response.text();*/
376
+
374
377
 
375
378
  //console.log(src);
376
379
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.235.0",
4
+ "version": "0.237.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -353,6 +353,7 @@ export class IdeAi
353
353
  const srcPath = this.#getSourcePath(href);
354
354
  console.log(srcPath);
355
355
 
356
+
356
357
  /**
357
358
  * {
358
359
  * "package": "ide.assi.be.tmpla",
@@ -369,8 +370,10 @@ export class IdeAi
369
370
  const src = await api.post("/api/source/read", srcPath);
370
371
  //console.log(src);
371
372
 
373
+ /**
372
374
  const response = await fetch(srcPath.javascript);
373
- src.javascript = await response.text();
375
+ src.javascript = await response.text();*/
376
+
374
377
 
375
378
  //console.log(src);
376
379