@coderline/alphatab 1.7.0-alpha.1524 → 1.7.0-alpha.1529

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * alphaTab v1.7.0-alpha.1524 (develop, build 1524)
2
+ * alphaTab v1.7.0-alpha.1529 (develop, build 1529)
3
3
  *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
5
  *
package/dist/alphaTab.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * alphaTab v1.7.0-alpha.1524 (develop, build 1524)
2
+ * alphaTab v1.7.0-alpha.1529 (develop, build 1529)
3
3
  *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * alphaTab v1.7.0-alpha.1524 (develop, build 1524)
2
+ * alphaTab v1.7.0-alpha.1529 (develop, build 1529)
3
3
  *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * alphaTab v1.7.0-alpha.1524 (develop, build 1524)
2
+ * alphaTab v1.7.0-alpha.1529 (develop, build 1529)
3
3
  *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * alphaTab v1.7.0-alpha.1524 (develop, build 1524)
2
+ * alphaTab v1.7.0-alpha.1529 (develop, build 1529)
3
3
  *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
5
  *
@@ -228,7 +228,12 @@ function configureAudioWorklet(webPackWithAlphaTab, pluginName, options, compile
228
228
  entryOptions: {
229
229
  chunkLoading: false,
230
230
  wasmLoading: false,
231
- runtime: runtime
231
+ runtime: runtime,
232
+ library: {
233
+ // prevent any built-in/default library settings
234
+ // to be active for this chunk
235
+ type: 'at-worklet'
236
+ }
232
237
  }
233
238
  });
234
239
  block.loc = expr.loc;
@@ -298,7 +303,12 @@ function configureWebWorker(webPackWithAlphaTab, pluginName, options, compiler,
298
303
  entryOptions: {
299
304
  chunkLoading: 'import-scripts',
300
305
  wasmLoading: false,
301
- runtime: runtime
306
+ runtime: runtime,
307
+ library: {
308
+ // prevent any built-in/default library settings
309
+ // to be active for this chunk
310
+ type: 'at-worker'
311
+ }
302
312
  }
303
313
  });
304
314
  block.loc = expr.loc;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * alphaTab v1.7.0-alpha.1524 (develop, build 1524)
2
+ * alphaTab v1.7.0-alpha.1529 (develop, build 1529)
3
3
  *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
5
  *
@@ -203,7 +203,12 @@ function configureAudioWorklet(webPackWithAlphaTab, pluginName, options, compile
203
203
  entryOptions: {
204
204
  chunkLoading: false,
205
205
  wasmLoading: false,
206
- runtime: runtime
206
+ runtime: runtime,
207
+ library: {
208
+ // prevent any built-in/default library settings
209
+ // to be active for this chunk
210
+ type: 'at-worklet'
211
+ }
207
212
  }
208
213
  });
209
214
  block.loc = expr.loc;
@@ -273,7 +278,12 @@ function configureWebWorker(webPackWithAlphaTab, pluginName, options, compiler,
273
278
  entryOptions: {
274
279
  chunkLoading: 'import-scripts',
275
280
  wasmLoading: false,
276
- runtime: runtime
281
+ runtime: runtime,
282
+ library: {
283
+ // prevent any built-in/default library settings
284
+ // to be active for this chunk
285
+ type: 'at-worker'
286
+ }
277
287
  }
278
288
  });
279
289
  block.loc = expr.loc;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * alphaTab v1.7.0-alpha.1524 (develop, build 1524)
2
+ * alphaTab v1.7.0-alpha.1529 (develop, build 1529)
3
3
  *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * alphaTab v1.7.0-alpha.1524 (develop, build 1524)
2
+ * alphaTab v1.7.0-alpha.1529 (develop, build 1529)
3
3
  *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * alphaTab v1.7.0-alpha.1524 (develop, build 1524)
2
+ * alphaTab v1.7.0-alpha.1529 (develop, build 1529)
3
3
  *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * alphaTab v1.7.0-alpha.1524 (develop, build 1524)
2
+ * alphaTab v1.7.0-alpha.1529 (develop, build 1529)
3
3
  *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coderline/alphatab",
3
- "version": "1.7.0-alpha.1524",
3
+ "version": "1.7.0-alpha.1529",
4
4
  "description": "alphaTab is a music notation and guitar tablature rendering library",
5
5
  "keywords": [
6
6
  "guitar",
@@ -72,41 +72,41 @@
72
72
  "bravura-smufl": "tsx scripts/smufl-metadata.ts font/bravura/bravura_metadata.json font/bravura/bravura_alphatab_metadata.json true"
73
73
  },
74
74
  "devDependencies": {
75
- "@biomejs/biome": "^2.1.4",
75
+ "@biomejs/biome": "^2.2.2",
76
76
  "@coderline/alphaskia": "^3.4.135",
77
77
  "@coderline/alphaskia-linux": "^3.4.135",
78
78
  "@coderline/alphaskia-windows": "^3.4.135",
79
- "@fontsource/noto-sans": "^5.1.1",
80
- "@fontsource/noto-serif": "^5.1.1",
79
+ "@fontsource/noto-sans": "^5.2.7",
80
+ "@fontsource/noto-serif": "^5.2.7",
81
81
  "@fortawesome/fontawesome-free": "^7.0.0",
82
- "@microsoft/api-extractor": "^7.51.1",
82
+ "@microsoft/api-extractor": "^7.52.11",
83
83
  "@popperjs/core": "^2.11.8",
84
84
  "@rollup/plugin-terser": "^0.4.4",
85
- "@rollup/plugin-typescript": "^12.1.2",
85
+ "@rollup/plugin-typescript": "^12.1.4",
86
86
  "@types/bootstrap": "^5.2.10",
87
- "@types/chai": "^5.0.1",
87
+ "@types/chai": "^5.2.2",
88
88
  "@types/mocha": "^10.0.10",
89
- "@types/node": "^24.2.1",
90
- "ace-builds": "^1.38.0",
89
+ "@types/node": "^24.3.0",
90
+ "ace-builds": "^1.43.2",
91
91
  "assert": "^2.1.0",
92
- "bootstrap": "^5.3.3",
93
- "chai": "^5.2.0",
94
- "chalk": "^5.4.1",
95
- "fs-extra": "^11.3.0",
92
+ "bootstrap": "^5.3.8",
93
+ "chai": "^6.0.1",
94
+ "chalk": "^5.6.0",
95
+ "fs-extra": "^11.3.1",
96
96
  "handlebars": "^4.7.8",
97
- "html-webpack-plugin": "^5.6.3",
98
- "jest-snapshot": "^29.7.0",
99
- "mocha": "^11.1.0",
97
+ "html-webpack-plugin": "^5.6.4",
98
+ "jest-snapshot": "^30.1.1",
99
+ "mocha": "^11.7.1",
100
100
  "rimraf": "^6.0.1",
101
101
  "rollup-plugin-copy": "^3.5.0",
102
102
  "rollup-plugin-license": "^3.6.0",
103
- "terser": "^5.39.0",
103
+ "terser": "^5.43.1",
104
104
  "tslib": "^2.8.1",
105
- "tsx": "^4.19.3",
105
+ "tsx": "^4.20.5",
106
106
  "typescript": "^5.9.2",
107
- "vite": "^7.0.2",
107
+ "vite": "^7.1.3",
108
108
  "vite-tsconfig-paths": "^5.1.4",
109
- "webpack": "^5.98.0",
109
+ "webpack": "^5.101.3",
110
110
  "webpack-cli": "^6.0.1"
111
111
  },
112
112
  "files": [