@eldrforge/audio-tools 0.1.9 → 0.1.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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +8 -8
  3. package/package.json +5 -5
package/LICENSE CHANGED
@@ -175,7 +175,7 @@
175
175
 
176
176
  END OF TERMS AND CONDITIONS
177
177
 
178
- Copyright 2025 Calen Varek
178
+ Copyright 2025 Tim O'Brien
179
179
 
180
180
  Licensed under the Apache License, Version 2.0 (the "License");
181
181
  you may not use this file except in compliance with the License.
package/README.md CHANGED
@@ -640,8 +640,8 @@ You can manually edit this file to set default devices.
640
640
  ### Dependencies
641
641
 
642
642
  - **[@theunwalked/unplayable](https://github.com/theunwalked/unplayable)** - Cross-platform audio recording
643
- - **[@eldrforge/ai-service](https://github.com/calenvarek/ai-service)** - OpenAI Whisper integration
644
- - **[@eldrforge/shared](https://github.com/calenvarek/shared)** - Optional shared utilities
643
+ - **[@eldrforge/ai-service](https://github.com/grunnverk/ai-service)** - OpenAI Whisper integration
644
+ - **[@eldrforge/shared](https://github.com/grunnverk/shared)** - Optional shared utilities
645
645
  - **winston** - Optional structured logging
646
646
 
647
647
  ### Platform Support
@@ -673,7 +673,7 @@ npm run test -- --watch
673
673
 
674
674
  ```bash
675
675
  # Clone the repository
676
- git clone https://github.com/calenvarek/audio-tools.git
676
+ git clone https://github.com/grunnverk/audio-tools.git
677
677
  cd audio-tools
678
678
 
679
679
  # Install dependencies
@@ -723,16 +723,16 @@ Apache-2.0 License - see [LICENSE](LICENSE) file for details.
723
723
 
724
724
  ## 🔗 Related Projects
725
725
 
726
- - **[@eldrforge/ai-service](https://github.com/calenvarek/ai-service)** - AI services including transcription
727
- - **[@eldrforge/shared](https://github.com/calenvarek/shared)** - Shared utilities
726
+ - **[@eldrforge/ai-service](https://github.com/grunnverk/ai-service)** - AI services including transcription
727
+ - **[@eldrforge/shared](https://github.com/grunnverk/shared)** - Shared utilities
728
728
  - **[@theunwalked/unplayable](https://github.com/theunwalked/unplayable)** - Cross-platform audio library
729
729
 
730
730
  ## 💬 Support
731
731
 
732
732
  - 🚀 **Getting Started**: [Tutorial Guide](docs/GETTING_STARTED.md)
733
733
  - 📖 **Documentation**: [Complete Docs](docs/INDEX.md)
734
- - 🐛 **Issues**: [GitHub Issues](https://github.com/calenvarek/audio-tools/issues)
735
- - 💡 **Discussions**: [GitHub Discussions](https://github.com/calenvarek/audio-tools/discussions)
734
+ - 🐛 **Issues**: [GitHub Issues](https://github.com/grunnverk/audio-tools/issues)
735
+ - 💡 **Discussions**: [GitHub Discussions](https://github.com/grunnverk/audio-tools/discussions)
736
736
  - ❓ **FAQ**: [Frequently Asked Questions](docs/FAQ.md)
737
737
 
738
738
  ## 📊 Changelog
@@ -743,7 +743,7 @@ See [RELEASE_NOTES.md](RELEASE_NOTES.md) for version history and changes.
743
743
 
744
744
  <div align="center">
745
745
 
746
- Made with ❤️ by [Calen Varek](https://github.com/calenvarek)
746
+ Made with ❤️ by [Tim O'Brien](https://github.com/grunnverk)
747
747
 
748
748
  ⭐ Star this repo if you find it useful!
749
749
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eldrforge/audio-tools",
3
- "version": "0.1.9",
3
+ "version": "0.1.11",
4
4
  "description": "Audio recording tools for voice-driven development workflows",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -15,7 +15,7 @@
15
15
  ],
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "git+https://github.com/calenvarek/audio-tools.git"
18
+ "url": "git+https://github.com/grunnverk/audio-tools.git"
19
19
  },
20
20
  "scripts": {
21
21
  "build": "npm run lint && tsc --noEmit && vite build",
@@ -36,10 +36,10 @@
36
36
  "development",
37
37
  "workflow"
38
38
  ],
39
- "author": "Calen Varek <calenvarek@gmail.com>",
39
+ "author": "Tim O'Brien <tobrien@discursive.com>",
40
40
  "license": "Apache-2.0",
41
41
  "dependencies": {
42
- "@eldrforge/ai-service": "^0.1.15",
42
+ "@eldrforge/ai-service": "^0.1.17",
43
43
  "@theunwalked/unplayable": "^0.0.21"
44
44
  },
45
45
  "peerDependencies": {
@@ -55,7 +55,7 @@
55
55
  }
56
56
  },
57
57
  "devDependencies": {
58
- "@eldrforge/shared": "^0.1.4",
58
+ "@eldrforge/shared": "^0.1.6",
59
59
  "@eslint/eslintrc": "^3.3.1",
60
60
  "@eslint/js": "^9.33.0",
61
61
  "@swc/core": "^1.13.3",