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