@chronodivide/game-api 0.75.0 → 0.76.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,10 @@
1
1
  # Changelog
2
2
 
3
+ # 0.76.0
4
+
5
+ - Update game engine version to 0.81
6
+ - Add `GameInstanceApi.gameApi`
7
+
3
8
  # 0.75.0
4
9
 
5
10
  - Update game engine version to 0.80
package/dist/index.d.ts CHANGED
@@ -400,6 +400,7 @@ export declare class GameApi {
400
400
 
401
401
  export declare class GameInstanceApi {
402
402
  #private;
403
+ get gameApi(): GameApi;
403
404
  isFinished(): boolean;
404
405
  /** Advances the game turn in offline mode or waits for the next turn in online mode */
405
406
  update(): Promise<void>;