@agile-team/wl-skills-kit 2.1.1 → 2.1.2

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/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.1.2] - 2026-04-26
4
+
5
+ ### 🔧 消除 npm 发布警告
6
+
7
+ - `package.json` bin 路径去掉 `./` 前缀(`"./bin/wl-skills.js"` → `"bin/wl-skills.js"`),符合 npm 规范化要求,消除发布时的 `warn: script name was invalid` 提示
8
+
9
+ ---
10
+
3
11
  ## [2.1.1] - 2026-04-26
4
12
 
5
13
  ### 🔧 修复与迁移增强
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@agile-team/wl-skills-kit",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "AI Skill 模板包 — 一键导入 AI 指令 + 组件文档 + 通用组件 + 领域样例,覆盖 Copilot/Cursor/Windsurf/Kiro 等主流 AI 编辑器",
5
5
  "main": "./bin/wl-skills.js",
6
6
  "bin": {
7
- "wl-skills": "./bin/wl-skills.js"
7
+ "wl-skills": "bin/wl-skills.js"
8
8
  },
9
9
  "files": [
10
10
  "bin/",