Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit f2aa7ec

Browse files
committed
v1.1.1
1 parent 70c26a1 commit f2aa7ec

File tree

5 files changed

+24
-21
lines changed

5 files changed

+24
-21
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
node_modules
33
test
44

5-
plugin/addons
5+
plugin/builds
66
plugin/build.ps1
7-
plugin/sourcemod.js.smx
7+
88
test.js

.npmignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.vscode
2+
docs
3+
node_modules
4+
plugin
5+
test
6+
7+
CNAME
8+
jsdoc.json

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<img src="https://infinixi.us/sourcemod.js/assets/logo_shadow.png">
33
</p>
44

5-
![npm](https://img.shields.io/npm/v/sourcemod.js)
5+
![npm](https://img.shields.io/npm/v/sourcemod.js?color=red&logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTA0IiBoZWlnaHQ9IjEwNCIgdmlld0JveD0iMCAwIDEwNCAxMDQiPgogIDxpbWFnZSB4PSIyIiB5PSIyIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgeGxpbms6aHJlZj0iZGF0YTppbWcvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBR1FBQUFCa0NBWUFBQUJ3NHBWVUFBQUJSa2xFUVZSNG5PM2RRUXFETUFBQVFaWCsvOHNXV2l6MlZpalJGV2R1Z21ESUVnOUJ6THl1NjdUemRjRmg1dTFCaXhnSm43bmZnb2h4dmxlRFJZeVVkYm5RWUc5QmtCaEJZZ1NKRVNSR2tCaEJZZ1NKRVNSR2tCaEJZZ1NKRVNSR2tCaEJZZ1NKRVNSR2tCaEJZaDREaHpQL2NNK1ZEZmtXd1FxSkVTUkdrQmhCWWdTSkVTUkdrQmhCWWdTSkVTUkdrQmhCWWtadUxoN3RuODIrekVhb0ZSSWpTSXdnTVlMRUNCSWpTSXdnTVlMRUNCSWpTSXdnTVlMRUNCSWpTSXdnTVlMRUNCSWpTSXdnTVlMRUNCSWpTSXdnTVlMRUNCSWpTSXdnTVlMRUNCSWpTSXdnTVlMRUNCSWpTSXdnTVlMRUNCSWpTSXdnTVlMRUNCSWpTTXpJWDJ0YzZZemR6Rml0a0JoQllnU0pFU1JHa0JoQllnU0pFU1JHa0JoQllnU0pFU1JHa0JoQllnU0pFU1JHa0pqbEJpZHlYc204clJCUnp2ZHFzSDlsaVhLZTk5eFAwL1FFbmp3T3lZMkJCZndBQUFBQVNVVk9SSzVDWUlJPSIvPgo8L3N2Zz4K)
6+
![github](https://img.shields.io/github/stars/Infinixius/sourcemod.js?color=yellow&logo=github)
7+
![downloads](https://img.shields.io/npm/dw/sourcemod.js?color=blue&logo=gitlfs&logoColor=white)
68

79
A JavaScript wrapper over SourceMod.
810

@@ -46,4 +48,13 @@ Other than that, feel free to contribute! Bugfixes, new features, or just better
4648

4749
# License
4850

49-
This project is under the [MIT License](https://mit-license.org/). This allows you to use, modify, and distribute the source code as long as you include the license.
51+
This project is under the [MIT License](https://mit-license.org/). This allows you to use, modify, and distribute the source code as long as you include the license.
52+
53+
This project also makes use of the following libraries and/or projects:
54+
55+
- [smlib](https://github.com/bcserv/smlib)
56+
- [sm-json](https://github.com/clugg/sm-json)
57+
- [sm-websocket](https://github.com/peace-maker/sm-websocket)
58+
- [SourceMod Sockets](https://forums.alliedmods.net/showthread.php?t=67640)
59+
60+
- [ws](https://github.com/websockets/ws)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sourcemod.js",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A JavaScript wrapper over SourceMod",
55
"main": "src/index.js",
66
"scripts": {

src/utils.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)