sonolus-bandori-engine 1.5.2 → 1.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/EngineConfiguration +0 -0
- package/dist/EnginePlayData +0 -0
- package/dist/EnginePreviewData +0 -0
- package/dist/EngineTutorialData +0 -0
- package/dist/EngineWatchData +0 -0
- package/dist/index.cjs +2 -2
- package/dist/index.d.cts +2 -2
- package/package.json +10 -10
package/dist/EngineConfiguration
CHANGED
|
Binary file
|
package/dist/EnginePlayData
CHANGED
|
Binary file
|
package/dist/EnginePreviewData
CHANGED
|
Binary file
|
package/dist/EngineTutorialData
CHANGED
|
Binary file
|
package/dist/EngineWatchData
CHANGED
|
Binary file
|
package/dist/index.cjs
CHANGED
|
@@ -18,10 +18,10 @@ exports.databaseEngineItem = exports.version = exports.bestdoriToLevelData = voi
|
|
|
18
18
|
var convert_cjs_1 = require("./bestdori/convert.cjs");
|
|
19
19
|
Object.defineProperty(exports, "bestdoriToLevelData", { enumerable: true, get: function () { return convert_cjs_1.bestdoriToLevelData; } });
|
|
20
20
|
__exportStar(require("./bestdori/index.cjs"), exports);
|
|
21
|
-
exports.version = '1.5.
|
|
21
|
+
exports.version = '1.5.3';
|
|
22
22
|
exports.databaseEngineItem = {
|
|
23
23
|
name: 'bandori',
|
|
24
|
-
version:
|
|
24
|
+
version: 13,
|
|
25
25
|
title: {
|
|
26
26
|
en: 'BanG Dream!',
|
|
27
27
|
ja: 'バンドリ!',
|
package/dist/index.d.cts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export { bestdoriToLevelData } from './bestdori/convert.cjs';
|
|
2
2
|
export * from './bestdori/index.cjs';
|
|
3
|
-
export declare const version = "1.5.
|
|
3
|
+
export declare const version = "1.5.3";
|
|
4
4
|
export declare const databaseEngineItem: {
|
|
5
5
|
readonly name: "bandori";
|
|
6
|
-
readonly version:
|
|
6
|
+
readonly version: 13;
|
|
7
7
|
readonly title: {
|
|
8
8
|
readonly en: "BanG Dream!";
|
|
9
9
|
readonly ja: "バンドリ!";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sonolus-bandori-engine",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.4",
|
|
4
4
|
"description": "A recreation of BanG Dream! Girls Band Party engine in Sonolus",
|
|
5
5
|
"author": "NonSpicyBurrito",
|
|
6
6
|
"repository": "github:NonSpicyBurrito/sonolus-bandori-engine",
|
|
@@ -31,18 +31,18 @@
|
|
|
31
31
|
"build": "tsc -p ./lib && sonolus-cli --build ./play && sonolus-cli --build ./watch && sonolus-cli --build ./preview && sonolus-cli --build ./tutorial && node ./lib/build.mjs"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@sonolus/core": "~7.
|
|
34
|
+
"@sonolus/core": "~7.12.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@eslint/js": "^9.
|
|
38
|
-
"@sonolus/sonolus.js": "~9.5.
|
|
37
|
+
"@eslint/js": "^9.20.0",
|
|
38
|
+
"@sonolus/sonolus.js": "~9.5.4",
|
|
39
39
|
"@types/eslint__js": "^8.42.3",
|
|
40
|
-
"@types/node": "^20.17.
|
|
41
|
-
"eslint": "^9.
|
|
42
|
-
"eslint-config-prettier": "^
|
|
43
|
-
"prettier": "^3.
|
|
40
|
+
"@types/node": "^20.17.19",
|
|
41
|
+
"eslint": "^9.20.1",
|
|
42
|
+
"eslint-config-prettier": "^10.0.1",
|
|
43
|
+
"prettier": "^3.5.1",
|
|
44
44
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
45
|
-
"typescript": "~5.7.
|
|
46
|
-
"typescript-eslint": "^8.
|
|
45
|
+
"typescript": "~5.7.3",
|
|
46
|
+
"typescript-eslint": "^8.24.1"
|
|
47
47
|
}
|
|
48
48
|
}
|