@360labs/live-transcribe 0.2.0 → 0.2.1

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/CHANGELOG.md CHANGED
@@ -48,6 +48,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
48
48
  ### Security
49
49
  - N/A
50
50
 
51
- [Unreleased]: https://github.com/360labs/live-transcribe/compare/v0.2.0...HEAD
52
- [0.2.0]: https://github.com/360labs/live-transcribe/compare/v0.1.0...v0.2.0
53
- [0.1.0]: https://github.com/360labs/live-transcribe/releases/tag/v0.1.0
51
+ [Unreleased]: https://github.com/100rabhkr/live-transcribe/compare/v0.2.0...HEAD
52
+ [0.2.0]: https://github.com/100rabhkr/live-transcribe/compare/v0.1.0...v0.2.0
53
+ [0.1.0]: https://github.com/100rabhkr/live-transcribe/releases/tag/v0.1.0
package/README.md CHANGED
@@ -928,8 +928,8 @@ This project is licensed under the MIT License - see the [LICENSE](./LICENSE) fi
928
928
 
929
929
  ## Support
930
930
 
931
- - **Issues:** [GitHub Issues](https://github.com/360labs/live-transcribe/issues)
932
- - **Discussions:** [GitHub Discussions](https://github.com/360labs/live-transcribe/discussions)
931
+ - **Issues:** [GitHub Issues](https://github.com/100rabhkr/live-transcribe/issues)
932
+ - **Discussions:** [GitHub Discussions](https://github.com/100rabhkr/live-transcribe/discussions)
933
933
 
934
934
  ---
935
935
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@360labs/live-transcribe",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Professional live speech transcription library for TypeScript/JavaScript with multi-provider support",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -60,12 +60,12 @@
60
60
  "license": "MIT",
61
61
  "repository": {
62
62
  "type": "git",
63
- "url": "https://github.com/360labs/live-transcribe.git"
63
+ "url": "https://github.com/100rabhkr/live-transcribe.git"
64
64
  },
65
65
  "bugs": {
66
- "url": "https://github.com/360labs/live-transcribe/issues"
66
+ "url": "https://github.com/100rabhkr/live-transcribe/issues"
67
67
  },
68
- "homepage": "https://github.com/360labs/live-transcribe#readme",
68
+ "homepage": "https://github.com/100rabhkr/live-transcribe#readme",
69
69
  "engines": {
70
70
  "node": ">=18.0.0"
71
71
  },