@chronodivide/game-api 0.70.0 → 0.72.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ # 0.72.0
4
+
5
+ - Update game engine version to 0.77
6
+
7
+ # 0.71.0
8
+
9
+ - Update game engine version to 0.76
10
+
3
11
  # 0.70.0
4
12
 
5
13
  - Update game engine version to 0.75
package/dist/index.d.ts CHANGED
@@ -1329,6 +1329,7 @@ export declare class TechnoRules extends ObjectRules {
1329
1329
  /** -1 = can't build */
1330
1330
  techLevel: number;
1331
1331
  prerequisite: string[];
1332
+ prerequisiteOverride: string[];
1332
1333
  private requiredHouses;
1333
1334
  private forbiddenHouses;
1334
1335
  requiresStolenAlliedTech: boolean;