ide-assi 0.280.0 → 0.281.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.
package/dist/bundle.cjs.js
CHANGED
|
@@ -193928,7 +193928,7 @@ class IdeAssi extends HTMLElement
|
|
|
193928
193928
|
|
|
193929
193929
|
<div class="container">
|
|
193930
193930
|
<div class="head">
|
|
193931
|
-
<div class="logo"></div>
|
|
193931
|
+
<div class="logo"><span>nandoo@hanmail.net</span></div>
|
|
193932
193932
|
</div>
|
|
193933
193933
|
<nx-ai-chat></nx-ai-chat>
|
|
193934
193934
|
<div class="foot">
|
package/dist/bundle.esm.js
CHANGED
|
@@ -193924,7 +193924,7 @@ class IdeAssi extends HTMLElement
|
|
|
193924
193924
|
|
|
193925
193925
|
<div class="container">
|
|
193926
193926
|
<div class="head">
|
|
193927
|
-
<div class="logo"></div>
|
|
193927
|
+
<div class="logo"><span>nandoo@hanmail.net</span></div>
|
|
193928
193928
|
</div>
|
|
193929
193929
|
<nx-ai-chat></nx-ai-chat>
|
|
193930
193930
|
<div class="foot">
|
package/package.json
CHANGED