@coderline/alphatab 1.3.0-alpha.147 → 1.3.0-alpha.153
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 -5
- package/dist/alphaTab.min.js +2 -2
- package/dist/alphaTab.min.mjs +2 -2
- package/dist/alphaTab.mjs +5 -5
- package/package.json +3 -3
package/dist/alphaTab.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* alphaTab v1.3.0-alpha.
|
|
2
|
+
* alphaTab v1.3.0-alpha.153 (develop, build 153)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2022, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -40156,7 +40156,7 @@
|
|
|
40156
40156
|
try {
|
|
40157
40157
|
// @ts-ignore
|
|
40158
40158
|
const importUrl = {};
|
|
40159
|
-
// avoid using file:// urls in case of
|
|
40159
|
+
// avoid using file:// urls in case of
|
|
40160
40160
|
// bundlers like webpack
|
|
40161
40161
|
if (importUrl && importUrl.indexOf('file://') === -1) {
|
|
40162
40162
|
return importUrl;
|
|
@@ -40419,7 +40419,7 @@
|
|
|
40419
40419
|
try {
|
|
40420
40420
|
// @ts-ignore
|
|
40421
40421
|
const url = {};
|
|
40422
|
-
if (url) {
|
|
40422
|
+
if (url && typeof url === 'string') {
|
|
40423
40423
|
return WebPlatform.BrowserModule;
|
|
40424
40424
|
}
|
|
40425
40425
|
}
|
|
@@ -40597,8 +40597,8 @@
|
|
|
40597
40597
|
// </auto-generated>
|
|
40598
40598
|
class VersionInfo {
|
|
40599
40599
|
}
|
|
40600
|
-
VersionInfo.version = '1.3.0-alpha.
|
|
40601
|
-
VersionInfo.date = '2022-01-
|
|
40600
|
+
VersionInfo.version = '1.3.0-alpha.153';
|
|
40601
|
+
VersionInfo.date = '2022-01-25T00:31:11.531Z';
|
|
40602
40602
|
|
|
40603
40603
|
var index$5 = /*#__PURE__*/Object.freeze({
|
|
40604
40604
|
__proto__: null,
|