File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414``` toml
1515[dependencies ]
16- Lync = " axp3cter/lync@1.4.2 "
16+ Lync = " axp3cter/lync@1.4.3 "
1717```
1818
1919** npm (roblox-ts)**
163163| | What it does |
164164| :---------| :------------|
165165| ` Lync.start() ` | Sets up transport. Server creates remotes, client connects. Call once after all definitions. |
166- | ` Lync.VERSION ` | ` "1.4.2 " ` |
166+ | ` Lync.VERSION ` | ` "1.4.3 " ` |
167167
168168## Packets
169169
Original file line number Diff line number Diff line change 8484-- Public -------------------------------------------------------------
8585
8686local Lync = {
87- VERSION = "1.4.2 " ,
87+ VERSION = "1.4.3 " ,
8888
8989 -- Lifecycle
9090 start = start ,
Original file line number Diff line number Diff line change 11[package ]
22name = " axp3cter/lync"
3- version = " 1.4.2 "
3+ version = " 1.4.3 "
44description = " Buffer networking for Roblox. Delta compression, XOR framing, built-in security."
55license = " MIT"
66authors = [" Axp3cter" ]
You can’t perform that action at this time.
0 commit comments