@coderline/alphatab 1.3.0-alpha.877 → 1.3.0-alpha.890
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.890 (develop, build 890)
|
|
3
3
|
*
|
|
4
4
|
* Copyright © 2024, Daniel Kuschny and Contributors, All rights reserved.
|
|
5
5
|
*
|
|
@@ -42826,8 +42826,8 @@ class CoreSettings {
|
|
|
42826
42826
|
// </auto-generated>
|
|
42827
42827
|
class VersionInfo {
|
|
42828
42828
|
}
|
|
42829
|
-
VersionInfo.version = '1.3.0-alpha.
|
|
42830
|
-
VersionInfo.date = '2024-01-
|
|
42829
|
+
VersionInfo.version = '1.3.0-alpha.890';
|
|
42830
|
+
VersionInfo.date = '2024-01-15T01:34:32.275Z';
|
|
42831
42831
|
|
|
42832
42832
|
var index$5 = /*#__PURE__*/Object.freeze({
|
|
42833
42833
|
__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.890",
|
|
4
4
|
"description": "alphaTab is a music notation and guitar tablature rendering library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"guitar",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
|
66
66
|
"@typescript-eslint/parser": "^6.9.1",
|
|
67
67
|
"assert": "^2.1.0",
|
|
68
|
-
"chai": "^
|
|
68
|
+
"chai": "^5.0.0",
|
|
69
69
|
"concurrently": "^8.2.2",
|
|
70
70
|
"cors": "^2.8.5",
|
|
71
71
|
"eslint": "^8.52.0",
|