@speclip/pi-subtitles 0.2.1 → 0.2.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/README.md +1 -1
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -18,7 +18,7 @@ B-roll 只覆盖画面而保留 A-roll 主音频时,不会改变字幕时间
18
18
  ## 环境要求
19
19
 
20
20
  - Node.js 22.19+
21
- - Pi 0.84.1–0.84.x
21
+ - Pi 0.84.1–0.85.x
22
22
  - 一份含词级时间戳的 JSON 转录
23
23
 
24
24
  ## 安装与验证
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@speclip/pi-subtitles",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Agent-reviewed subtitle timing, layout, and standard track export for Pi",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -52,11 +52,12 @@
52
52
  ]
53
53
  },
54
54
  "peerDependencies": {
55
- "@earendil-works/pi-coding-agent": ">=0.84.1 <0.85.0",
55
+ "@earendil-works/pi-coding-agent": ">=0.84.1 <0.86.0",
56
56
  "typebox": "^1.3.7"
57
57
  },
58
58
  "devDependencies": {
59
- "@earendil-works/pi-coding-agent": "0.84.2",
59
+ "@earendil-works/pi-coding-agent": "0.85.0",
60
+ "@earendil-works/pi-server": "0.85.0",
60
61
  "@types/node": "22.20.1",
61
62
  "typebox": "1.3.7",
62
63
  "typescript": "7.0.2"