ninegrid2 6.349.0 → 6.351.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/ai/aiMessage.js +1 -0
- package/dist/bundle.cjs.js +1 -0
- package/dist/bundle.esm.js +1 -0
- package/package.json +1 -1
- package/src/ai/aiMessage.js +1 -0
package/dist/ai/aiMessage.js
CHANGED
package/dist/bundle.cjs.js
CHANGED
|
@@ -27357,6 +27357,7 @@ class aiMessage extends HTMLElement
|
|
|
27357
27357
|
this.#data = data;
|
|
27358
27358
|
|
|
27359
27359
|
setTimeout(() => {
|
|
27360
|
+
console.log("init");
|
|
27360
27361
|
this.#init();
|
|
27361
27362
|
});
|
|
27362
27363
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -27355,6 +27355,7 @@ class aiMessage extends HTMLElement
|
|
|
27355
27355
|
this.#data = data;
|
|
27356
27356
|
|
|
27357
27357
|
setTimeout(() => {
|
|
27358
|
+
console.log("init");
|
|
27358
27359
|
this.#init();
|
|
27359
27360
|
});
|
|
27360
27361
|
|
package/package.json
CHANGED