coh-content-db-homecoming 2.0.0 → 2.0.1
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 +6 -0
- package/dist/bundle.head.json +1 -1
- package/dist/bundle.json +1 -1
- package/dist/coh-content-db-homecoming.js +3 -3
- package/dist/coh-content-db-homecoming.js.map +1 -1
- package/dist/coh-content-db-homecoming.mjs +3 -3
- package/dist/coh-content-db-homecoming.mjs.map +1 -1
- package/package.json +1 -1
- package/src/main/ts/badge/accolade/mazebreaker.ts +1 -1
|
@@ -36896,7 +36896,7 @@ const Mazebreaker = {
|
|
|
36896
36896
|
links: [
|
|
36897
36897
|
{ title: "Mazebreaker Badge", href: "https://homecoming.wiki/wiki/Mazebreaker_Badge" }
|
|
36898
36898
|
],
|
|
36899
|
-
icon: "https://n15g.github.io/coh-content-db-homecoming/images/badges/accolade/mazebreaker
|
|
36899
|
+
icon: "https://n15g.github.io/coh-content-db-homecoming/images/badges/accolade/mazebreaker.png",
|
|
36900
36900
|
requirements: [
|
|
36901
36901
|
{ key: TestedByCombat.key, type: "badge", badgeKey: TestedByCombat.key },
|
|
36902
36902
|
{ key: ChromaticCombatant.key, type: "badge", badgeKey: ChromaticCombatant.key }
|
|
@@ -44453,8 +44453,8 @@ const MISSIONS = [
|
|
|
44453
44453
|
ZoeTaskForce
|
|
44454
44454
|
];
|
|
44455
44455
|
|
|
44456
|
-
const BUNDLE_VERSION = "2.0.
|
|
44457
|
-
const BUNDLE_UPDATE_TIME = "2026-01-
|
|
44456
|
+
const BUNDLE_VERSION = "2.0.1";
|
|
44457
|
+
const BUNDLE_UPDATE_TIME = "2026-01-05T14:00:11.166Z";
|
|
44458
44458
|
|
|
44459
44459
|
const HOMECOMING = {
|
|
44460
44460
|
header: {
|