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.
@@ -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,
@@ -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,
@@ -491,6 +491,7 @@ export default DocManager;
491
491
  <th>최종수정일</th>
492
492
  </tr>
493
493
  `; */
494
+
494
495
  this.shadowRoot.querySelector("ide-diff-popup").popup([{
495
496
  javascript: {
496
497
  asis: src1,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.497.0",
4
+ "version": "0.499.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -491,6 +491,7 @@ export default DocManager;
491
491
  <th>최종수정일</th>
492
492
  </tr>
493
493
  `; */
494
+
494
495
  this.shadowRoot.querySelector("ide-diff-popup").popup([{
495
496
  javascript: {
496
497
  asis: src1,