echo-ai-sdk-ts 2.4.0 → 2.6.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "echo-ai-sdk-ts",
3
- "version": "2.4.0",
4
- "description": "Echo AI SDK: Tier 3 Enterprise Premium (PII Redaction, A/B Testing, Omnichannel, RAG)",
3
+ "version": "2.6.0",
4
+ "description": "Echo AI SDK: Tier 5 Cloud Native (AWS Bedrock/SageMaker, GCP Vertex, Azure OpenAI/ML)",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
7
7
  "types": "./dist/index.d.ts",
@@ -9,23 +9,33 @@
9
9
  "dist"
10
10
  ],
11
11
  "scripts": {
12
- "build": "tsup src/index.ts --format cjs,esm --dts",
12
+ "build": "tsup src/index.ts --format cjs,esm --external @azure/arm-machinelearning,@azure/identity,@google-cloud/aiplatform,@google-cloud/vertexai,@aws-sdk/client-sagemaker,@aws-sdk/client-bedrock-runtime,@azure/openai",
13
13
  "dev": "tsup src/index.ts --format cjs,esm --watch --dts",
14
14
  "lint": "tsc",
15
15
  "test": "vitest run"
16
16
  },
17
17
  "dependencies": {
18
- "openai": "^4.28.0",
19
- "zod": "^3.22.4",
18
+ "@huggingface/inference": "^4.13.15",
19
+ "cors": "^2.8.5",
20
20
  "express": "^4.18.2",
21
- "cors": "^2.8.5"
21
+ "zod": "^3.25.76",
22
+ "zod-to-json-schema": "^3.25.1"
22
23
  },
23
24
  "devDependencies": {
25
+ "@anthropic-ai/sdk": "^0.80.0",
26
+ "@aws-sdk/client-bedrock-runtime": "^3.1019.0",
27
+ "@aws-sdk/client-sagemaker": "^3.1019.0",
28
+ "@azure/arm-machinelearning": "^3.0.0",
29
+ "@azure/identity": "^4.13.1",
30
+ "@azure/openai": "^2.0.0",
31
+ "@google-cloud/aiplatform": "^6.5.0",
32
+ "@google-cloud/vertexai": "^1.10.3",
33
+ "@types/cors": "^2.8.17",
34
+ "@types/express": "^4.17.21",
35
+ "@types/node": "^20.11.24",
36
+ "openai": "^6.32.0",
24
37
  "tsup": "^8.0.2",
25
38
  "typescript": "^5.3.3",
26
- "vitest": "^1.3.1",
27
- "@types/node": "^20.11.24",
28
- "@types/express": "^4.17.21",
29
- "@types/cors": "^2.8.17"
39
+ "vitest": "^1.3.1"
30
40
  }
31
- }
41
+ }