sonolus-llsif-engine 1.5.0 → 1.5.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.
Binary file
Binary file
package/dist/index.cjs CHANGED
@@ -21,10 +21,10 @@ __exportStar(require("./nss/index.cjs"), exports);
21
21
  var convert_cjs_2 = require("./sifc/convert.cjs");
22
22
  Object.defineProperty(exports, "sifcToLevelData", { enumerable: true, get: function () { return convert_cjs_2.sifcToLevelData; } });
23
23
  __exportStar(require("./sifc/index.cjs"), exports);
24
- exports.version = '1.5.0';
24
+ exports.version = '1.5.1';
25
25
  exports.databaseEngineItem = {
26
26
  name: 'llsif',
27
- version: 12,
27
+ version: 13,
28
28
  title: {
29
29
  en: 'Love Live!',
30
30
  ja: 'ラブライブ!',
package/dist/index.d.cts CHANGED
@@ -2,10 +2,10 @@ export { nssToSIFC } from './nss/convert.cjs';
2
2
  export * from './nss/index.cjs';
3
3
  export { sifcToLevelData } from './sifc/convert.cjs';
4
4
  export * from './sifc/index.cjs';
5
- export declare const version = "1.5.0";
5
+ export declare const version = "1.5.1";
6
6
  export declare const databaseEngineItem: {
7
7
  readonly name: "llsif";
8
- readonly version: 12;
8
+ readonly version: 13;
9
9
  readonly title: {
10
10
  readonly en: "Love Live!";
11
11
  readonly ja: "ラブライブ!";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sonolus-llsif-engine",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "A recreation of Love Live! School idol festival engine in Sonolus",
5
5
  "author": "NonSpicyBurrito",
6
6
  "repository": "github:NonSpicyBurrito/sonolus-llsif-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.9.3"
34
+ "@sonolus/core": "~7.12.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@eslint/js": "^9.16.0",
38
- "@sonolus/sonolus.js": "~9.5.1",
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.9",
41
- "eslint": "^9.16.0",
42
- "eslint-config-prettier": "^9.1.0",
43
- "prettier": "^3.4.1",
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.2",
46
- "typescript-eslint": "^8.16.0"
45
+ "typescript": "~5.7.3",
46
+ "typescript-eslint": "^8.24.1"
47
47
  }
48
48
  }