@coderline/alphatab 1.3.0-alpha.150 → 1.3.0-alpha.161

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * alphaTab v1.3.0-alpha.150 (develop, build 150)
2
+ * alphaTab v1.3.0-alpha.161 (develop, build 161)
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.150';
40601
- VersionInfo.date = '2022-01-22T00:30:07.137Z';
40600
+ VersionInfo.version = '1.3.0-alpha.161';
40601
+ VersionInfo.date = '2022-02-02T00:31:02.727Z';
40602
40602
 
40603
40603
  var index$5 = /*#__PURE__*/Object.freeze({
40604
40604
  __proto__: null,