@rbxts/tether 1.3.5 → 1.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@ local Players = _services.Players
7
7
  local RunService = _services.RunService
8
8
  local Destroyable = TS.import(script, TS.getModule(script, "@rbxts", "destroyable").out).default
9
9
  local Object = TS.import(script, TS.getModule(script, "@rbxts", "object-utils"))
10
- local createSerializer = TS.import(script, TS.getModule(script, "@rbxts", "serio").out).default
10
+ local createSerializer = TS.import(script, TS.getModule(script, "@rbxts", "serio").tests.out.src).default
11
11
  local repr = TS.import(script, TS.getModule(script, "@rbxts", "repr").out)
12
12
  local _middleware = TS.import(script, script.Parent, "middleware")
13
13
  local DropRequest = _middleware.DropRequest
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/tether",
3
- "version": "1.3.5",
3
+ "version": "1.3.7",
4
4
  "main": "out/init.lua",
5
5
  "scripts": {
6
6
  "build": "rbxtsc",
@@ -40,11 +40,11 @@
40
40
  "@flamework/core": "^1.3.1",
41
41
  "@flamework/networking": "^1.3.1",
42
42
  "@rbxts/destroyable": "^1.0.1",
43
- "@rbxts/serio": "^1.0.9",
44
43
  "@rbxts/flamework-meta-utils": "^1.0.4",
45
44
  "@rbxts/object-utils": "^1.0.4",
46
45
  "@rbxts/repr": "^1.0.1",
46
+ "@rbxts/serio": "^1.0.12",
47
47
  "@rbxts/services": "^1.5.5",
48
48
  "ts-toolbelt": "^9.6.0"
49
49
  }
50
- }
50
+ }