77 "info" : {
88 "name" : " PlaylistCore" ,
99 "id" : " playlistcore" ,
10- "version" : " 1.5.2 " ,
10+ "version" : " 1.5.3 " ,
1111 "url" : " https://github.com/Metalit/PlaylistCore" ,
1212 "additionalData" : {
1313 "overrideSoName" : " libplaylistcore.so"
1818 "build" : [
1919 " pwsh ./scripts/build.ps1 $0?"
2020 ],
21+ "clean" : [
22+ " pwsh ./scripts/build.ps1 -clean"
23+ ],
2124 "copy" : [
2225 " pwsh ./scripts/copy.ps1 $0:?" ,
2326 " pwsh ./scripts/restart-game.ps1"
4548 " pwsh ./scripts/pull-tombstone.ps1 -analyze"
4649 ]
4750 },
48- "qmodIncludeDirs" : [],
51+ "qmodIncludeDirs" : [
52+ " ./build" ,
53+ " ./extern/libs"
54+ ],
4955 "qmodIncludeFiles" : [],
50- "qmodOutput" : null
56+ "qmodOutput" : " ./PlaylistCore.qmod "
5157 },
5258 "dependencies" : [
5359 {
5763 },
5864 {
5965 "id" : " bs-cordl" ,
60- "versionRange" : " ^4006.0.0 " ,
66+ "versionRange" : " 4007.* " ,
6167 "additionalData" : {}
6268 },
6369 {
6470 "id" : " bsml" ,
65- "versionRange" : " ^0.4.53 " ,
71+ "versionRange" : " ^0.4.54 " ,
6672 "additionalData" : {
6773 "private" : true
6874 }
9197 },
9298 {
9399 "id" : " songcore" ,
94- "versionRange" : " ^1.1.22 " ,
100+ "versionRange" : " ^1.1.23 " ,
95101 "additionalData" : {}
96102 },
97103 {
111117 },
112118 {
113119 "id" : " metacore" ,
114- "versionRange" : " ^1.3.0 " ,
120+ "versionRange" : " ^1.3.3 " ,
115121 "additionalData" : {}
116122 }
117123 ]
135141 {
136142 "dependency" : {
137143 "id" : " bs-cordl" ,
138- "versionRange" : " =4006 .0.0" ,
144+ "versionRange" : " =4007 .0.0" ,
139145 "additionalData" : {
140146 "headersOnly" : true ,
141- "branchName" : " version/v4006_0_0 " ,
147+ "branchName" : " version/v4007_0_0 " ,
142148 "compileOptions" : {
143149 "includePaths" : [
144150 " include"
154160 }
155161 }
156162 },
157- "version" : " 4006 .0.0"
163+ "version" : " 4007 .0.0"
158164 },
159165 {
160166 "dependency" : {
161167 "id" : " metacore" ,
162- "versionRange" : " =1.3.0 " ,
168+ "versionRange" : " =1.3.3 " ,
163169 "additionalData" : {
170+ "soLink" : " https://github.com/Metalit/MetaCore/releases/download/v1.3.3/libmetacore.so" ,
164171 "overrideSoName" : " libmetacore.so" ,
172+ "modLink" : " https://github.com/Metalit/MetaCore/releases/download/v1.3.3/MetaCore.qmod" ,
173+ "branchName" : " version/v1_3_3" ,
165174 "cmake" : true
166175 }
167176 },
168- "version" : " 1.3.0 "
177+ "version" : " 1.3.3 "
169178 },
170179 {
171180 "dependency" : {
333342 {
334343 "dependency" : {
335344 "id" : " bsml" ,
336- "versionRange" : " =0.4.53 " ,
345+ "versionRange" : " =0.4.54 " ,
337346 "additionalData" : {
338- "soLink" : " https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.53 /libbsml.so" ,
339- "debugSoLink" : " https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.53 /debug_libbsml.so" ,
347+ "soLink" : " https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.54 /libbsml.so" ,
348+ "debugSoLink" : " https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.54 /debug_libbsml.so" ,
340349 "overrideSoName" : " libbsml.so" ,
341- "modLink" : " https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.53 /BSML.qmod" ,
342- "branchName" : " version/v0_4_53 " ,
350+ "modLink" : " https://github.com/bsq-ports/Quest-BSML/releases/download/v0.4.54 /BSML.qmod" ,
351+ "branchName" : " version/v0_4_54 " ,
343352 "cmake" : true
344353 }
345354 },
346- "version" : " 0.4.53 "
355+ "version" : " 0.4.54 "
347356 },
348357 {
349358 "dependency" : {
350359 "id" : " songcore" ,
351- "versionRange" : " =1.1.22 " ,
360+ "versionRange" : " =1.1.23 " ,
352361 "additionalData" : {
362+ "soLink" : " https://github.com/raineaeternal/Quest-SongCore/releases/download/v1.1.23/libsongcore.so" ,
363+ "debugSoLink" : " https://github.com/raineaeternal/Quest-SongCore/releases/download/v1.1.23/debug_libsongcore.so" ,
353364 "overrideSoName" : " libsongcore.so" ,
365+ "modLink" : " https://github.com/raineaeternal/Quest-SongCore/releases/download/v1.1.23/SongCore.qmod" ,
366+ "branchName" : " version/v1_1_23" ,
354367 "cmake" : true
355368 }
356369 },
357- "version" : " 1.1.22 "
370+ "version" : " 1.1.23 "
358371 }
359372 ]
360373}
0 commit comments