@coderline/alphatab 1.3.0-alpha.144 → 1.3.0-alpha.145
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 +5 -4
- package/dist/alphaTab.min.js +2 -2
- package/dist/alphaTab.min.mjs +2 -2
- package/dist/alphaTab.mjs +5 -4
- 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.145 (develop, build 145)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2022, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -40418,7 +40418,8 @@
|
|
|
40418
40418
|
}
|
|
40419
40419
|
try {
|
|
40420
40420
|
// @ts-ignore
|
|
40421
|
-
|
|
40421
|
+
const url = {};
|
|
40422
|
+
if (url) {
|
|
40422
40423
|
return WebPlatform.BrowserModule;
|
|
40423
40424
|
}
|
|
40424
40425
|
}
|
|
@@ -40596,8 +40597,8 @@
|
|
|
40596
40597
|
// </auto-generated>
|
|
40597
40598
|
class VersionInfo {
|
|
40598
40599
|
}
|
|
40599
|
-
VersionInfo.version = '1.3.0-alpha.
|
|
40600
|
-
VersionInfo.date = '2022-01-
|
|
40600
|
+
VersionInfo.version = '1.3.0-alpha.145';
|
|
40601
|
+
VersionInfo.date = '2022-01-20T19:10:15.089Z';
|
|
40601
40602
|
|
|
40602
40603
|
var index$5 = /*#__PURE__*/Object.freeze({
|
|
40603
40604
|
__proto__: null,
|