ide-assi 0.706.0 → 0.707.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 +1 -0
- package/dist/bundle.esm.js +1 -0
- package/dist/components/ideAi.js +1 -0
- package/package.json +1 -1
- package/src/components/ideAi.js +1 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -203208,6 +203208,7 @@ console.log(el, href, title);
|
|
|
203208
203208
|
if (apply.javascript) {
|
|
203209
203209
|
apply.javascriptFrom = true;
|
|
203210
203210
|
apply.javascriptTo = true;
|
|
203211
|
+
apply.javascript = false;
|
|
203211
203212
|
}
|
|
203212
203213
|
|
|
203213
203214
|
for (const key in apply) {
|
package/dist/bundle.esm.js
CHANGED
|
@@ -203204,6 +203204,7 @@ console.log(el, href, title);
|
|
|
203204
203204
|
if (apply.javascript) {
|
|
203205
203205
|
apply.javascriptFrom = true;
|
|
203206
203206
|
apply.javascriptTo = true;
|
|
203207
|
+
apply.javascript = false;
|
|
203207
203208
|
}
|
|
203208
203209
|
|
|
203209
203210
|
for (const key in apply) {
|
package/dist/components/ideAi.js
CHANGED
package/package.json
CHANGED