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 CHANGED
@@ -10,14 +10,13 @@ CoH Content DB - Homecoming data
10
10
 
11
11
  # Usage
12
12
 
13
- Initialize the database, then load the homecoming data pack:
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 "coh-content-db-homecoming";
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
@@ -1,5 +1,5 @@
1
- import { ServerGroupData } from 'coh-content-db';
1
+ import { ContentBundle } from 'coh-content-db';
2
2
 
3
- declare const HOMECOMING: ServerGroupData;
3
+ declare const HOMECOMING: ContentBundle;
4
4
 
5
5
  export { HOMECOMING };
@@ -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: [