ide-assi 0.314.0 → 0.315.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.
@@ -194311,7 +194311,7 @@ class IdeDiffPopup extends HTMLElement
194311
194311
 
194312
194312
  connectedCallback() {
194313
194313
 
194314
- this.#owner = this.getRootNode().host;//this.closest("nine-grid");
194314
+ //this.#owner = this.getRootNode().host;//this.closest("nine-grid");
194315
194315
 
194316
194316
  this.shadowRoot.innerHTML = `
194317
194317
  <style>
@@ -194307,7 +194307,7 @@ class IdeDiffPopup extends HTMLElement
194307
194307
 
194308
194308
  connectedCallback() {
194309
194309
 
194310
- this.#owner = this.getRootNode().host;//this.closest("nine-grid");
194310
+ //this.#owner = this.getRootNode().host;//this.closest("nine-grid");
194311
194311
 
194312
194312
  this.shadowRoot.innerHTML = `
194313
194313
  <style>
@@ -11,7 +11,7 @@ class IdeDiffPopup extends HTMLElement
11
11
 
12
12
  connectedCallback() {
13
13
 
14
- this.#owner = this.getRootNode().host;//this.closest("nine-grid");
14
+ //this.#owner = this.getRootNode().host;//this.closest("nine-grid");
15
15
 
16
16
  this.shadowRoot.innerHTML = `
17
17
  <style>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.314.0",
4
+ "version": "0.315.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -11,7 +11,7 @@ class IdeDiffPopup extends HTMLElement
11
11
 
12
12
  connectedCallback() {
13
13
 
14
- this.#owner = this.getRootNode().host;//this.closest("nine-grid");
14
+ //this.#owner = this.getRootNode().host;//this.closest("nine-grid");
15
15
 
16
16
  this.shadowRoot.innerHTML = `
17
17
  <style>