@blamnetwork/blf 1.0.0-beta.6 → 1.0.0
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -61,8 +61,8 @@ Each implementation build is a single module:
|
|
|
61
61
|
|--------|--------|
|
|
62
62
|
| `@blamnetwork/blf/haloreach/v12065_11_08_24_1738_tu1actual` | Reach TU1 |
|
|
63
63
|
| `@blamnetwork/blf/haloreach_mcc/v_untracked_25_08_16_1352` | Reach MCC (untracked) |
|
|
64
|
-
| `@blamnetwork/blf/halo3/v12070_08_09_05_2031_halo3_ship` | Halo 3
|
|
65
|
-
| `@blamnetwork/blf/halo3odst/v13895_09_04_27_2201_atlas_release` | ODST
|
|
64
|
+
| `@blamnetwork/blf/halo3/v12070_08_09_05_2031_halo3_ship` | Halo 3 TU2 |
|
|
65
|
+
| `@blamnetwork/blf/halo3odst/v13895_09_04_27_2201_atlas_release` | ODST TU0 |
|
|
66
66
|
|
|
67
67
|
Add a build by creating `src/versions/<game>/<build_id>.ts` and re-exporting its chunks — wildcard `exports` in `package.json` pick it up automatically.
|
|
68
68
|
|
|
@@ -70,7 +70,7 @@ Reach TU1 ↔ MCC gametype conversion: `@blamnetwork/blf/helpers` — see [Conve
|
|
|
70
70
|
|
|
71
71
|
## Documentation
|
|
72
72
|
|
|
73
|
-
Full guide: **[blam-network.github.io/blf](https://blam-network.github.io/blf/)**
|
|
73
|
+
Full guide, changelog, and API notes: **[blam-network.github.io/blf](https://blam-network.github.io/blf/)**
|
|
74
74
|
|
|
75
75
|
From `blf-ts/`: `npm run docs` (dev), `npm run docs:build`.
|
|
76
76
|
|