@coderline/alphatab 1.7.0-alpha.1504 → 1.7.0-alpha.1511
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/alphaTab.core.min.mjs +2 -2
- package/dist/alphaTab.core.mjs +6619 -3505
- package/dist/alphaTab.d.ts +1091 -68
- package/dist/alphaTab.js +6627 -3511
- package/dist/alphaTab.min.js +2 -2
- package/dist/alphaTab.min.mjs +2 -2
- package/dist/alphaTab.mjs +2 -2
- package/dist/alphaTab.vite.js +5 -5
- package/dist/alphaTab.vite.mjs +5 -5
- package/dist/alphaTab.webpack.js +3 -3
- package/dist/alphaTab.webpack.mjs +3 -3
- package/dist/alphaTab.worker.min.mjs +1 -1
- package/dist/alphaTab.worker.mjs +1 -1
- package/dist/alphaTab.worklet.min.mjs +1 -1
- package/dist/alphaTab.worklet.mjs +1 -1
- package/dist/font/Bravura-FONTLOG.txt +100 -1
- package/dist/font/Bravura.eot +0 -0
- package/dist/font/Bravura.otf +0 -0
- package/dist/font/Bravura.svg +12296 -3862
- package/dist/font/Bravura.woff +0 -0
- package/dist/font/Bravura.woff2 +0 -0
- package/package.json +6 -20
package/dist/font/Bravura.woff
CHANGED
|
Binary file
|
package/dist/font/Bravura.woff2
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coderline/alphatab",
|
|
3
|
-
"version": "1.7.0-alpha.
|
|
3
|
+
"version": "1.7.0-alpha.1511",
|
|
4
4
|
"description": "alphaTab is a music notation and guitar tablature rendering library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"guitar",
|
|
@@ -68,10 +68,11 @@
|
|
|
68
68
|
"test-kotlin": "node scripts/gradlew.mjs testReleaseUnitTest --info",
|
|
69
69
|
"test-accept-reference": "tsx scripts/accept-new-reference-files.ts",
|
|
70
70
|
"typecheck": "tsc --noEmit",
|
|
71
|
-
"prepack": "node scripts/prepack.mjs"
|
|
71
|
+
"prepack": "node scripts/prepack.mjs",
|
|
72
|
+
"bravura-smufl": "tsx scripts/smufl-metadata.ts font/bravura/bravura_metadata.json font/bravura/bravura_alphatab_metadata.json true"
|
|
72
73
|
},
|
|
73
74
|
"devDependencies": {
|
|
74
|
-
"@biomejs/biome": "^1.
|
|
75
|
+
"@biomejs/biome": "^2.1.4",
|
|
75
76
|
"@coderline/alphaskia": "^3.4.135",
|
|
76
77
|
"@coderline/alphaskia-linux": "^3.4.135",
|
|
77
78
|
"@coderline/alphaskia-windows": "^3.4.135",
|
|
@@ -80,44 +81,29 @@
|
|
|
80
81
|
"@fortawesome/fontawesome-free": "^7.0.0",
|
|
81
82
|
"@microsoft/api-extractor": "^7.51.1",
|
|
82
83
|
"@popperjs/core": "^2.11.8",
|
|
83
|
-
"@rollup/plugin-commonjs": "^28.0.2",
|
|
84
|
-
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
85
|
-
"@rollup/plugin-replace": "^6.0.2",
|
|
86
84
|
"@rollup/plugin-terser": "^0.4.4",
|
|
87
85
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
88
86
|
"@types/bootstrap": "^5.2.10",
|
|
89
87
|
"@types/chai": "^5.0.1",
|
|
90
|
-
"@types/cors": "^2.8.17",
|
|
91
|
-
"@types/express": "^5.0.0",
|
|
92
88
|
"@types/mocha": "^10.0.10",
|
|
93
|
-
"@types/node": "^
|
|
94
|
-
"@types/opener": "^1.4.3",
|
|
95
|
-
"@typescript-eslint/eslint-plugin": "^8.24.1",
|
|
96
|
-
"@typescript-eslint/parser": "^8.24.1",
|
|
89
|
+
"@types/node": "^24.2.1",
|
|
97
90
|
"ace-builds": "^1.38.0",
|
|
98
91
|
"assert": "^2.1.0",
|
|
99
92
|
"bootstrap": "^5.3.3",
|
|
100
93
|
"chai": "^5.2.0",
|
|
101
94
|
"chalk": "^5.4.1",
|
|
102
|
-
"concurrently": "^9.1.2",
|
|
103
|
-
"cors": "^2.8.5",
|
|
104
|
-
"eslint": "^9.20.1",
|
|
105
|
-
"express": "^5.1.0",
|
|
106
95
|
"fs-extra": "^11.3.0",
|
|
107
96
|
"handlebars": "^4.7.8",
|
|
108
97
|
"html-webpack-plugin": "^5.6.3",
|
|
109
98
|
"jest-snapshot": "^29.7.0",
|
|
110
99
|
"mocha": "^11.1.0",
|
|
111
|
-
"multer": "^2.0.0",
|
|
112
|
-
"opener": "^1.5.2",
|
|
113
100
|
"rimraf": "^6.0.1",
|
|
114
101
|
"rollup-plugin-copy": "^3.5.0",
|
|
115
|
-
"rollup-plugin-dts": "^6.1.1",
|
|
116
102
|
"rollup-plugin-license": "^3.6.0",
|
|
117
103
|
"terser": "^5.39.0",
|
|
118
104
|
"tslib": "^2.8.1",
|
|
119
105
|
"tsx": "^4.19.3",
|
|
120
|
-
"typescript": "^5.
|
|
106
|
+
"typescript": "^5.9.2",
|
|
121
107
|
"vite": "^7.0.2",
|
|
122
108
|
"vite-tsconfig-paths": "^5.1.4",
|
|
123
109
|
"webpack": "^5.98.0",
|