From 71006a66d6fb74cf091197bac9809b7659aea387 Mon Sep 17 00:00:00 2001 From: Kaitlyn~Ethylia Date: Sun, 4 Feb 2024 11:57:23 +0000 Subject: [PATCH 1/2] Add lsqlite3 addon --- .gitmodules | 3 +++ addons/lsqlite3/info.json | 5 +++++ addons/lsqlite3/module | 1 + 3 files changed, 9 insertions(+) create mode 100644 addons/lsqlite3/info.json create mode 160000 addons/lsqlite3/module diff --git a/.gitmodules b/.gitmodules index 00910f18..9654e670 100644 --- a/.gitmodules +++ b/.gitmodules @@ -221,3 +221,6 @@ [submodule "addons/lua-enet/module"] path = addons/lua-enet/module url = https://github.com/masakk1/LuaCATS-lua-enet.git +[submodule "addons/lsqlite3/module"] + path = addons/lsqlite3/module + url = https://github.com/KaitlynEthylia/LuaSQLite3-annotations diff --git a/addons/lsqlite3/info.json b/addons/lsqlite3/info.json new file mode 100644 index 00000000..bd62010a --- /dev/null +++ b/addons/lsqlite3/info.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "lsqlite3", + "description": "Annotations for the LuaSQLite3 Library" +} diff --git a/addons/lsqlite3/module b/addons/lsqlite3/module new file mode 160000 index 00000000..0df638da --- /dev/null +++ b/addons/lsqlite3/module @@ -0,0 +1 @@ +Subproject commit 0df638da32f0a2a6f9da26e1dbc09a7a34c57c11 From 5d5016b6cab0c777970b1c3161da6053b84a3630 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 00:00:56 +0000 Subject: [PATCH 2/2] chore: Update Addon Metadata --- addons/lsqlite3/info.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/addons/lsqlite3/info.json b/addons/lsqlite3/info.json index bd62010a..52182bad 100644 --- a/addons/lsqlite3/info.json +++ b/addons/lsqlite3/info.json @@ -1,5 +1,7 @@ { - "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", - "name": "lsqlite3", - "description": "Annotations for the LuaSQLite3 Library" + "$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/addon_info.schema.json", + "name": "lsqlite3", + "description": "Annotations for the LuaSQLite3 Library", + "size": 51283, + "hasPlugin": false }