@coderline/alphatab 1.7.0-alpha.1574 → 1.7.0-alpha.1575
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 +5 -5
package/dist/alphaTab.core.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* alphaTab v1.7.0-alpha.
|
|
2
|
+
* alphaTab v1.7.0-alpha.1575 (develop, build 1575)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -197,9 +197,9 @@ class VersionInfo {
|
|
|
197
197
|
print(`build date: ${VersionInfo.date}`);
|
|
198
198
|
}
|
|
199
199
|
}
|
|
200
|
-
VersionInfo.version = '1.7.0-alpha.
|
|
201
|
-
VersionInfo.date = '2025-10-
|
|
202
|
-
VersionInfo.commit = '
|
|
200
|
+
VersionInfo.version = '1.7.0-alpha.1575';
|
|
201
|
+
VersionInfo.date = '2025-10-14T01:59:22.619Z';
|
|
202
|
+
VersionInfo.commit = 'a3c1535029d34be6f5b12229cd84222f2f4d37ce';
|
|
203
203
|
|
|
204
204
|
/**
|
|
205
205
|
* This public class provides names for all general midi instruments.
|
package/dist/alphaTab.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* alphaTab v1.7.0-alpha.
|
|
2
|
+
* alphaTab v1.7.0-alpha.1575 (develop, build 1575)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -203,9 +203,9 @@
|
|
|
203
203
|
print(`build date: ${VersionInfo.date}`);
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
|
-
VersionInfo.version = '1.7.0-alpha.
|
|
207
|
-
VersionInfo.date = '2025-10-
|
|
208
|
-
VersionInfo.commit = '
|
|
206
|
+
VersionInfo.version = '1.7.0-alpha.1575';
|
|
207
|
+
VersionInfo.date = '2025-10-14T01:59:22.619Z';
|
|
208
|
+
VersionInfo.commit = 'a3c1535029d34be6f5b12229cd84222f2f4d37ce';
|
|
209
209
|
|
|
210
210
|
/**
|
|
211
211
|
* This public class provides names for all general midi instruments.
|