From 998dee6294300df2da9baf3f6fb88654ca738038 Mon Sep 17 00:00:00 2001 From: koxx12-dev <80456351+koxx12-dev@users.noreply.github.com> Date: Thu, 17 Jul 2025 19:07:44 +0200 Subject: [PATCH 1/2] fix: buffer guard generation --- src/structs.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/structs.ts b/src/structs.ts index 7c336a0..fb5e285 100644 --- a/src/structs.ts +++ b/src/structs.ts @@ -35,6 +35,8 @@ type ReplaceByMapWithDepth = ? CFrame : T extends String ? string + : T extends buffer + ? buffer : T extends { _packed: [infer V] } ? ReplaceByMapWithDepth : T extends { _list: [infer V] } From 964306ea9fe95209edbb3d0c01235d933a76a814 Mon Sep 17 00:00:00 2001 From: koxx12-dev <80456351+koxx12-dev@users.noreply.github.com> Date: Sat, 19 Jul 2025 10:46:53 +0200 Subject: [PATCH 2/2] build: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ce92b48..40c3d79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rbxts/tether", - "version": "1.3.22", + "version": "1.3.23", "main": "out/init.luau", "scripts": { "setup-rokit": "rokit trust lune-org/lune && rokit trust rojo-rbx/rojo && rokit install",