@revenium/anthropic 1.0.2 → 1.0.3
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/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -766,7 +766,7 @@ The package includes these example files:
|
|
|
766
766
|
- **basic-usage.ts**: Simple chat completions with all initialization methods
|
|
767
767
|
- **advanced-features.ts**: Streaming, tools, and custom metadata
|
|
768
768
|
|
|
769
|
-
All examples are in the `examples/` directory of the installed package. For detailed TypeScript patterns and usage, see [examples/README.md](examples/README.md).
|
|
769
|
+
All examples are in the `examples/` directory of the installed package. For detailed TypeScript patterns and usage, see [examples/README.md](https://github.com/revenium/revenium-middleware-anthropic-node/blob/main/examples/README.md).
|
|
770
770
|
|
|
771
771
|
## How It Works
|
|
772
772
|
|
|
@@ -787,7 +787,7 @@ The middleware never blocks your application - if Revenium tracking fails, your
|
|
|
787
787
|
|
|
788
788
|
## License
|
|
789
789
|
|
|
790
|
-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
|
790
|
+
This project is licensed under the MIT License - see the [LICENSE](https://github.com/revenium/revenium-middleware-anthropic-node/blob/main/LICENSE) file for details.
|
|
791
791
|
|
|
792
792
|
## Support
|
|
793
793
|
|
|
@@ -799,7 +799,7 @@ For issues, feature requests, or contributions:
|
|
|
799
799
|
|
|
800
800
|
## Development
|
|
801
801
|
|
|
802
|
-
For development and testing instructions, see [DEVELOPMENT.md](DEVELOPMENT.md).
|
|
802
|
+
For development and testing instructions, see [DEVELOPMENT.md](https://github.com/revenium/revenium-middleware-anthropic-node/blob/main/DEVELOPMENT.md).
|
|
803
803
|
|
|
804
804
|
---
|
|
805
805
|
|
package/package.json
CHANGED