@follenfang/wowdoc 0.0.9 → 0.0.11

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/README.md CHANGED
@@ -71,7 +71,7 @@ branch / Tag / version / Commit
71
71
 
72
72
  | Source | Products / channels |
73
73
  | --- | --- |
74
- | Blizzard UI source | Retail, PTR, PTR2, Beta, Classic, Classic PTR/Beta, Classic Era/PTR, Anniversary, Titan |
74
+ | Blizzard UI source | Retail, PTR, PTR2, Beta, Classic, Classic PTR/Beta, Classic Era/PTR, Anniversary, Titan, Forever |
75
75
  | [ElvUI](https://github.com/tukui-org/ElvUI) | main, PTR |
76
76
  | [WeakAuras](https://github.com/WeakAuras/WeakAuras2) | main |
77
77
  | [NDui](https://github.com/siweia/NDui) | main, Classic, Era, Anniversary, Titan |
package/README.zh-CN.md CHANGED
@@ -71,7 +71,7 @@ npm install -g @follenfang/wowdoc --foreground-scripts --verbose
71
71
 
72
72
  | 源码 | 产品 / 通道 |
73
73
  | --- | --- |
74
- | 暴雪 UI 源码 | Retail、PTR、PTR2、Beta、Classic、Classic PTR/Beta、Classic Era/PTR、Anniversary、Titan |
74
+ | 暴雪 UI 源码 | Retail、PTR、PTR2、Beta、Classic、Classic PTR/Beta、Classic Era/PTR、Anniversary、Titan、Forever |
75
75
  | [ElvUI](https://github.com/tukui-org/ElvUI) | main、PTR |
76
76
  | [WeakAuras](https://github.com/WeakAuras/WeakAuras2) | main |
77
77
  | [NDui](https://github.com/siweia/NDui) | main、Classic、Era、Anniversary、Titan |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@follenfang/wowdoc",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "description": "Auditable WoW UI source intelligence CLI for coding agents",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -21,11 +21,11 @@
21
21
  "LICENSE"
22
22
  ],
23
23
  "optionalDependencies": {
24
- "@follenfang/wowdoc-darwin-arm64": "0.0.9",
25
- "@follenfang/wowdoc-darwin-x64": "0.0.9",
26
- "@follenfang/wowdoc-linux-arm64": "0.0.9",
27
- "@follenfang/wowdoc-linux-x64": "0.0.9",
28
- "@follenfang/wowdoc-win32-x64": "0.0.9"
24
+ "@follenfang/wowdoc-darwin-arm64": "0.0.11",
25
+ "@follenfang/wowdoc-darwin-x64": "0.0.11",
26
+ "@follenfang/wowdoc-linux-arm64": "0.0.11",
27
+ "@follenfang/wowdoc-linux-x64": "0.0.11",
28
+ "@follenfang/wowdoc-win32-x64": "0.0.11"
29
29
  },
30
30
  "scripts": {
31
31
  "postinstall": "node scripts/install.mjs",
@@ -6,9 +6,12 @@
6
6
  | `wow-ui-source` | `ptr`, `ptr2`, `beta` | matching channel | Channel is separate from build |
7
7
  | `wow-ui-source` | `classic`, `classic-ptr`, `classic-beta` | matching classic channel | Do not infer compatibility from branch name |
8
8
  | `wow-ui-source` | `classic-era`, `classic-era-ptr`, `anniversary`, `titan` | matching channel | Titan is its own product |
9
+ | `wow-ui-source` | `forever` | `forever` | 1.60 line (e.g. `1.60.1`); do not infer compatibility from branch name |
9
10
  | `elvui` | `main`, `ptr` | matching branch | Version input such as `15.18` maps exactly to Tag `v15.18` |
10
11
  | `weakauras` | `main` | `main` | Current source supports its declared TOCs; check the selected snapshot |
11
12
  | `ndui` | `main`, `classic`, `era`, `anniversary`, `titan` | `master`, `Classic`, `Era`, `Anniversary`, `Titan` | Tags are filtered by product branch reachability and product-line rule |
12
13
  | `ellesmereui` | `main` | `main` | Retail-oriented suite; version input maps to `v` Tag |
13
14
 
14
15
  The version truth is `Tag -> Commit -> source snapshot`. Release attachments and packaged externals can differ from Tag source; describe evidence as Tag source, not an installed package reconstruction.
16
+
17
+ Interface evidence for `validate` comes from the snapshot's build `version.txt` (e.g. `1.60.1` → `16001`) plus indexed TOC entries. A `toc_interface_mismatch` against a rebuilt snapshot means the declared Interface is genuinely absent from that build.