coh-content-db-homecoming 1.4.0 → 1.4.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/LICENSE +24 -674
- package/README.md +5 -4
- package/dist/coh-content-db-homecoming.js +2 -2
- package/dist/coh-content-db-homecoming.nomin.js +1 -0
- package/package.json +4 -3
|
@@ -57320,6 +57320,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;!(__WEBPACK_AMD_
|
|
|
57320
57320
|
"1.4.0": "* https://github.com/n15g/coh-content-db-homecoming/pull/172 - Update for 2025 Spring Fling event (wedding)\n" +
|
|
57321
57321
|
"* https://github.com/n15g/coh-content-db-homecoming/pull/171 - Added instructions for updating the DB\n" +
|
|
57322
57322
|
"* Moved to GitHub actions for CI\n",
|
|
57323
|
+
"1.4.1": "* License update in [NPM](https://www.npmjs.com/package/coh-content-db-homecoming).\n"
|
|
57323
57324
|
};
|
|
57324
57325
|
}
|
|
57325
57326
|
return HomecomingChangelog;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "coh-content-db-homecoming",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
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": "
|
|
22
|
+
"license": "Unlicense",
|
|
22
23
|
"bugs": {
|
|
23
24
|
"url": "https://github.com/n15g/coh-content-db-homecoming/issues"
|
|
24
25
|
},
|