@corsaircoalition/common
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "@corsaircoalition/common", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "common helper modules for a modular generals.io bot framework", | ||
@@ -28,7 +28,7 @@ "main": "out/index.js", | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/CorsairCoalition/docs#readme", | ||
"homepage": "https://corsaircoalition.github.io/", | ||
"devDependencies": { | ||
"@sindresorhus/tsconfig": "^3.0.1", | ||
"@types/node": "^20.2.5", | ||
"typescript": "^5.1.3" | ||
"@types/node": "^20.4.6", | ||
"typescript": "^5.1.6" | ||
}, | ||
@@ -35,0 +35,0 @@ "dependencies": { |
@@ -204,2 +204,3 @@ declare namespace Game { | ||
GAME_SERVER_URL: string | ||
REPLAY_URL_PREFIX: string | ||
MAX_TURNS: number | ||
@@ -206,0 +207,0 @@ BOT_ID_PREFIX: string |
38841
517