@coderline/alphatab 1.3.0-alpha.148 → 1.3.0-alpha.154
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.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* alphaTab v1.3.0-alpha.
|
|
2
|
+
* alphaTab v1.3.0-alpha.154 (develop, build 154)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2022, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -40150,7 +40150,7 @@ class Environment {
|
|
|
40150
40150
|
try {
|
|
40151
40151
|
// @ts-ignore
|
|
40152
40152
|
const importUrl = import.meta.url;
|
|
40153
|
-
// avoid using file:// urls in case of
|
|
40153
|
+
// avoid using file:// urls in case of
|
|
40154
40154
|
// bundlers like webpack
|
|
40155
40155
|
if (importUrl && importUrl.indexOf('file://') === -1) {
|
|
40156
40156
|
return importUrl;
|
|
@@ -40413,7 +40413,7 @@ class Environment {
|
|
|
40413
40413
|
try {
|
|
40414
40414
|
// @ts-ignore
|
|
40415
40415
|
const url = import.meta.url;
|
|
40416
|
-
if (url) {
|
|
40416
|
+
if (url && typeof url === 'string') {
|
|
40417
40417
|
return WebPlatform.BrowserModule;
|
|
40418
40418
|
}
|
|
40419
40419
|
}
|
|
@@ -40591,8 +40591,8 @@ class CoreSettings {
|
|
|
40591
40591
|
// </auto-generated>
|
|
40592
40592
|
class VersionInfo {
|
|
40593
40593
|
}
|
|
40594
|
-
VersionInfo.version = '1.3.0-alpha.
|
|
40595
|
-
VersionInfo.date = '2022-01-
|
|
40594
|
+
VersionInfo.version = '1.3.0-alpha.154';
|
|
40595
|
+
VersionInfo.date = '2022-01-26T00:39:04.884Z';
|
|
40596
40596
|
|
|
40597
40597
|
var index$5 = /*#__PURE__*/Object.freeze({
|
|
40598
40598
|
__proto__: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coderline/alphatab",
|
|
3
|
-
"version": "1.3.0-alpha.
|
|
3
|
+
"version": "1.3.0-alpha.154",
|
|
4
4
|
"description": "alphaTab is a music notation and guitar tablature rendering library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"guitar",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@types/css-font-loading-module": "0.0.7",
|
|
58
58
|
"@types/jasmine": "^3.10.2",
|
|
59
59
|
"@types/resize-observer-browser": "^0.1.6",
|
|
60
|
-
"concurrently": "^
|
|
60
|
+
"concurrently": "^7.0.0",
|
|
61
61
|
"cors": "^2.8.5",
|
|
62
62
|
"fs-extra": "^10.0.0",
|
|
63
63
|
"karma": "^6.3.9",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"karma-jasmine": "^4.0.1",
|
|
67
67
|
"karma-jasmine-html-reporter": "^1.7.0",
|
|
68
68
|
"karma-rollup-preprocessor": "^7.0.7",
|
|
69
|
-
"karma-spec-reporter": "0.0.
|
|
69
|
+
"karma-spec-reporter": "0.0.33",
|
|
70
70
|
"lodash": "^4.17.21",
|
|
71
71
|
"multer": "^1.4.4",
|
|
72
72
|
"rimraf": "^3.0.2",
|