@coderline/alphatab 1.3.0-alpha.142 → 1.3.0-alpha.143
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.js +4 -7
- package/dist/alphaTab.min.js +2 -2
- package/dist/alphaTab.min.mjs +2 -2
- package/dist/alphaTab.mjs +4 -7
- package/package.json +1 -1
package/dist/alphaTab.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* alphaTab v1.3.0-alpha.
|
|
2
|
+
* alphaTab v1.3.0-alpha.143 (develop, build 143)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2022, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -40159,10 +40159,7 @@
|
|
|
40159
40159
|
// import * as alphaTab from 'dist/alphaTab.js';
|
|
40160
40160
|
try {
|
|
40161
40161
|
// @ts-ignore
|
|
40162
|
-
|
|
40163
|
-
if ('url' in meta) {
|
|
40164
|
-
return meta.url;
|
|
40165
|
-
}
|
|
40162
|
+
return {};
|
|
40166
40163
|
}
|
|
40167
40164
|
catch (e) {
|
|
40168
40165
|
// ignore potential errors
|
|
@@ -40594,8 +40591,8 @@
|
|
|
40594
40591
|
// </auto-generated>
|
|
40595
40592
|
class VersionInfo {
|
|
40596
40593
|
}
|
|
40597
|
-
VersionInfo.version = '1.3.0-alpha.
|
|
40598
|
-
VersionInfo.date = '2022-01-
|
|
40594
|
+
VersionInfo.version = '1.3.0-alpha.143';
|
|
40595
|
+
VersionInfo.date = '2022-01-16T16:58:40.348Z';
|
|
40599
40596
|
|
|
40600
40597
|
var index$5 = /*#__PURE__*/Object.freeze({
|
|
40601
40598
|
__proto__: null,
|