ide-assi 0.456.0 → 0.458.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 +4 -0
- package/dist/bundle.esm.js +4 -0
- package/dist/components/ideAi.js +4 -0
- package/package.json +1 -1
- package/src/components/ideAi.js +4 -0
package/dist/bundle.cjs.js
CHANGED
|
@@ -202253,6 +202253,8 @@ class IdeAi
|
|
|
202253
202253
|
};
|
|
202254
202254
|
|
|
202255
202255
|
for (const key in apply) {
|
|
202256
|
+
console.log(key);
|
|
202257
|
+
|
|
202256
202258
|
if (apply[key]) {
|
|
202257
202259
|
returnSrc.push({
|
|
202258
202260
|
[key]: {
|
|
@@ -202263,6 +202265,8 @@ class IdeAi
|
|
|
202263
202265
|
}
|
|
202264
202266
|
}
|
|
202265
202267
|
|
|
202268
|
+
console.log(returnSrc);
|
|
202269
|
+
|
|
202266
202270
|
return returnSrc;
|
|
202267
202271
|
};
|
|
202268
202272
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -202249,6 +202249,8 @@ class IdeAi
|
|
|
202249
202249
|
};
|
|
202250
202250
|
|
|
202251
202251
|
for (const key in apply) {
|
|
202252
|
+
console.log(key);
|
|
202253
|
+
|
|
202252
202254
|
if (apply[key]) {
|
|
202253
202255
|
returnSrc.push({
|
|
202254
202256
|
[key]: {
|
|
@@ -202259,6 +202261,8 @@ class IdeAi
|
|
|
202259
202261
|
}
|
|
202260
202262
|
}
|
|
202261
202263
|
|
|
202264
|
+
console.log(returnSrc);
|
|
202265
|
+
|
|
202262
202266
|
return returnSrc;
|
|
202263
202267
|
};
|
|
202264
202268
|
|
package/dist/components/ideAi.js
CHANGED
|
@@ -529,6 +529,8 @@ export class IdeAi
|
|
|
529
529
|
};
|
|
530
530
|
|
|
531
531
|
for (const key in apply) {
|
|
532
|
+
console.log(key);
|
|
533
|
+
|
|
532
534
|
if (apply[key]) {
|
|
533
535
|
returnSrc.push({
|
|
534
536
|
[key]: {
|
|
@@ -539,6 +541,8 @@ export class IdeAi
|
|
|
539
541
|
}
|
|
540
542
|
}
|
|
541
543
|
|
|
544
|
+
console.log(returnSrc);
|
|
545
|
+
|
|
542
546
|
return returnSrc;
|
|
543
547
|
};
|
|
544
548
|
|
package/package.json
CHANGED
package/src/components/ideAi.js
CHANGED
|
@@ -529,6 +529,8 @@ export class IdeAi
|
|
|
529
529
|
};
|
|
530
530
|
|
|
531
531
|
for (const key in apply) {
|
|
532
|
+
console.log(key);
|
|
533
|
+
|
|
532
534
|
if (apply[key]) {
|
|
533
535
|
returnSrc.push({
|
|
534
536
|
[key]: {
|
|
@@ -539,6 +541,8 @@ export class IdeAi
|
|
|
539
541
|
}
|
|
540
542
|
}
|
|
541
543
|
|
|
544
|
+
console.log(returnSrc);
|
|
545
|
+
|
|
542
546
|
return returnSrc;
|
|
543
547
|
};
|
|
544
548
|
|