@sonolus/generate-static 5.4.6 → 5.4.8

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/index.js CHANGED
@@ -18,7 +18,7 @@ const skin_1 = require("./server/items/skin");
18
18
  const json_1 = require("./utils/json");
19
19
  const options = new commander_1.Command()
20
20
  .name('sonolus-generate-static')
21
- .version('5.4.6')
21
+ .version('5.4.8')
22
22
  .option('-i, --input <value>', 'input directory', 'pack')
23
23
  .option('-o, --output <value>', 'output directory', 'static')
24
24
  .option('-a, --address [value]', 'address')
@@ -7,7 +7,7 @@ const srl_1 = require("../srl");
7
7
  const tag_1 = require("../tag");
8
8
  exports.databaseEngineItemSchema = typebox_1.Type.Object({
9
9
  name: typebox_1.Type.String(),
10
- version: typebox_1.Type.Literal(12),
10
+ version: typebox_1.Type.Literal(13),
11
11
  title: localizationText_1.localizationTextSchema,
12
12
  subtitle: localizationText_1.localizationTextSchema,
13
13
  author: localizationText_1.localizationTextSchema,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonolus/generate-static",
3
- "version": "5.4.6",
3
+ "version": "5.4.8",
4
4
  "description": "CLI tool to generate static Sonolus server from repository and database",
5
5
  "author": "NonSpicyBurrito",
6
6
  "repository": "github:Sonolus/sonolus-generate-static",
@@ -21,20 +21,20 @@
21
21
  "build": "tsc -p ."
22
22
  },
23
23
  "devDependencies": {
24
- "@eslint/js": "^9.17.0",
24
+ "@eslint/js": "^9.20.0",
25
25
  "@types/eslint__js": "^8.42.3",
26
26
  "@types/fs-extra": "^11.0.4",
27
- "eslint": "^9.17.0",
28
- "eslint-config-prettier": "^9.1.0",
29
- "prettier": "^3.4.2",
27
+ "eslint": "^9.20.1",
28
+ "eslint-config-prettier": "^10.0.1",
29
+ "prettier": "^3.5.1",
30
30
  "prettier-plugin-organize-imports": "^4.1.0",
31
- "typescript": "~5.7.2",
32
- "typescript-eslint": "^8.18.2"
31
+ "typescript": "~5.7.3",
32
+ "typescript-eslint": "^8.24.1"
33
33
  },
34
34
  "dependencies": {
35
- "@sinclair/typebox": "^0.34.13",
36
- "@sonolus/core": "~7.10.0",
37
- "commander": "^12.1.0",
38
- "fs-extra": "^11.2.0"
35
+ "@sinclair/typebox": "^0.34.27",
36
+ "@sonolus/core": "~7.12.0",
37
+ "commander": "^13.1.0",
38
+ "fs-extra": "^11.3.0"
39
39
  }
40
40
  }