File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ## In development
1
+ ## 1.0.2
2
2
### New API endpoints
3
3
- Added ` executeForOthers ` and ` executeForOtherGMs ` that execute for all users/all GMs except the local client.
4
4
Original file line number Diff line number Diff line change 2
2
"name" : " socketlib" ,
3
3
"title" : " socketlib" ,
4
4
"description" : " A library for easier handling of foundry sockets" ,
5
- "version" : " 1.0.1 " ,
5
+ "version" : " 1.0.2 " ,
6
6
"minimumCoreVersion" : " 0.7.9" ,
7
7
"compatibleCoreVersion" : " 0.8.1" ,
8
8
"library" : true ,
17
17
" src/socketlib.js"
18
18
],
19
19
"url" : " https://github.com/manuelVo/foundryvtt-socketlib" ,
20
- "download" : " https://github.com/manuelVo/foundryvtt-socketlib/archive/v1.0.1 .zip" ,
20
+ "download" : " https://github.com/manuelVo/foundryvtt-socketlib/archive/v1.0.2 .zip" ,
21
21
"manifest" : " https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json" ,
22
22
"readme" : " https://github.com/manuelVo/foundryvtt-socketlib/blob/master/README.md" ,
23
23
"changelog" : " https://github.com/manuelVo/foundryvtt-socketlib/blob/master/CHANGELOG.md" ,
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ class SocketlibSocket {
114
114
func ( ...args ) ;
115
115
}
116
116
117
- async executeForAllOtherGMs ( handler , ...args ) {
117
+ async executeForOtherGMs ( handler , ...args ) {
118
118
const [ name , func ] = this . _resolveFunction ( handler ) ;
119
119
this . _sendCommand ( name , args , RECIPIENT_TYPES . ALL_GMS ) ;
120
120
}
You can’t perform that action at this time.
0 commit comments