@minus-ai/create-skill 0.1.0-windows-canary.0 → 0.1.0-windows-canary.1

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.
Files changed (2) hide show
  1. package/index.mjs +0 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -640,7 +640,6 @@ ${templateDocs[inputType] || templateDocs.custom}
640
640
  writeOut(join(targetDir, 'frontend/tsconfig.json'), render(readTemplate('tsconfig.json.tpl'), vars))
641
641
  writeOut(join(targetDir, 'frontend/src/main.tsx'), render(readTemplate('main.tsx.tpl', inputType), vars))
642
642
  writeOut(join(targetDir, 'frontend/src/locales/zh-CN.json'), render(readTemplate('zh-CN.json.tpl', inputType), vars))
643
- writeOut(join(targetDir, 'frontend/src/locales/en-US.json'), render(readTemplate('en-US.json.tpl', inputType), vars))
644
643
 
645
644
  // 类型声明文件(让 tsc build 能识别 @minus/* 模块)
646
645
  writeOut(join(targetDir, 'frontend/src/minus-runtime.d.ts'), `declare module '@minus/*';\n`)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minus-ai/create-skill",
3
- "version": "0.1.0-windows-canary.0",
3
+ "version": "0.1.0-windows-canary.1",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "create-skill": "index.mjs"