@dawcore/components 0.0.23 → 0.0.24

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dawcore/components",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "description": "Web Components for multi-track audio editing — framework-agnostic",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -33,20 +33,28 @@
33
33
  "@dawcore/spectrogram": "0.0.3"
34
34
  },
35
35
  "peerDependencies": {
36
+ "@dawcore/faust": ">=0.0.1",
36
37
  "@dawcore/midi": ">=0.0.1",
37
- "@dawcore/transport": ">=0.0.7",
38
+ "@dawcore/transport": ">=0.0.13",
39
+ "@dawcore/wam": ">=0.0.1",
38
40
  "@waveform-playlist/core": ">=12.0.0",
39
41
  "@waveform-playlist/engine": ">=13.3.0",
40
42
  "@waveform-playlist/worklets": ">=12.0.0"
41
43
  },
42
44
  "peerDependenciesMeta": {
43
- "@waveform-playlist/worklets": {
45
+ "@dawcore/faust": {
46
+ "optional": true
47
+ },
48
+ "@dawcore/midi": {
44
49
  "optional": true
45
50
  },
46
51
  "@dawcore/transport": {
47
52
  "optional": true
48
53
  },
49
- "@dawcore/midi": {
54
+ "@dawcore/wam": {
55
+ "optional": true
56
+ },
57
+ "@waveform-playlist/worklets": {
50
58
  "optional": true
51
59
  }
52
60
  },
@@ -56,11 +64,13 @@
56
64
  "typescript": "^5.9.3",
57
65
  "vite": "^6.4.3",
58
66
  "vitest": "^3.2.6",
67
+ "@dawcore/faust": "0.0.1",
59
68
  "@dawcore/midi": "0.0.1",
60
- "@dawcore/transport": "0.0.12",
69
+ "@dawcore/wam": "0.0.1",
70
+ "@dawcore/transport": "0.0.13",
71
+ "@waveform-playlist/core": "12.2.0",
61
72
  "@waveform-playlist/engine": "13.4.0",
62
- "@waveform-playlist/worklets": "12.2.0",
63
- "@waveform-playlist/core": "12.2.0"
73
+ "@waveform-playlist/worklets": "12.2.0"
64
74
  },
65
75
  "scripts": {
66
76
  "build": "pnpm typecheck && tsup",