@xiping/subtitle 1.0.50 → 1.0.52

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.
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * 字幕语言类型
3
3
  */
4
- export type SubtitleLanguage = 'zh' | 'en';
4
+ export type SubtitleLanguage = "zh" | "en";
5
5
  /**
6
6
  * 字幕条目接口
7
7
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xiping/subtitle",
3
- "version": "1.0.50",
3
+ "version": "1.0.52",
4
4
  "description": "字幕文件处理工具,支持SRT和WebVTT格式的解析、转换和验证",
5
5
  "type": "module",
6
6
  "author": "The-End-Hero <527409987@qq.com>",
@@ -18,7 +18,7 @@
18
18
  "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
19
19
  "build": "tsc"
20
20
  },
21
- "gitHead": "35571812778b756cd83d9d21fc4b0b3f3a1926e3",
21
+ "gitHead": "84ec5ebe26287725469ccb9becba29954b6c07e1",
22
22
  "publishConfig": {
23
23
  "access": "public",
24
24
  "registry": "https://registry.npmjs.org/"