ide-assi 0.514.0 → 0.516.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.
@@ -202247,6 +202247,8 @@ class IdeAi
202247
202247
  const href = el.getAttribute("href");
202248
202248
  const title = el.getAttribute("title");
202249
202249
 
202250
+ console.log(el, href, title);
202251
+
202250
202252
  const srcPath = this.#getSourcePath(href);
202251
202253
  console.log(srcPath);
202252
202254
 
@@ -202243,6 +202243,8 @@ class IdeAi
202243
202243
  const href = el.getAttribute("href");
202244
202244
  const title = el.getAttribute("title");
202245
202245
 
202246
+ console.log(el, href, title);
202247
+
202246
202248
  const srcPath = this.#getSourcePath(href);
202247
202249
  console.log(srcPath);
202248
202250
 
@@ -399,6 +399,8 @@ export class IdeAi
399
399
  const href = el.getAttribute("href");
400
400
  const title = el.getAttribute("title");
401
401
 
402
+ console.log(el, href, title);
403
+
402
404
  const srcPath = this.#getSourcePath(href);
403
405
  console.log(srcPath);
404
406
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.514.0",
4
+ "version": "0.516.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -399,6 +399,8 @@ export class IdeAi
399
399
  const href = el.getAttribute("href");
400
400
  const title = el.getAttribute("title");
401
401
 
402
+ console.log(el, href, title);
403
+
402
404
  const srcPath = this.#getSourcePath(href);
403
405
  console.log(srcPath);
404
406