coh-content-db-homecoming 2.0.0-rc.1 → 2.0.0-rc.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.
- package/README.md +3 -4
- package/dist/coh-content-db-homecoming.d.ts +2 -2
- package/dist/coh-content-db-homecoming.js +0 -1
- package/dist/coh-content-db-homecoming.js.map +1 -1
- package/dist/coh-content-db-homecoming.mjs +0 -1
- package/dist/coh-content-db-homecoming.mjs.map +1 -1
- package/package.json +2 -2
- package/src/main/homecoming.ts +2 -3
- package/src/test/homecoming.test.ts +1 -2
package/README.md
CHANGED
|
@@ -10,14 +10,13 @@ CoH Content DB - Homecoming data
|
|
|
10
10
|
|
|
11
11
|
# Usage
|
|
12
12
|
|
|
13
|
-
Initialize
|
|
13
|
+
Initialize a database with the homecoming data pack:
|
|
14
14
|
|
|
15
15
|
```typescript
|
|
16
16
|
import { CohContentDatabase } from 'coh-content-db'
|
|
17
|
-
import { HOMECOMING } from
|
|
17
|
+
import { HOMECOMING } from 'coh-content-db-homecoming'
|
|
18
18
|
|
|
19
|
-
const database = new CohContentDatabase()
|
|
20
|
-
database.loadServerGroupData(HOMECOMING)
|
|
19
|
+
const database = new CohContentDatabase(HOMECOMING)
|
|
21
20
|
```
|
|
22
21
|
|
|
23
22
|
# Development
|
|
@@ -39577,7 +39577,6 @@ const CHANGELOG = [
|
|
|
39577
39577
|
];
|
|
39578
39578
|
|
|
39579
39579
|
const HOMECOMING = {
|
|
39580
|
-
key: "homecoming",
|
|
39581
39580
|
name: "Homecoming",
|
|
39582
39581
|
description: "City of Heroes: Homecoming",
|
|
39583
39582
|
links: [
|