Skip to content

Commit ebb9382

Browse files
committed
chore: update tooth.json and xmake.lua
1 parent 8ac8212 commit ebb9382

File tree

5 files changed

+25
-25
lines changed

5 files changed

+25
-25
lines changed

tooth.lua.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-lua",
4-
"version": "0.9.7",
4+
"version": "0.10.0",
55
"info": {
66
"name": "LegacyScriptEngine with Lua backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",
@@ -12,12 +12,12 @@
1212
]
1313
},
1414
"dependencies": {
15-
"github.com/LiteLDev/LegacyRemoteCall": "0.9.x",
16-
"github.com/LiteLDev/LegacyParticleAPI": "0.9.x",
17-
"github.com/LiteLDev/LegacyMoney": "0.9.x"
15+
"github.com/LiteLDev/LegacyRemoteCall": "0.10.x",
16+
"github.com/LiteLDev/LegacyParticleAPI": "0.10.x",
17+
"github.com/LiteLDev/LegacyMoney": "0.10.x"
1818
},
1919
"prerequisites": {
20-
"github.com/LiteLDev/LeviLamina": "1.0.x"
20+
"github.com/LiteLDev/LeviLamina": "1.1.x"
2121
},
2222
"files": {
2323
"place": [

tooth.nodejs.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs",
4-
"version": "0.9.7",
4+
"version": "0.10.0",
55
"info": {
66
"name": "LegacyScriptEngine with NodeJs backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",
@@ -12,14 +12,14 @@
1212
]
1313
},
1414
"dependencies": {
15-
"github.com/LiteLDev/LegacyRemoteCall": "0.9.x",
16-
"github.com/LiteLDev/LegacyParticleAPI": "0.9.x",
17-
"github.com/LiteLDev/LegacyMoney": "0.9.x",
15+
"github.com/LiteLDev/LegacyRemoteCall": "0.10.x",
16+
"github.com/LiteLDev/LegacyParticleAPI": "0.10.x",
17+
"github.com/LiteLDev/LegacyMoney": "0.10.x",
1818
"gitea.litebds.com/ShrBox/7-zip": "24.x",
1919
"gitea.litebds.com/LiteLDev/node-binaries": "22.12.0-rc.2"
2020
},
2121
"prerequisites": {
22-
"github.com/LiteLDev/LeviLamina": "1.0.x"
22+
"github.com/LiteLDev/LeviLamina": "1.1.x"
2323
},
2424
"files": {
2525
"place": [

tooth.python.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-python",
4-
"version": "0.9.7",
4+
"version": "0.10.0",
55
"info": {
66
"name": "LegacyScriptEngine with Python backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",
@@ -12,12 +12,12 @@
1212
]
1313
},
1414
"dependencies": {
15-
"github.com/LiteLDev/LegacyRemoteCall": "0.9.x",
16-
"github.com/LiteLDev/LegacyParticleAPI": "0.9.x",
17-
"github.com/LiteLDev/LegacyMoney": "0.9.x"
15+
"github.com/LiteLDev/LegacyRemoteCall": "0.10.x",
16+
"github.com/LiteLDev/LegacyParticleAPI": "0.10.x",
17+
"github.com/LiteLDev/LegacyMoney": "0.10.x"
1818
},
1919
"prerequisites": {
20-
"github.com/LiteLDev/LeviLamina": "1.0.x"
20+
"github.com/LiteLDev/LeviLamina": "1.1.x"
2121
},
2222
"files": {
2323
"place": [

tooth.quickjs.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 2,
33
"tooth": "gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs",
4-
"version": "0.9.7",
4+
"version": "0.10.0",
55
"info": {
66
"name": "LegacyScriptEngine with QuickJs backend",
77
"description": "A plugin engine for running LLSE plugins on LeviLamina",
@@ -12,12 +12,12 @@
1212
]
1313
},
1414
"dependencies": {
15-
"github.com/LiteLDev/LegacyRemoteCall": "0.9.x",
16-
"github.com/LiteLDev/LegacyParticleAPI": "0.9.x",
17-
"github.com/LiteLDev/LegacyMoney": "0.9.x"
15+
"github.com/LiteLDev/LegacyRemoteCall": "0.10.x",
16+
"github.com/LiteLDev/LegacyParticleAPI": "0.10.x",
17+
"github.com/LiteLDev/LegacyMoney": "0.10.x"
1818
},
1919
"prerequisites": {
20-
"github.com/LiteLDev/LeviLamina": "1.0.x"
20+
"github.com/LiteLDev/LeviLamina": "1.1.x"
2121
},
2222
"files": {
2323
"place": [

xmake.lua

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ add_rules("mode.debug", "mode.release")
33
add_repositories("levimc-repo https://github.com/LiteLDev/xmake-repo.git")
44

55
if is_config("target_type", "server") then
6-
add_requires("levilamina 2e818330ddc776bffa06c2ccea9f6f6497b8978d", {configs = {target_type = "server"}})
6+
add_requires("levilamina 1.1.0", {configs = {target_type = "server"}})
77
else
8-
add_requires("levilamina 2e818330ddc776bffa06c2ccea9f6f6497b8978d", {configs = {target_type = "client"}})
8+
add_requires("levilamina 1.1.0", {configs = {target_type = "client"}})
99
end
1010

1111
add_requires("levibuildscript")
1212

1313
add_requires(
14-
"legacymoney 0.9.0-rc.1",
15-
"legacyparticleapi 0.9.0-rc.1",
16-
"legacyremotecall 0.9.0-rc.1",
14+
"legacymoney 0.10.0",
15+
"legacyparticleapi 0.10.0",
16+
"legacyremotecall 0.10.0",
1717
"lightwebsocketclient 1.0.1",
1818
"magic_enum v0.9.7",
1919
"nlohmann_json v3.11.3",

0 commit comments

Comments
 (0)