@coderline/alphatab 1.6.2 → 1.6.3
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 +4 -4
- package/dist/alphaTab.js +4 -4
- package/dist/alphaTab.min.js +2 -2
- package/dist/alphaTab.min.mjs +1 -1
- package/dist/alphaTab.mjs +1 -1
- package/dist/alphaTab.vite.js +1 -1
- package/dist/alphaTab.vite.mjs +1 -1
- package/dist/alphaTab.webpack.js +13 -3
- package/dist/alphaTab.webpack.mjs +13 -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/package.json +1 -1
package/dist/alphaTab.core.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* alphaTab v1.6.
|
|
2
|
+
* alphaTab v1.6.3 (, build 22)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -61739,9 +61739,9 @@ class VersionInfo {
|
|
|
61739
61739
|
print(`build date: ${VersionInfo.date}`);
|
|
61740
61740
|
}
|
|
61741
61741
|
}
|
|
61742
|
-
VersionInfo.version = '1.6.
|
|
61743
|
-
VersionInfo.date = '2025-08-
|
|
61744
|
-
VersionInfo.commit = '
|
|
61742
|
+
VersionInfo.version = '1.6.3';
|
|
61743
|
+
VersionInfo.date = '2025-08-30T14:34:56.310Z';
|
|
61744
|
+
VersionInfo.commit = 'bf30fbbbf85e7c31fe99ed4c5a8f71814bb007e3';
|
|
61745
61745
|
|
|
61746
61746
|
/**
|
|
61747
61747
|
* A factory for custom layout engines.
|
package/dist/alphaTab.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* alphaTab v1.6.
|
|
2
|
+
* alphaTab v1.6.3 (, build 22)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -61745,9 +61745,9 @@
|
|
|
61745
61745
|
print(`build date: ${VersionInfo.date}`);
|
|
61746
61746
|
}
|
|
61747
61747
|
}
|
|
61748
|
-
VersionInfo.version = '1.6.
|
|
61749
|
-
VersionInfo.date = '2025-08-
|
|
61750
|
-
VersionInfo.commit = '
|
|
61748
|
+
VersionInfo.version = '1.6.3';
|
|
61749
|
+
VersionInfo.date = '2025-08-30T14:34:56.310Z';
|
|
61750
|
+
VersionInfo.commit = 'bf30fbbbf85e7c31fe99ed4c5a8f71814bb007e3';
|
|
61751
61751
|
|
|
61752
61752
|
/**
|
|
61753
61753
|
* A factory for custom layout engines.
|