File tree Expand file tree Collapse file tree 3 files changed +15
-14
lines changed Expand file tree Collapse file tree 3 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.13.2] - 2025-08-07
11
+
12
+ ### Fixed
13
+
14
+ - Fixed Node engine installation issue
15
+
10
16
## [ 0.13.1] - 2025-07-18
11
17
12
18
### Fixed
@@ -997,7 +1003,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
997
1003
[ #309 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/309
998
1004
[ #310 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/310
999
1005
1000
- [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.13.1...HEAD
1006
+ [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.13.2...HEAD
1007
+ [ 0.13.2 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.13.1...v0.13.2
1001
1008
[ 0.13.1 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.13.0...v0.13.1
1002
1009
[ 0.13.0 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.12.1...v0.13.0
1003
1010
[ 0.12.1 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.12.0...v0.12.1
Original file line number Diff line number Diff line change 2
2
"format_version" : 3 ,
3
3
"format_uuid" : " 289f771f-2c9a-4d73-9f3f-8492495a924d" ,
4
4
"tooth" : " github.com/LiteLDev/LegacyScriptEngine" ,
5
- "version" : " 0.13.1 " ,
5
+ "version" : " 0.13.2 " ,
6
6
"info" : {
7
7
"name" : " LegacyScriptEngine" ,
8
8
"description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
45
45
]
46
46
},
47
47
{
48
- "type" : " uncompressed " ,
48
+ "type" : " zip " ,
49
49
"urls" : [
50
50
" https://github.com/LiteLDev/node/releases/download/v22.12.0/node-prebuilt.zip"
51
51
],
52
52
"placements" : [
53
53
{
54
- "type" : " file " ,
54
+ "type" : " dir " ,
55
55
"src" : " " ,
56
- "dest" : " plugins/legacy-script-engine-nodejs/node.zip "
56
+ "dest" : " plugins/legacy-script-engine-nodejs/"
57
57
}
58
58
]
59
59
}
60
- ],
61
- "scripts" : {
62
- "install" : [
63
- " 7za.exe x -y plugins/legacy-script-engine-nodejs/node.zip -o./plugins/legacy-script-engine-nodejs/" ,
64
- " del plugins\\ legacy-script-engine-nodejs\\ node.zip"
65
- ]
66
- }
60
+ ]
67
61
},
68
62
{
69
63
"label" : " quickjs" ,
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
3
3
add_repositories (" levimc-repo https://github.com/LiteLDev/xmake-repo.git" )
4
4
5
5
if is_config (" target_type" , " server" ) then
6
- add_requires (" levilamina 1.4.0 " , {configs = {target_type = " server" }})
6
+ add_requires (" levilamina 1.4.3 " , {configs = {target_type = " server" }})
7
7
else
8
- add_requires (" levilamina 1.4.0 " , {configs = {target_type = " client" }})
8
+ add_requires (" levilamina 1.4.3 " , {configs = {target_type = " client" }})
9
9
end
10
10
11
11
add_requires (" levibuildscript" )
You can’t perform that action at this time.
0 commit comments