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
|
@@ -43221,22 +43221,20 @@ const MISSIONS = [
|
|
|
43221
43221
|
YouCantGoHome
|
|
43222
43222
|
];
|
|
43223
43223
|
|
|
43224
|
-
|
|
43225
|
-
|
|
43226
|
-
version: version};
|
|
43227
|
-
|
|
43228
|
-
const BUNDLE_VERSION = pkg.version;
|
|
43224
|
+
const BUNDLE_VERSION = "2.0.0-rc.9";
|
|
43225
|
+
const BUNDLE_UPDATE_TIME = "2025-04-21T04:24:53.447Z";
|
|
43229
43226
|
|
|
43230
43227
|
const HOMECOMING = {
|
|
43231
43228
|
header: {
|
|
43232
43229
|
name: "Homecoming",
|
|
43230
|
+
version: BUNDLE_VERSION,
|
|
43231
|
+
lastUpdateTime: BUNDLE_UPDATE_TIME,
|
|
43233
43232
|
description: "Content data for the CoH: Homecoming server.",
|
|
43234
43233
|
repositoryUrl: "https://github.com/n15g/coh-content-db-homecoming",
|
|
43235
43234
|
changelogUrl: "https://github.com/n15g/coh-content-db-homecoming/blob/master/CHANGELOG.md",
|
|
43236
43235
|
links: [
|
|
43237
43236
|
{ title: "Homecoming Forums", href: "https://forums.homecomingservers.com/" }
|
|
43238
|
-
]
|
|
43239
|
-
version: BUNDLE_VERSION
|
|
43237
|
+
]
|
|
43240
43238
|
},
|
|
43241
43239
|
servers: ["Everlasting", "Excelsior", "Indomitable", "Reunion", "Torchbearer", "Victory"],
|
|
43242
43240
|
archetypes: [
|