@coderline/alphatab 1.6.0-alpha.1405 → 1.6.0-alpha.1408
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.6.0-alpha.
|
|
2
|
+
* alphaTab v1.6.0-alpha.1408 (develop, build 1408)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -60310,9 +60310,9 @@ class VersionInfo {
|
|
|
60310
60310
|
print(`build date: ${VersionInfo.date}`);
|
|
60311
60311
|
}
|
|
60312
60312
|
}
|
|
60313
|
-
VersionInfo.version = '1.6.0-alpha.
|
|
60314
|
-
VersionInfo.date = '2025-05-
|
|
60315
|
-
VersionInfo.commit = '
|
|
60313
|
+
VersionInfo.version = '1.6.0-alpha.1408';
|
|
60314
|
+
VersionInfo.date = '2025-05-13T02:08:06.970Z';
|
|
60315
|
+
VersionInfo.commit = '37b936b4f5eb8bf759bc78bdb4dd1812d7b2a072';
|
|
60316
60316
|
|
|
60317
60317
|
/**
|
|
60318
60318
|
* A factory for custom layout engines.
|
package/dist/alphaTab.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* alphaTab v1.6.0-alpha.
|
|
2
|
+
* alphaTab v1.6.0-alpha.1408 (develop, build 1408)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -60316,9 +60316,9 @@
|
|
|
60316
60316
|
print(`build date: ${VersionInfo.date}`);
|
|
60317
60317
|
}
|
|
60318
60318
|
}
|
|
60319
|
-
VersionInfo.version = '1.6.0-alpha.
|
|
60320
|
-
VersionInfo.date = '2025-05-
|
|
60321
|
-
VersionInfo.commit = '
|
|
60319
|
+
VersionInfo.version = '1.6.0-alpha.1408';
|
|
60320
|
+
VersionInfo.date = '2025-05-13T02:08:06.970Z';
|
|
60321
|
+
VersionInfo.commit = '37b936b4f5eb8bf759bc78bdb4dd1812d7b2a072';
|
|
60322
60322
|
|
|
60323
60323
|
/**
|
|
60324
60324
|
* A factory for custom layout engines.
|