ide-assi 0.708.0 → 0.709.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 -1
- package/dist/bundle.esm.js +1 -1
- package/dist/components/ideAi.js +1 -1
- package/package.json +1 -1
- package/src/components/ideAi.js +1 -1
package/dist/bundle.cjs.js
CHANGED
|
@@ -203212,7 +203212,7 @@ console.log(el, href, title);
|
|
|
203212
203212
|
}
|
|
203213
203213
|
|
|
203214
203214
|
for (const key in apply) {
|
|
203215
|
-
if (apply[key]) {
|
|
203215
|
+
if (apply[key] && mapping[key].src) {
|
|
203216
203216
|
returnSrc.push({
|
|
203217
203217
|
[key]: {
|
|
203218
203218
|
asis: src[key],
|
package/dist/bundle.esm.js
CHANGED
|
@@ -203208,7 +203208,7 @@ console.log(el, href, title);
|
|
|
203208
203208
|
}
|
|
203209
203209
|
|
|
203210
203210
|
for (const key in apply) {
|
|
203211
|
-
if (apply[key]) {
|
|
203211
|
+
if (apply[key] && mapping[key].src) {
|
|
203212
203212
|
returnSrc.push({
|
|
203213
203213
|
[key]: {
|
|
203214
203214
|
asis: src[key],
|
package/dist/components/ideAi.js
CHANGED
package/package.json
CHANGED