@coderline/alphatab 1.7.0-alpha.1504 → 1.7.0-alpha.1510
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 +1 -1
- package/dist/alphaTab.webpack.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 +1 -1
package/dist/alphaTab.core.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* alphaTab v1.7.0-alpha.
|
|
2
|
+
* alphaTab v1.7.0-alpha.1510 (develop, build 1510)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -61789,9 +61789,9 @@ class VersionInfo {
|
|
|
61789
61789
|
print(`build date: ${VersionInfo.date}`);
|
|
61790
61790
|
}
|
|
61791
61791
|
}
|
|
61792
|
-
VersionInfo.version = '1.7.0-alpha.
|
|
61793
|
-
VersionInfo.date = '2025-08-
|
|
61794
|
-
VersionInfo.commit = '
|
|
61792
|
+
VersionInfo.version = '1.7.0-alpha.1510';
|
|
61793
|
+
VersionInfo.date = '2025-08-12T02:17:33.881Z';
|
|
61794
|
+
VersionInfo.commit = '7de4267ed2edeb9619438baf26a569dc160508d5';
|
|
61795
61795
|
|
|
61796
61796
|
/**
|
|
61797
61797
|
* A factory for custom layout engines.
|
package/dist/alphaTab.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* alphaTab v1.7.0-alpha.
|
|
2
|
+
* alphaTab v1.7.0-alpha.1510 (develop, build 1510)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -61795,9 +61795,9 @@
|
|
|
61795
61795
|
print(`build date: ${VersionInfo.date}`);
|
|
61796
61796
|
}
|
|
61797
61797
|
}
|
|
61798
|
-
VersionInfo.version = '1.7.0-alpha.
|
|
61799
|
-
VersionInfo.date = '2025-08-
|
|
61800
|
-
VersionInfo.commit = '
|
|
61798
|
+
VersionInfo.version = '1.7.0-alpha.1510';
|
|
61799
|
+
VersionInfo.date = '2025-08-12T02:17:33.881Z';
|
|
61800
|
+
VersionInfo.commit = '7de4267ed2edeb9619438baf26a569dc160508d5';
|
|
61801
61801
|
|
|
61802
61802
|
/**
|
|
61803
61803
|
* A factory for custom layout engines.
|