@coderline/alphatab 1.3.0-alpha.1005 → 1.3.0-alpha.1008

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.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * alphaTab v1.3.0-alpha.1005 (develop, build 1005)
2
+ * alphaTab v1.3.0-alpha.1008 (develop, build 1008)
3
3
  *
4
4
  * Copyright © 2024, Daniel Kuschny and Contributors, All rights reserved.
5
5
  *
@@ -33,6 +33,4 @@ interface AlphaTabVitePluginOptions {
33
33
 
34
34
  declare function alphaTab(options?: AlphaTabVitePluginOptions): Plugin<any>[];
35
35
 
36
- /**@target web */
37
-
38
- export { alphaTab, alphaTab as default };
36
+ export { alphaTab };