@lumea-labs/chat-web-speech 0.1.1 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -14,7 +14,7 @@ npm install @lumea-labs/chat-web-speech
14
14
  import { /* … */ } from "@lumea-labs/chat-web-speech";
15
15
  ```
16
16
 
17
- See the [Lumea Agents repo](https://github.com/Lumea-Technologies/lumea-agents/tree/main/packages/chat-web-speech) for the full source and a playground example.
17
+ See the [Lumea Agents UI repo](https://github.com/lumea-labs/lumea-agents-ui/tree/main/packages/chat-web-speech) for the full source and a playground example.
18
18
 
19
19
  ## License
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumea-labs/chat-web-speech",
3
- "version": "0.1.1",
3
+ "version": "1.0.0",
4
4
  "description": "Tier 2 voice adapter for Web Speech API — wraps webkitSpeechRecognition behind the VoiceTranscriptionAdapter contract.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",
36
- "url": "https://github.com/Lumea-Technologies/lumea-agents.git",
36
+ "url": "https://github.com/lumea-labs/lumea-agents-ui.git",
37
37
  "directory": "packages/chat-web-speech"
38
38
  },
39
- "homepage": "https://github.com/Lumea-Technologies/lumea-agents/tree/main/packages/chat-web-speech"
39
+ "homepage": "https://github.com/lumea-labs/lumea-agents-ui/tree/main/packages/chat-web-speech"
40
40
  }