@coderline/alphatab 1.3.0-alpha.854 → 1.3.0-alpha.856
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 +3 -3
- package/dist/alphaTab.min.js +1 -1
- package/dist/alphaTab.min.mjs +1 -1
- package/dist/alphaTab.mjs +3 -3
- package/package.json +2 -2
package/dist/alphaTab.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* alphaTab v1.3.0-alpha.
|
|
2
|
+
* alphaTab v1.3.0-alpha.856 (develop, build 856)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2023, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -42493,8 +42493,8 @@ class CoreSettings {
|
|
|
42493
42493
|
// </auto-generated>
|
|
42494
42494
|
class VersionInfo {
|
|
42495
42495
|
}
|
|
42496
|
-
VersionInfo.version = '1.3.0-alpha.
|
|
42497
|
-
VersionInfo.date = '2023-12-
|
|
42496
|
+
VersionInfo.version = '1.3.0-alpha.856';
|
|
42497
|
+
VersionInfo.date = '2023-12-12T01:25:35.593Z';
|
|
42498
42498
|
|
|
42499
42499
|
var index$5 = /*#__PURE__*/Object.freeze({
|
|
42500
42500
|
__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.856",
|
|
4
4
|
"description": "alphaTab is a music notation and guitar tablature rendering library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"guitar",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"rollup-plugin-dts": "^6.1.0",
|
|
81
81
|
"rollup-plugin-license": "^3.2.0",
|
|
82
82
|
"terser": "^5.24.0",
|
|
83
|
-
"tsx": "^
|
|
83
|
+
"tsx": "^4.6.2",
|
|
84
84
|
"typescript": "^5.2.2"
|
|
85
85
|
},
|
|
86
86
|
"files": [
|