@lockllm/sdk 1.0.0 → 1.0.1

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 +1 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lockllm/sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Enterprise-grade AI security SDK providing real-time protection against prompt injection, jailbreaks, and adversarial attacks. Drop-in replacement for OpenAI, Anthropic, and 15+ providers with zero code changes. Includes REST API, proxy mode, browser extension, and webhook support. Free BYOK model with unlimited scanning.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -74,22 +74,6 @@
74
74
  "url": "https://github.com/lockllm/lockllm-npm"
75
75
  },
76
76
  "homepage": "https://lockllm.com",
77
- "peerDependencies": {
78
- "@anthropic-ai/sdk": "^0.20.0",
79
- "cohere-ai": "^7.0.0",
80
- "openai": "^4.0.0"
81
- },
82
- "peerDependenciesMeta": {
83
- "openai": {
84
- "optional": true
85
- },
86
- "@anthropic-ai/sdk": {
87
- "optional": true
88
- },
89
- "cohere-ai": {
90
- "optional": true
91
- }
92
- },
93
77
  "devDependencies": {
94
78
  "@anthropic-ai/sdk": "^0.71.2",
95
79
  "@types/node": "^20.19.30",