@sovr/sdk 7.0.2 → 7.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sovr/sdk",
3
- "version": "7.0.2",
4
- "description": "The Execution Firewall for AI Agents \u2014 Official Node.js/TypeScript SDK for SOVR",
3
+ "version": "7.0.3",
4
+ "description": "The Execution Firewall for AI Agents Official Node.js/TypeScript SDK for SOVR",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -54,4 +54,4 @@
54
54
  "typescript": "^5.0.0",
55
55
  "vitest": "^1.0.0"
56
56
  }
57
- }
57
+ }