@coderline/alphatab 1.7.0-alpha.1577 → 1.7.0-alpha.1582
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.core.js +1 -1
- package/dist/alphaTab.vite.core.mjs +1 -1
- package/dist/alphaTab.webpack.core.js +1 -1
- package/dist/alphaTab.webpack.core.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 +4 -4
package/dist/alphaTab.core.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* alphaTab v1.7.0-alpha.
|
|
2
|
+
* alphaTab v1.7.0-alpha.1582 (develop, build 1582)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -204,9 +204,9 @@ class AlphaTabError extends Error {
|
|
|
204
204
|
* @internal
|
|
205
205
|
*/
|
|
206
206
|
class VersionInfo {
|
|
207
|
-
static version = '1.7.0-alpha.
|
|
208
|
-
static date = '2025-10-
|
|
209
|
-
static commit = '
|
|
207
|
+
static version = '1.7.0-alpha.1582';
|
|
208
|
+
static date = '2025-10-21T02:03:11.670Z';
|
|
209
|
+
static commit = '6a776e3b11fdaa0e65597f3736b05782f129c90b';
|
|
210
210
|
static print(print) {
|
|
211
211
|
print(`alphaTab ${VersionInfo.version}`);
|
|
212
212
|
print(`commit: ${VersionInfo.commit}`);
|
package/dist/alphaTab.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* alphaTab v1.7.0-alpha.
|
|
2
|
+
* alphaTab v1.7.0-alpha.1582 (develop, build 1582)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -210,9 +210,9 @@
|
|
|
210
210
|
* @internal
|
|
211
211
|
*/
|
|
212
212
|
class VersionInfo {
|
|
213
|
-
static version = '1.7.0-alpha.
|
|
214
|
-
static date = '2025-10-
|
|
215
|
-
static commit = '
|
|
213
|
+
static version = '1.7.0-alpha.1582';
|
|
214
|
+
static date = '2025-10-21T02:03:11.670Z';
|
|
215
|
+
static commit = '6a776e3b11fdaa0e65597f3736b05782f129c90b';
|
|
216
216
|
static print(print) {
|
|
217
217
|
print(`alphaTab ${VersionInfo.version}`);
|
|
218
218
|
print(`commit: ${VersionInfo.commit}`);
|