sonolus-bandori-engine 1.6.0 → 1.6.1
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/EngineWatchData +0 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +10 -10
package/dist/EngineWatchData
CHANGED
|
Binary file
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { bestdoriToLevelData } from './bestdori/convert.js';
|
|
2
2
|
export * from './bestdori/index.js';
|
|
3
|
-
export declare const version = "1.6.
|
|
3
|
+
export declare const version = "1.6.1";
|
|
4
4
|
export declare const databaseEngineItem: {
|
|
5
5
|
readonly name: "bandori";
|
|
6
6
|
readonly version: 13;
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sonolus-bandori-engine",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.1",
|
|
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",
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
"build": "tsc -p ./lib && sonolus-cli --build ./play && sonolus-cli --build ./watch && sonolus-cli --build ./preview && sonolus-cli --build ./tutorial && node ./lib/build.js"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@sonolus/core": "~7.
|
|
35
|
+
"@sonolus/core": "~7.15.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@eslint/js": "^9.
|
|
39
|
-
"@sonolus/sonolus.js": "~9.
|
|
40
|
-
"@types/node": "^22.
|
|
41
|
-
"eslint": "^9.
|
|
38
|
+
"@eslint/js": "^9.39.2",
|
|
39
|
+
"@sonolus/sonolus.js": "~9.7.0",
|
|
40
|
+
"@types/node": "^22.19.7",
|
|
41
|
+
"eslint": "^9.39.2",
|
|
42
42
|
"eslint-config-prettier": "^10.1.8",
|
|
43
|
-
"prettier": "^3.
|
|
44
|
-
"prettier-plugin-organize-imports": "^4.
|
|
45
|
-
"typescript": "~5.
|
|
46
|
-
"typescript-eslint": "^8.
|
|
43
|
+
"prettier": "^3.8.1",
|
|
44
|
+
"prettier-plugin-organize-imports": "^4.3.0",
|
|
45
|
+
"typescript": "~5.9.3",
|
|
46
|
+
"typescript-eslint": "^8.53.1"
|
|
47
47
|
}
|
|
48
48
|
}
|