spessasynth_core 4.2.7 → 4.2.9

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.
Files changed (4) hide show
  1. package/dist/index.d.ts +4716 -4638
  2. package/dist/index.js +19544 -22452
  3. package/dist/index.js.map +1 -1
  4. package/package.json +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spessasynth_core",
3
- "version": "4.2.7",
3
+ "version": "4.2.9",
4
4
  "description": "MIDI and SoundFont2/DLS library with no compromises",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -8,8 +8,8 @@
8
8
  "types": "dist/index.d.ts",
9
9
  "scripts": {
10
10
  "test": "node examples/midi_to_wav_node.ts",
11
- "lint": "eslint --cache",
12
- "build:fast": "rimraf -rf dist && tsup src/index.ts --dts --sourcemap --format esm",
11
+ "lint": "eslint .",
12
+ "build:fast": "rimraf -rf dist && tsdown src/index.ts --platform neutral --sourcemap",
13
13
  "build": "npm run test:types && npm run build:fast",
14
14
  "test:types": "npm run lint && tsc -b ",
15
15
  "prepack": "npm run build:fast && rimraf -rf *.tgz",
@@ -56,19 +56,19 @@
56
56
  ],
57
57
  "homepage": "https://github.com/spessasus/spessasynth_core#readme",
58
58
  "devDependencies": {
59
- "@eslint/js": "^9.32.0",
60
- "@types/node": "^24.2.1",
61
- "eslint": "^9.39.2",
59
+ "@eslint/js": "^10.0.1",
60
+ "@types/node": "^25.6.0",
61
+ "eslint": "^10.2.0",
62
62
  "eslint-config-prettier": "^10.1.8",
63
- "eslint-plugin-unicorn": "^62.0.0",
64
- "globals": "^16.3.0",
63
+ "eslint-plugin-unicorn": "^64.0.0",
64
+ "globals": "^17.4.0",
65
65
  "husky": "^9.1.7",
66
- "lint-staged": "^16.2.7",
67
- "prettier": "^3.6.2",
68
- "rimraf": "^6.0.1",
69
- "tsup": "^8.5.0",
70
- "typescript": "^5.8.3",
71
- "typescript-eslint": "^8.38.0"
66
+ "lint-staged": "^16.4.0",
67
+ "prettier": "^3.8.2",
68
+ "rimraf": "^6.1.3",
69
+ "tsdown": "^0.21.7",
70
+ "typescript": "^6.0.2",
71
+ "typescript-eslint": "^8.58.1"
72
72
  },
73
73
  "lint-staged": {
74
74
  "*.ts": [