ide-assi 0.497.0 → 0.499.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
CHANGED
|
@@ -203007,6 +203007,7 @@ export default DocManager;
|
|
|
203007
203007
|
<th>최종수정일</th>
|
|
203008
203008
|
</tr>
|
|
203009
203009
|
`; */
|
|
203010
|
+
|
|
203010
203011
|
this.shadowRoot.querySelector("ide-diff-popup").popup([{
|
|
203011
203012
|
javascript: {
|
|
203012
203013
|
asis: src1,
|
package/dist/bundle.esm.js
CHANGED
|
@@ -203003,6 +203003,7 @@ export default DocManager;
|
|
|
203003
203003
|
<th>최종수정일</th>
|
|
203004
203004
|
</tr>
|
|
203005
203005
|
`; */
|
|
203006
|
+
|
|
203006
203007
|
this.shadowRoot.querySelector("ide-diff-popup").popup([{
|
|
203007
203008
|
javascript: {
|
|
203008
203009
|
asis: src1,
|
package/package.json
CHANGED