@coderline/alphatab 1.9.0-alpha.1767 → 1.9.0-alpha.1785
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/README.md +1 -3
- package/dist/alphaTab.core.min.mjs +2 -2
- package/dist/alphaTab.core.mjs +714 -264
- package/dist/alphaTab.d.ts +35 -61
- package/dist/alphaTab.js +714 -264
- package/dist/alphaTab.min.js +2 -2
- package/dist/alphaTab.min.mjs +1 -1
- package/dist/alphaTab.mjs +1 -1
- 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/package.json +9 -14
package/dist/alphaTab.min.mjs
CHANGED
package/dist/alphaTab.mjs
CHANGED
package/dist/alphaTab.worker.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coderline/alphatab",
|
|
3
|
-
"version": "1.9.0-alpha.
|
|
3
|
+
"version": "1.9.0-alpha.1785",
|
|
4
4
|
"description": "alphaTab is a music notation and guitar tablature rendering library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"guitar",
|
|
@@ -54,28 +54,23 @@
|
|
|
54
54
|
"bravura-smufl": "tsx scripts/smufl-metadata.ts font/bravura/bravura_metadata.json font/bravura/bravura_alphatab_metadata.json true",
|
|
55
55
|
"generate-typescript": "rimraf src/generated && tsx scripts/generate-typescript.ts",
|
|
56
56
|
"build": "npm run generate-typescript && vite build --mode esm && vite build --mode umd",
|
|
57
|
-
"test": "
|
|
57
|
+
"test": "vitest run",
|
|
58
|
+
"test-web": "npm run test",
|
|
58
59
|
"test-accept-reference": "tsx scripts/accept-new-reference-files.ts"
|
|
59
60
|
},
|
|
60
61
|
"devDependencies": {
|
|
61
62
|
"@biomejs/biome": "^2.4.10",
|
|
62
63
|
"@coderline/alphaskia": "^3.5.147",
|
|
63
|
-
"@coderline/alphaskia-linux": "^3.
|
|
64
|
+
"@coderline/alphaskia-linux": "^3.5.147",
|
|
64
65
|
"@coderline/alphaskia-windows": "^3.5.147",
|
|
65
|
-
"@types/
|
|
66
|
-
"
|
|
67
|
-
"@types/node": "^25.5.0",
|
|
68
|
-
"assert": "^2.1.0",
|
|
69
|
-
"chai": "^6.2.2",
|
|
70
|
-
"chalk": "^5.6.2",
|
|
71
|
-
"jest-snapshot": "^30.3.0",
|
|
72
|
-
"mocha": "^11.7.5",
|
|
73
|
-
"rimraf": "^6.1.3",
|
|
66
|
+
"@types/node": "^25.2.2",
|
|
67
|
+
"rimraf": "^6.1.2",
|
|
74
68
|
"tslib": "^2.8.1",
|
|
75
69
|
"tsx": "^4.21.0",
|
|
76
70
|
"typescript": "^5.9.3",
|
|
77
|
-
"vite": "^7.3.
|
|
78
|
-
"vite-plugin-static-copy": "^3.
|
|
71
|
+
"vite": "^7.3.1",
|
|
72
|
+
"vite-plugin-static-copy": "^3.2.0",
|
|
73
|
+
"vitest": "^4.1.5"
|
|
79
74
|
},
|
|
80
75
|
"files": [
|
|
81
76
|
"/dist/alphaTab*.js",
|