@coderline/alphatab 1.3.0-alpha.181 → 1.3.0-alpha.182
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 -4
- package/dist/alphaTab.min.js +2 -2
- package/dist/alphaTab.min.mjs +2 -2
- package/dist/alphaTab.mjs +4 -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.182 (develop, build 182)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2022, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -40425,7 +40425,7 @@
|
|
|
40425
40425
|
static detectWebPack() {
|
|
40426
40426
|
try {
|
|
40427
40427
|
// @ts-ignore
|
|
40428
|
-
if (typeof __webpack_require__
|
|
40428
|
+
if (typeof __webpack_require__ === 'function') {
|
|
40429
40429
|
return true;
|
|
40430
40430
|
}
|
|
40431
40431
|
}
|
|
@@ -40636,8 +40636,8 @@
|
|
|
40636
40636
|
// </auto-generated>
|
|
40637
40637
|
class VersionInfo {
|
|
40638
40638
|
}
|
|
40639
|
-
VersionInfo.version = '1.3.0-alpha.
|
|
40640
|
-
VersionInfo.date = '2022-02-
|
|
40639
|
+
VersionInfo.version = '1.3.0-alpha.182';
|
|
40640
|
+
VersionInfo.date = '2022-02-20T18:01:58.371Z';
|
|
40641
40641
|
|
|
40642
40642
|
var index$5 = /*#__PURE__*/Object.freeze({
|
|
40643
40643
|
__proto__: null,
|