ide-assi 0.221.0 → 0.222.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.
@@ -193765,8 +193765,8 @@ class IdeAi
193765
193765
  const href = el.getAttribute("href");
193766
193766
  el.getAttribute("title");
193767
193767
 
193768
- const srcPath1 = this.#getSourcePath(href);
193769
- console.log(srcPath1);
193768
+ const srcPath = this.#getSourcePath(href);
193769
+ console.log(srcPath);
193770
193770
 
193771
193771
  /**
193772
193772
  * {
@@ -193792,7 +193792,7 @@ class IdeAi
193792
193792
 
193793
193793
  console.log(where);
193794
193794
 
193795
- const srcPath = this.#getSourcePath(where.menu.url);
193795
+ //const srcPath = this.#getSourcePath(where.menu.url);
193796
193796
 
193797
193797
  console.log(srcPath);
193798
193798
 
@@ -193761,8 +193761,8 @@ class IdeAi
193761
193761
  const href = el.getAttribute("href");
193762
193762
  el.getAttribute("title");
193763
193763
 
193764
- const srcPath1 = this.#getSourcePath(href);
193765
- console.log(srcPath1);
193764
+ const srcPath = this.#getSourcePath(href);
193765
+ console.log(srcPath);
193766
193766
 
193767
193767
  /**
193768
193768
  * {
@@ -193788,7 +193788,7 @@ class IdeAi
193788
193788
 
193789
193789
  console.log(where);
193790
193790
 
193791
- const srcPath = this.#getSourcePath(where.menu.url);
193791
+ //const srcPath = this.#getSourcePath(where.menu.url);
193792
193792
 
193793
193793
  console.log(srcPath);
193794
193794
 
@@ -349,8 +349,8 @@ export class IdeAi
349
349
  const href = el.getAttribute("href");
350
350
  const title = el.getAttribute("title");
351
351
 
352
- const srcPath1 = this.#getSourcePath(href);
353
- console.log(srcPath1);
352
+ const srcPath = this.#getSourcePath(href);
353
+ console.log(srcPath);
354
354
 
355
355
  /**
356
356
  * {
@@ -376,7 +376,7 @@ export class IdeAi
376
376
 
377
377
  console.log(where);
378
378
 
379
- const srcPath = this.#getSourcePath(where.menu.url);
379
+ //const srcPath = this.#getSourcePath(where.menu.url);
380
380
 
381
381
  console.log(srcPath);
382
382
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.221.0",
4
+ "version": "0.222.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -349,8 +349,8 @@ export class IdeAi
349
349
  const href = el.getAttribute("href");
350
350
  const title = el.getAttribute("title");
351
351
 
352
- const srcPath1 = this.#getSourcePath(href);
353
- console.log(srcPath1);
352
+ const srcPath = this.#getSourcePath(href);
353
+ console.log(srcPath);
354
354
 
355
355
  /**
356
356
  * {
@@ -376,7 +376,7 @@ export class IdeAi
376
376
 
377
377
  console.log(where);
378
378
 
379
- const srcPath = this.#getSourcePath(where.menu.url);
379
+ //const srcPath = this.#getSourcePath(where.menu.url);
380
380
 
381
381
  console.log(srcPath);
382
382