ide-assi 0.511.0 → 0.512.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.
@@ -202973,10 +202973,8 @@ class IdeDiffPopup extends HTMLElement
202973
202973
  });
202974
202974
  }
202975
202975
 
202976
- console.log(params);
202977
-
202978
202976
  api.post(`/api/source/generateRealFile`, { list: params }).then(res => {
202979
- ninegrid.confirm("소스를 변경하였습니다.");
202977
+ ninegrid.alert("소스를 변경하였습니다.");
202980
202978
  });
202981
202979
  }
202982
202980
 
@@ -202969,10 +202969,8 @@ class IdeDiffPopup extends HTMLElement
202969
202969
  });
202970
202970
  }
202971
202971
 
202972
- console.log(params);
202973
-
202974
202972
  api.post(`/api/source/generateRealFile`, { list: params }).then(res => {
202975
- ninegrid.confirm("소스를 변경하였습니다.");
202973
+ ninegrid.alert("소스를 변경하였습니다.");
202976
202974
  });
202977
202975
  }
202978
202976
 
@@ -80,10 +80,8 @@ class IdeDiffPopup extends HTMLElement
80
80
  })
81
81
  }
82
82
 
83
- console.log(params);
84
-
85
83
  api.post(`/api/source/generateRealFile`, { list: params }).then(res => {
86
- ninegrid.confirm("소스를 변경하였습니다.");
84
+ ninegrid.alert("소스를 변경하였습니다.");
87
85
  });
88
86
  }
89
87
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.511.0",
4
+ "version": "0.512.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -80,10 +80,8 @@ class IdeDiffPopup extends HTMLElement
80
80
  })
81
81
  }
82
82
 
83
- console.log(params);
84
-
85
83
  api.post(`/api/source/generateRealFile`, { list: params }).then(res => {
86
- ninegrid.confirm("소스를 변경하였습니다.");
84
+ ninegrid.alert("소스를 변경하였습니다.");
87
85
  });
88
86
  }
89
87