From 9d1c58dd8246cfccbd9f3109896cdb8f9c372913 Mon Sep 17 00:00:00 2001 From: gwigz <9297195+gwigz@users.noreply.github.com> Date: Sun, 29 Mar 2026 07:15:19 +0000 Subject: [PATCH] chore(types): bump slua-definitions to 0e17d0f --- .changeset/bump-lsl-definitions.md | 5 +++++ packages/types/index.d.ts | 2 +- refs/lsl-definitions | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .changeset/bump-lsl-definitions.md diff --git a/.changeset/bump-lsl-definitions.md b/.changeset/bump-lsl-definitions.md new file mode 100644 index 0000000..599a013 --- /dev/null +++ b/.changeset/bump-lsl-definitions.md @@ -0,0 +1,5 @@ +--- +"@gwigz/slua-types": patch +--- + +Update SLua definitions submodule to latest upstream diff --git a/packages/types/index.d.ts b/packages/types/index.d.ts index 52c2264..75b75bd 100644 --- a/packages/types/index.d.ts +++ b/packages/types/index.d.ts @@ -1112,7 +1112,7 @@ declare namespace table { export function clear(t: any[]): void /** Reduces the memory usage of the table to the minimum necessary. */ - export function shrink(t: V[], reorder?: boolean): V[] + export function shrink(t: V[], shrinkSparse?: boolean): V[] /** Freezes a table, making it read-only. */ export function freeze(t: table): table diff --git a/refs/lsl-definitions b/refs/lsl-definitions index 3772f17..0e17d0f 160000 --- a/refs/lsl-definitions +++ b/refs/lsl-definitions @@ -1 +1 @@ -Subproject commit 3772f1757914c796606d8252bc41ce242be4c1da +Subproject commit 0e17d0fb7ced62b1bdff29b196655691ddb5f94d