@absolutejs/meeting 0.0.1-beta.6 → 0.0.1-beta.7

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 (1) hide show
  1. package/package.json +5 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/meeting",
3
- "version": "0.0.1-beta.6",
3
+ "version": "0.0.1-beta.7",
4
4
  "description": "Meeting-bot core for AbsoluteJS — join a call (via a source adapter), transcribe it live with the voice scribe, and surface diarized turns + participants for analysis",
5
5
  "repository": {
6
6
  "type": "git",
@@ -41,11 +41,14 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@absolutejs/manifest": "^0.1.0",
44
- "@absolutejs/voice": "0.0.22-beta.550",
45
44
  "@sinclair/typebox": "^0.34.0"
46
45
  },
47
46
  "devDependencies": {
47
+ "@absolutejs/voice": "0.0.22-beta.644",
48
48
  "@types/bun": "1.3.9",
49
49
  "typescript": "^5.9.3"
50
+ },
51
+ "peerDependencies": {
52
+ "@absolutejs/voice": ">=0.0.22-beta.644 <0.1"
50
53
  }
51
54
  }