ide-assi 0.322.0 → 0.323.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.
@@ -196617,8 +196617,10 @@ class IdeDiff extends HTMLElement
196617
196617
  };
196618
196618
 
196619
196619
  initialize = (scr1, scr2) => {
196620
- this.#asisSrc = scr1.src;
196621
- this.#tobeSrc = scr2.src;
196620
+ console.log(src1, src2);
196621
+
196622
+ this.#asisSrc = scr1;
196623
+ this.#tobeSrc = scr2;
196622
196624
 
196623
196625
  this.#renderDiff();
196624
196626
  };
@@ -196613,8 +196613,10 @@ class IdeDiff extends HTMLElement
196613
196613
  };
196614
196614
 
196615
196615
  initialize = (scr1, scr2) => {
196616
- this.#asisSrc = scr1.src;
196617
- this.#tobeSrc = scr2.src;
196616
+ console.log(src1, src2);
196617
+
196618
+ this.#asisSrc = scr1;
196619
+ this.#tobeSrc = scr2;
196618
196620
 
196619
196621
  this.#renderDiff();
196620
196622
  };
@@ -52,8 +52,10 @@ export class IdeDiff extends HTMLElement
52
52
  };
53
53
 
54
54
  initialize = (scr1, scr2) => {
55
- this.#asisSrc = scr1.src;
56
- this.#tobeSrc = scr2.src;
55
+ console.log(src1, src2);
56
+
57
+ this.#asisSrc = scr1;
58
+ this.#tobeSrc = scr2;
57
59
 
58
60
  this.#renderDiff();
59
61
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.322.0",
4
+ "version": "0.323.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -52,8 +52,10 @@ export class IdeDiff extends HTMLElement
52
52
  };
53
53
 
54
54
  initialize = (scr1, scr2) => {
55
- this.#asisSrc = scr1.src;
56
- this.#tobeSrc = scr2.src;
55
+ console.log(src1, src2);
56
+
57
+ this.#asisSrc = scr1;
58
+ this.#tobeSrc = scr2;
57
59
 
58
60
  this.#renderDiff();
59
61
  };