@dchighs/dc-config 0.1.19 → 0.1.20

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.
@@ -2193,6 +2193,7 @@ export interface News {
2193
2193
  "12": The1;
2194
2194
  "13": The13;
2195
2195
  "14": The1;
2196
+ "15": The1;
2196
2197
  canvas: Canva[];
2197
2198
  }
2198
2199
  export interface The0 {
@@ -2220,9 +2221,9 @@ export interface The0_HudButton {
2220
2221
  viral_icon_tier: number;
2221
2222
  }
2222
2223
  export interface The0_Slide {
2223
- content_localized_key: string;
2224
+ content_localized_key?: string;
2224
2225
  custom_title_localized_key: string;
2225
- header_localized_key: string;
2226
+ header_localized_key?: string;
2226
2227
  image_url: string;
2227
2228
  link: string;
2228
2229
  link_button_key: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dchighs/dc-config",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "A library to handle configuration for Dragon City.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",