@dchighs/dc-config 0.1.11 → 0.1.12

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.
@@ -2182,6 +2182,7 @@ export interface News {
2182
2182
  "10": The10;
2183
2183
  "11": The0;
2184
2184
  "12": The12;
2185
+ "13": The10;
2185
2186
  canvas: Canva[];
2186
2187
  }
2187
2188
  export interface The0 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dchighs/dc-config",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "A library to handle configuration for Dragon City.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",