coh-content-db-homecoming 1.4.0 → 1.4.2

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.
@@ -24025,7 +24025,8 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;!(__WEBPACK_AMD_
24025
24025
  { name: "Excelsior" },
24026
24026
  { name: "Indomitable" },
24027
24027
  { name: "Reunion" },
24028
- { name: "Torchbearer" }
24028
+ { name: "Torchbearer" },
24029
+ { name: "Victory" }
24029
24030
  ];
24030
24031
  this.repository = "https://github.com/n15g/coh-content-db-homecoming";
24031
24032
  this.archetypes = [
@@ -57320,6 +57321,8 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;!(__WEBPACK_AMD_
57320
57321
  "1.4.0": "* https://github.com/n15g/coh-content-db-homecoming/pull/172 - Update for 2025 Spring Fling event (wedding)\n" +
57321
57322
  "* https://github.com/n15g/coh-content-db-homecoming/pull/171 - Added instructions for updating the DB\n" +
57322
57323
  "* Moved to GitHub actions for CI\n",
57324
+ "1.4.1": "* License update in [NPM](https://www.npmjs.com/package/coh-content-db-homecoming).\n",
57325
+ "1.4.2": "* Added [Victory] server.\n",
57323
57326
  };
57324
57327
  }
57325
57328
  return HomecomingChangelog;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coh-content-db-homecoming",
3
- "version": "1.4.0",
3
+ "version": "1.4.2",
4
4
  "description": "City of Heroes Content Database",
5
5
  "main": "dist/coh-content-db-homecoming.js",
6
6
  "files": [
@@ -11,14 +11,15 @@
11
11
  "build": "webpack --mode=production",
12
12
  "watch": "webpack --mode=production --watch",
13
13
  "link:db": "npm link coh-content-db",
14
- "upgrade:db": "npm install --save coh-content-db@latest"
14
+ "upgrade:db": "npm install --save coh-content-db@latest",
15
+ "push": "git push && git push --tags"
15
16
  },
16
17
  "repository": {
17
18
  "type": "git",
18
19
  "url": "git+https://github.com/n15g/coh-content-db-homecoming.git"
19
20
  },
20
21
  "author": "n15g",
21
- "license": "GPL-3.0-or-later",
22
+ "license": "Unlicense",
22
23
  "bugs": {
23
24
  "url": "https://github.com/n15g/coh-content-db-homecoming/issues"
24
25
  },