@revenium/openai 1.0.9 → 1.0.10

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1133,19 +1133,19 @@ For detailed documentation, visit [docs.revenium.io](https://docs.revenium.io)
1133
1133
 
1134
1134
  ## Contributing
1135
1135
 
1136
- See [CONTRIBUTING.md](./CONTRIBUTING.md)
1136
+ See [CONTRIBUTING.md](https://github.com/revenium/revenium-middleware-openai-node/blob/main/CONTRIBUTING.md)
1137
1137
 
1138
1138
  ## Code of Conduct
1139
1139
 
1140
- See [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md)
1140
+ See [CODE_OF_CONDUCT.md](https://github.com/revenium/revenium-middleware-openai-node/blob/main/CODE_OF_CONDUCT.md)
1141
1141
 
1142
1142
  ## Security
1143
1143
 
1144
- See [SECURITY.md](./SECURITY.md)
1144
+ See [SECURITY.md](https://github.com/revenium/revenium-middleware-openai-node/blob/main/SECURITY.md)
1145
1145
 
1146
1146
  ## License
1147
1147
 
1148
- This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.
1148
+ This project is licensed under the MIT License - see the [LICENSE](https://github.com/revenium/revenium-middleware-openai-node/blob/main/LICENSE) file for details.
1149
1149
 
1150
1150
  ## Acknowledgments
1151
1151
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revenium/openai",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Transparent TypeScript middleware for automatic Revenium usage tracking with OpenAI",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",