coh-content-db-homecoming 2.0.0-rc.8 → 2.0.0-rc.9
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/CHANGELOG.md +3 -2
- package/dist/bundle.head.json +1 -1
- package/dist/bundle.json +1 -1
- package/dist/coh-content-db-homecoming.js +5 -7
- package/dist/coh-content-db-homecoming.js.map +1 -1
- package/dist/coh-content-db-homecoming.mjs +5 -7
- package/dist/coh-content-db-homecoming.mjs.map +1 -1
- package/package.json +3 -2
- package/rollup.config.mjs +9 -0
- package/src/main/lint/utils/rollup-replace.ts +11 -0
- package/src/main/ts/homecoming.ts +3 -2
- package/src/main/lint/utils/bundle-version.ts +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,12 +5,13 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
-
## [2.0.0-rc.
|
|
8
|
+
## [2.0.0-rc.9] - 2025-04-21
|
|
9
9
|
|
|
10
10
|
### Added
|
|
11
11
|
|
|
12
|
-
- [#176](https://github.com/n15g/coh-content-db-homecoming/pull/176) - 2025 Anniversary badges
|
|
12
|
+
- [#176](https://github.com/n15g/coh-content-db-homecoming/pull/176) - 2025 Anniversary badges
|
|
13
13
|
- Mission and Contact data.
|
|
14
|
+
- Bundle last update time added to header.
|
|
14
15
|
- Badge release dates.
|
|
15
16
|
- Bundle data is now available as a JSON export.
|
|
16
17
|
- CHANGELOG.md
|
package/dist/bundle.head.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"Homecoming","description":"Content data for the CoH: Homecoming server.","repositoryUrl":"https://github.com/n15g/coh-content-db-homecoming","changelogUrl":"https://github.com/n15g/coh-content-db-homecoming/blob/master/CHANGELOG.md","links":[{"title":"Homecoming Forums","href":"https://forums.homecomingservers.com/"}]
|
|
1
|
+
{"name":"Homecoming","version":"2.0.0-rc.9","lastUpdateTime":"2025-04-21T04:24:53.447Z","description":"Content data for the CoH: Homecoming server.","repositoryUrl":"https://github.com/n15g/coh-content-db-homecoming","changelogUrl":"https://github.com/n15g/coh-content-db-homecoming/blob/master/CHANGELOG.md","links":[{"title":"Homecoming Forums","href":"https://forums.homecomingservers.com/"}]}
|