@coderline/alphatab 1.5.0-alpha.1396 → 1.6.0-alpha.1397
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/LICENSE.header +4 -1
- package/dist/alphaTab.core.min.mjs +51 -1
- package/dist/alphaTab.core.mjs +10 -5
- package/dist/alphaTab.js +10 -5
- package/dist/alphaTab.min.js +51 -0
- package/dist/alphaTab.min.mjs +51 -1
- package/dist/alphaTab.mjs +7 -2
- package/dist/alphaTab.vite.js +7 -2
- package/dist/alphaTab.vite.mjs +7 -2
- package/dist/alphaTab.webpack.js +7 -2
- package/dist/alphaTab.webpack.mjs +7 -2
- package/dist/alphaTab.worker.min.mjs +51 -1
- package/dist/alphaTab.worker.mjs +7 -2
- package/dist/alphaTab.worklet.min.mjs +51 -1
- package/dist/alphaTab.worklet.mjs +7 -2
- package/package.json +1 -1
package/LICENSE.header
CHANGED
|
@@ -42,4 +42,7 @@ Integrated Libraries:
|
|
|
42
42
|
License: BSD-3-Clause
|
|
43
43
|
Copyright: Copyright (c) 2002-2020 Xiph.org Foundation
|
|
44
44
|
URL: https://github.com/xiph/vorbis
|
|
45
|
-
Purpose: NVorbis adopted some code from libvorbis.
|
|
45
|
+
Purpose: NVorbis adopted some code from libvorbis.
|
|
46
|
+
|
|
47
|
+
@preserve
|
|
48
|
+
@license
|