@coderline/alphatab 1.7.0-alpha.1596 → 1.7.0

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.1596 (develop, build 1596)
2
+ * alphaTab v1.7.0 (develop, build 1610)
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.1596 (develop, build 1596)
2
+ * alphaTab v1.7.0 (develop, build 1610)
3
3
  *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * alphaTab Vite Plugin v1.7.0-alpha.1596 (develop, build 1596)
2
+ * alphaTab Vite Plugin v1.7.0-alpha.1610 (develop, build 1610)
3
3
  *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
5
  *
@@ -2332,7 +2332,7 @@ function workerPlugin(options) {
2332
2332
  const toRelativeRuntime = createToImportMetaURLBasedRelativeRuntime(outputOptions.format, resolvedConfig.isWorker);
2333
2333
  s = new MagicString(code);
2334
2334
  workerAssetUrlRE.lastIndex = 0;
2335
- // Replace "/" using relative paths
2335
+ // Replace "__VITE_WORKER_ASSET__5aa0ddc0__" using relative paths
2336
2336
  const workerMap = workerCache.get(resolvedConfig.mainConfig || resolvedConfig);
2337
2337
  const { fileNameHash } = workerMap;
2338
2338
  let match = workerAssetUrlRE.exec(code);
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * alphaTab Vite Plugin v1.7.0-alpha.1596 (develop, build 1596)
2
+ * alphaTab Vite Plugin v1.7.0-alpha.1610 (develop, build 1610)
3
3
  *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
5
  *
@@ -2307,7 +2307,7 @@ function workerPlugin(options) {
2307
2307
  const toRelativeRuntime = createToImportMetaURLBasedRelativeRuntime(outputOptions.format, resolvedConfig.isWorker);
2308
2308
  s = new MagicString(code);
2309
2309
  workerAssetUrlRE.lastIndex = 0;
2310
- // Replace "/" using relative paths
2310
+ // Replace "__VITE_WORKER_ASSET__5aa0ddc0__" using relative paths
2311
2311
  const workerMap = workerCache.get(resolvedConfig.mainConfig || resolvedConfig);
2312
2312
  const { fileNameHash } = workerMap;
2313
2313
  let match = workerAssetUrlRE.exec(code);
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * alphaTab WebPack Plugin v1.7.0-alpha.1596 (develop, build 1596)
2
+ * alphaTab WebPack Plugin v1.7.0-alpha.1610 (develop, build 1610)
3
3
  *
4
4
  * Copyright © 2025, Daniel Kuschny and Contributors, All rights reserved.
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * alphaTab WebPack Plugin v1.7.0-alpha.1596 (develop, build 1596)
2
+ * alphaTab WebPack Plugin v1.7.0-alpha.1610 (develop, build 1610)
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.1596 (develop, build 1596)
2
+ * alphaTab v1.7.0 (develop, build 1610)
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.1596 (develop, build 1596)
2
+ * alphaTab v1.7.0 (develop, build 1610)
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.1596 (develop, build 1596)
2
+ * alphaTab v1.7.0 (develop, build 1610)
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.1596 (develop, build 1596)
2
+ * alphaTab v1.7.0 (develop, build 1610)
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.1596",
3
+ "version": "1.7.0",
4
4
  "description": "alphaTab is a music notation and guitar tablature rendering library",
5
5
  "keywords": [
6
6
  "guitar",
@@ -64,17 +64,17 @@
64
64
  "@coderline/alphaskia-windows": "^3.4.135",
65
65
  "@types/chai": "^5.2.3",
66
66
  "@types/mocha": "^10.0.10",
67
- "@types/node": "^24.8.1",
67
+ "@types/node": "^24.10.0",
68
68
  "assert": "^2.1.0",
69
- "chai": "^6.2.0",
69
+ "chai": "^6.2.1",
70
70
  "chalk": "^5.6.2",
71
71
  "jest-snapshot": "^30.2.0",
72
72
  "mocha": "^11.7.4",
73
- "rimraf": "^6.0.1",
73
+ "rimraf": "^6.1.0",
74
74
  "tslib": "^2.8.1",
75
75
  "tsx": "^4.20.6",
76
76
  "typescript": "^5.9.3",
77
- "vite": "^7.1.12",
77
+ "vite": "^7.2.2",
78
78
  "vite-plugin-static-copy": "^3.1.4"
79
79
  },
80
80
  "files": [