@coderline/alphatab-vite 1.7.0-alpha.1596 → 1.7.0-alpha.1603

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 Vite Plugin v1.7.0-alpha.1596 (develop, build 1596)
2
+ * alphaTab Vite Plugin v1.7.0-alpha.1603 (develop, build 1603)
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.1603 (develop, build 1603)
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.1603 (develop, build 1603)
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coderline/alphatab-vite",
3
- "version": "1.7.0-alpha.1596",
3
+ "version": "1.7.0-alpha.1603",
4
4
  "description": "A plugin for Vite to bundle alphaTab into your webapps.",
5
5
  "keywords": [
6
6
  "guitar",
@@ -33,19 +33,19 @@
33
33
  "test": "mocha"
34
34
  },
35
35
  "dependencies": {
36
- "vite": "^7.1.12"
36
+ "vite": "^7.2.2"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@biomejs/biome": "^2.2.6",
40
40
  "@microsoft/api-extractor": "^7.53.3",
41
41
  "@types/chai": "^5.2.3",
42
42
  "@types/mocha": "^10.0.10",
43
- "@types/node": "^24.8.1",
43
+ "@types/node": "^24.10.0",
44
44
  "assert": "^2.1.0",
45
45
  "chai": "^6.2.0",
46
46
  "mocha": "^11.7.4",
47
- "rimraf": "^6.0.1",
48
- "terser": "^5.43.1",
47
+ "rimraf": "^6.1.0",
48
+ "terser": "^5.44.1",
49
49
  "tslib": "^2.8.1",
50
50
  "tsx": "^4.20.6",
51
51
  "typescript": "^5.9.3"