ide-assi 0.636.0 → 0.637.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
|
@@ -202865,7 +202865,7 @@ console.log(el, href, title);
|
|
|
202865
202865
|
path: srcPath.controllerPullPath,
|
|
202866
202866
|
src: controllerSrc,
|
|
202867
202867
|
},
|
|
202868
|
-
|
|
202868
|
+
javascript2: {
|
|
202869
202869
|
path: srcPath.javascriptFromPullPath,
|
|
202870
202870
|
src: jsSrcFrom,
|
|
202871
202871
|
},
|
package/dist/bundle.esm.js
CHANGED
|
@@ -202861,7 +202861,7 @@ console.log(el, href, title);
|
|
|
202861
202861
|
path: srcPath.controllerPullPath,
|
|
202862
202862
|
src: controllerSrc,
|
|
202863
202863
|
},
|
|
202864
|
-
|
|
202864
|
+
javascript2: {
|
|
202865
202865
|
path: srcPath.javascriptFromPullPath,
|
|
202866
202866
|
src: jsSrcFrom,
|
|
202867
202867
|
},
|
package/dist/components/ideAi.js
CHANGED
package/package.json
CHANGED