@coderline/alphatab 1.6.0-alpha.1432 → 1.6.0-alpha.1435
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.1435 (develop, build 1435)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -61276,9 +61276,9 @@ class VersionInfo {
|
|
|
61276
61276
|
print(`build date: ${VersionInfo.date}`);
|
|
61277
61277
|
}
|
|
61278
61278
|
}
|
|
61279
|
-
VersionInfo.version = '1.6.0-alpha.
|
|
61280
|
-
VersionInfo.date = '2025-
|
|
61281
|
-
VersionInfo.commit = '
|
|
61279
|
+
VersionInfo.version = '1.6.0-alpha.1435';
|
|
61280
|
+
VersionInfo.date = '2025-06-03T02:15:37.318Z';
|
|
61281
|
+
VersionInfo.commit = 'abb74c7352231d1fc3619761642d7c5a07309917';
|
|
61282
61282
|
|
|
61283
61283
|
/**
|
|
61284
61284
|
* 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.1435 (develop, build 1435)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -61282,9 +61282,9 @@
|
|
|
61282
61282
|
print(`build date: ${VersionInfo.date}`);
|
|
61283
61283
|
}
|
|
61284
61284
|
}
|
|
61285
|
-
VersionInfo.version = '1.6.0-alpha.
|
|
61286
|
-
VersionInfo.date = '2025-
|
|
61287
|
-
VersionInfo.commit = '
|
|
61285
|
+
VersionInfo.version = '1.6.0-alpha.1435';
|
|
61286
|
+
VersionInfo.date = '2025-06-03T02:15:37.318Z';
|
|
61287
|
+
VersionInfo.commit = 'abb74c7352231d1fc3619761642d7c5a07309917';
|
|
61288
61288
|
|
|
61289
61289
|
/**
|
|
61290
61290
|
* A factory for custom layout engines.
|