-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from Taraman17/dev
Add new Standard Maps, update dependencies and fix uncought exceptions
- Loading branch information
Showing
7 changed files
with
124 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,43 @@ | ||
{ | ||
"ar_baggage": 125440026, | ||
"ar_monastery": 125440154, | ||
"ar_shoots": 125440261, | ||
"cs_agency": 1464919827, | ||
"cs_assault": 125432575, | ||
"cs_climb": 2537983994, | ||
"cs_insertion2": 2650330155, | ||
"cs_italy": 125436057, | ||
"cs_militia": 133256570, | ||
"cs_office": 125444404, | ||
"de_ancient": 2627571649, | ||
"de_crete": 1220681096, | ||
"de_bank": 125440342, | ||
"de_basalt": 2627569615, | ||
"de_cache": 2606407435, | ||
"de_canals": 951287718, | ||
"de_cbble": 205239595, | ||
"de_dust2": 125438255, | ||
"de_extraction": 2650340943, | ||
"de_hive": 2539316567, | ||
"de_inferno": 125438669, | ||
"de_iris": 1591780701, | ||
"de_lake": 125440557, | ||
"de_mirage": 152508932, | ||
"de_nuke": 125439125, | ||
"de_overpass": 205240106, | ||
"de_ravine": 2615546425, | ||
"de_safehouse": 125440714, | ||
"de_shortnuke": 2131550446, | ||
"de_stmarc": 125441004, | ||
"de_sugarcane": 125440847, | ||
"de_train": 125438372, | ||
"de_vertigo": 125439851, | ||
"dz_ember": 2681770529, | ||
"dz_vineyard": 2587298130, | ||
"gd_cbble": 782012846 | ||
{ | ||
"ar_baggage": 125440026, | ||
"ar_monastery": 125440154, | ||
"ar_shoots": 125440261, | ||
"cs_agency": 1464919827, | ||
"cs_assault": 125432575, | ||
"cs_climb": 2537983994, | ||
"cs_insertion2": 2650330155, | ||
"cs_italy": 125436057, | ||
"cs_militia": 133256570, | ||
"cs_office": 125444404, | ||
"de_ancient": 2627571649, | ||
"de_anubis": 1984883124, | ||
"de_crete": 1220681096, | ||
"de_bank": 125440342, | ||
"de_basalt": 2627569615, | ||
"de_blagai": 2791116183, | ||
"de_breach": 1258599704, | ||
"de_cache": 2606407435, | ||
"de_canals": 951287718, | ||
"de_cbble": 205239595, | ||
"de_dust2": 125438255, | ||
"de_extraction": 2650340943, | ||
"de_hive": 2539316567, | ||
"de_inferno": 125438669, | ||
"de_iris": 1591780701, | ||
"de_lake": 125440557, | ||
"de_mirage": 152508932, | ||
"de_nuke": 125439125, | ||
"de_overpass": 205240106, | ||
"de_prime": 2831565855, | ||
"de_ravine": 2615546425, | ||
"de_safehouse": 125440714, | ||
"de_shortnuke": 2131550446, | ||
"de_stmarc": 125441004, | ||
"de_sugarcane": 125440847, | ||
"de_train": 125438372, | ||
"de_tuscan": 2458920550, | ||
"de_vertigo": 125439851, | ||
"dz_ember": 2681770529, | ||
"dz_vineyard": 2587298130, | ||
"gd_cbble": 782012846 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,43 @@ | ||
{ | ||
"dependencies": { | ||
"cors": "^2.8.5", | ||
"express": "^4.17.1", | ||
"express-rate-limit": "^5.2.6", | ||
"express-session": "^1.17.2", | ||
"local-ip": "^2.0.0", | ||
"node-pty": "^0.10.1", | ||
"passport": "^0.4.1", | ||
"passport-http": "^0.3.0", | ||
"passport-steam": "^1.0.15", | ||
"rcon-srcds": "^2.0.1", | ||
"srcds-log-receiver": "^1.0.2", | ||
"winston": "^3.3.3", | ||
"winston-daily-rotate-file": "^4.5.5", | ||
"ws": "^7.4.6" | ||
}, | ||
"name": "nodejs-csgo-api", | ||
"description": "## Disclaimer The use of this software is at your own risk. It exposes control of your server and shell functions to the internet. Although I did everything to secure the API, any bugs may lead to security breaches on your server. I strongly adivise to use secure connections to prevent possible man-in-the-middle attacks.", | ||
"version": "0.8.2", | ||
"main": "serverControl.js", | ||
"directories": { | ||
"example": "example" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/taraman17/nodejs-csgo-api.git" | ||
}, | ||
"keywords": [ | ||
"csgo", | ||
"csgo_ds", | ||
"api" | ||
], | ||
"author": "Taraman17", | ||
"license": "GPL-3.0-or-later", | ||
"bugs": { | ||
"url": "https://github.com/taraman17/nodejs-csgo-api/issues" | ||
}, | ||
"homepage": "https://github.com/taraman17/nodejs-csgo-api#readme" | ||
} | ||
"dependencies": { | ||
"cors": ">=2.8.5", | ||
"express": ">=4.17.1", | ||
"express-rate-limit": ">=5.2.6", | ||
"express-session": ">=1.17.2", | ||
"local-ip": ">=2.0.0", | ||
"node-pty": ">=0.10.1", | ||
"passport": ">=0.6.0", | ||
"passport-http": ">=0.3.0", | ||
"passport-steam": ">=1.0.15", | ||
"rcon-srcds": "^2.0.1", | ||
"srcds-log-receiver": "^1.0.2", | ||
"winston": ">=3.3.3", | ||
"winston-daily-rotate-file": ">=4.5.5", | ||
"ws": ">=8.0.0" | ||
}, | ||
"name": "nodejs-csgo-api", | ||
"description": "## Disclaimer The use of this software is at your own risk. It exposes control of your server and shell functions to the internet. Although I did everything to secure the API, any bugs may lead to security breaches on your server. I strongly adivise to use secure connections to prevent possible man-in-the-middle attacks.", | ||
"version": "1.1.0", | ||
"main": "serverControl.js", | ||
"directories": { | ||
"example": "example" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/taraman17/nodejs-csgo-api.git" | ||
}, | ||
"keywords": [ | ||
"csgo", | ||
"csgo_ds", | ||
"api" | ||
], | ||
"author": "Taraman17", | ||
"license": "GPL-3.0-or-later", | ||
"bugs": { | ||
"url": "https://github.com/taraman17/nodejs-csgo-api/issues" | ||
}, | ||
"homepage": "https://github.com/taraman17/nodejs-csgo-api#readme" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters