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.
package/dist/bundle.cjs.js
CHANGED
|
@@ -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.
|
|
202977
|
+
ninegrid.alert("소스를 변경하였습니다.");
|
|
202980
202978
|
});
|
|
202981
202979
|
}
|
|
202982
202980
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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.
|
|
202973
|
+
ninegrid.alert("소스를 변경하였습니다.");
|
|
202976
202974
|
});
|
|
202977
202975
|
}
|
|
202978
202976
|
|
package/package.json
CHANGED