botguard 0.2.1 → 0.2.2

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 +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -224,7 +224,6 @@ Start free at [botguard.dev](https://botguard.dev) — no credit card required.
224
224
  ## Links
225
225
 
226
226
  - [Dashboard & Shield Setup](https://botguard.dev)
227
- - [GitHub](https://github.com/boazlautman/AgentGuard)
228
227
  - [Python SDK (PyPI)](https://pypi.org/project/botguard/)
229
228
 
230
229
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "botguard",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "BotGuard SDK — secure your LLM applications with multi-tier threat detection",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",