sonolus-bandori-engine 1.5.4 → 1.5.6

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.
Binary file
Binary file
Binary file
Binary file
package/dist/index.cjs CHANGED
@@ -18,7 +18,7 @@ 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.3';
21
+ exports.version = '1.5.6';
22
22
  exports.databaseEngineItem = {
23
23
  name: 'bandori',
24
24
  version: 13,
@@ -37,7 +37,7 @@ exports.databaseEngineItem = {
37
37
  zht: 'BanG Dream! 少女樂團派對',
38
38
  },
39
39
  author: {
40
- en: 'Burrito',
40
+ en: 'Burrito#1000',
41
41
  },
42
42
  description: {
43
43
  en: [
package/dist/index.d.cts CHANGED
@@ -1,6 +1,6 @@
1
1
  export { bestdoriToLevelData } from './bestdori/convert.cjs';
2
2
  export * from './bestdori/index.cjs';
3
- export declare const version = "1.5.3";
3
+ export declare const version = "1.5.6";
4
4
  export declare const databaseEngineItem: {
5
5
  readonly name: "bandori";
6
6
  readonly version: 13;
@@ -19,7 +19,7 @@ export declare const databaseEngineItem: {
19
19
  readonly zht: "BanG Dream! 少女樂團派對";
20
20
  };
21
21
  readonly author: {
22
- readonly en: "Burrito";
22
+ readonly en: "Burrito#1000";
23
23
  };
24
24
  readonly description: {
25
25
  readonly en: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sonolus-bandori-engine",
3
- "version": "1.5.4",
3
+ "version": "1.5.6",
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,17 @@
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.12.0"
34
+ "@sonolus/core": "~7.13.2"
35
35
  },
36
36
  "devDependencies": {
37
- "@eslint/js": "^9.20.0",
38
- "@sonolus/sonolus.js": "~9.5.4",
39
- "@types/eslint__js": "^8.42.3",
40
- "@types/node": "^20.17.19",
41
- "eslint": "^9.20.1",
42
- "eslint-config-prettier": "^10.0.1",
43
- "prettier": "^3.5.1",
37
+ "@eslint/js": "^9.29.0",
38
+ "@sonolus/sonolus.js": "~9.5.6",
39
+ "@types/node": "^20.19.1",
40
+ "eslint": "^9.29.0",
41
+ "eslint-config-prettier": "^10.1.5",
42
+ "prettier": "^3.6.1",
44
43
  "prettier-plugin-organize-imports": "^4.1.0",
45
- "typescript": "~5.7.3",
46
- "typescript-eslint": "^8.24.1"
44
+ "typescript": "~5.8.3",
45
+ "typescript-eslint": "^8.35.0"
47
46
  }
48
47
  }