pubuilder 0.7.0 → 0.8.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/CHANGELOG.md +11 -0
- package/dist/api.d.ts +1 -1
- package/dist/cli.js +657 -584
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/server/design-ir.d.ts +46 -0
- package/dist/server/http.d.ts +2 -0
- package/dist/server/skills.d.ts +5 -2
- package/package.json +2 -1
- package/skills/publish/SKILL.md +63 -0
package/dist/index.js
CHANGED
|
@@ -1373,14 +1373,16 @@ function Je({ ia: t }) {
|
|
|
1373
1373
|
] }) : null;
|
|
1374
1374
|
}
|
|
1375
1375
|
const Fe = {
|
|
1376
|
+
builtin: "기본",
|
|
1376
1377
|
project: "프로젝트",
|
|
1377
1378
|
global: "글로벌",
|
|
1378
1379
|
uploaded: "업로드"
|
|
1379
1380
|
}, qe = {
|
|
1381
|
+
builtin: "pubuilder에 기본 포함된 퍼블리싱 스킬 · 기본 사용, 여기서는 삭제할 수 없어요",
|
|
1380
1382
|
project: "현재 프로젝트에서 발견한 스킬 · 여기서는 삭제할 수 없어요",
|
|
1381
1383
|
global: "내 전역 환경에 설치된 공용 스킬 · 여기서는 삭제할 수 없어요",
|
|
1382
1384
|
uploaded: "이 스킬함에 직접 올린 Markdown 스킬 · 삭제할 수 있어요"
|
|
1383
|
-
}, Ge = ["project", "global", "uploaded"];
|
|
1385
|
+
}, Ge = ["builtin", "project", "global", "uploaded"];
|
|
1384
1386
|
function Ve() {
|
|
1385
1387
|
const t = y((x) => x.toggleSkillDrawer), e = H(j), [r, n] = N(!0), [l, p] = N(!1), [c, a] = N([]), [u, g] = N(null), [b, d] = N(""), [v, f] = N(!1), [C, P] = N(null), [E, T] = N(!1), I = $(null), i = $(0), [w, O] = N(null), z = async () => {
|
|
1386
1388
|
const x = ++i.current;
|