@dawcore/components 0.0.10 → 0.0.11

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -31,7 +31,7 @@ npm install @waveform-playlist/core @waveform-playlist/engine @dawcore/transport
31
31
 
32
32
  Optional (for recording):
33
33
  ```bash
34
- npm install @waveform-playlist/recording @waveform-playlist/worklets
34
+ npm install @waveform-playlist/worklets
35
35
  ```
36
36
 
37
37
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dawcore/components",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Web Components for multi-track audio editing — framework-agnostic",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -25,7 +25,7 @@
25
25
  "peerDependencies": {
26
26
  "@waveform-playlist/engine": ">=12.0.0",
27
27
  "@waveform-playlist/core": ">=12.0.0",
28
- "@dawcore/transport": ">=0.0.6",
28
+ "@dawcore/transport": ">=0.0.7",
29
29
  "@waveform-playlist/worklets": ">=12.0.0"
30
30
  },
31
31
  "peerDependenciesMeta": {
@@ -39,10 +39,10 @@
39
39
  "typescript": "^5.3.3",
40
40
  "vite": "^6.0.0",
41
41
  "vitest": "^3.0.0",
42
+ "@dawcore/transport": "0.0.7",
42
43
  "@waveform-playlist/engine": "12.0.0",
43
44
  "@waveform-playlist/core": "12.0.0",
44
- "@waveform-playlist/worklets": "12.0.0",
45
- "@dawcore/transport": "0.0.6"
45
+ "@waveform-playlist/worklets": "12.0.0"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "pnpm typecheck && tsup",