@juspay/neurolink 11.5.0 → 11.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juspay/neurolink",
3
- "version": "11.5.0",
3
+ "version": "11.5.2",
4
4
  "packageManager": "pnpm@10.15.1",
5
5
  "description": "TypeScript AI SDK with 24+ LLM providers behind one consistent API. MCP-native (connect any MCP server), voice TTS/STT/realtime, RAG, agents, memory, context compaction. OpenAI · Anthropic · Gemini · Bedrock · Azure · Ollama · DeepSeek · NVIDIA NIM and more.",
6
6
  "author": {
@@ -86,6 +86,7 @@
86
86
  "test:adjust-body-after-400": "npx tsx test/continuous-test-suite-adjust-body-after-400.ts",
87
87
  "test:error-classification-e2e": "npx tsx test/continuous-test-suite-error-classification-e2e.ts",
88
88
  "test:error-classifier-contract": "npx tsx test/continuous-test-suite-error-classifier-contract.ts",
89
+ "test:bedrock-inference-profile": "npx tsx test/continuous-test-suite-bedrock-inference-profile.ts",
89
90
  "test:loop-engine": "npx tsx test/continuous-test-suite-loop-engine.ts",
90
91
  "test:middleware": "npx tsx test/continuous-test-suite-middleware.ts",
91
92
  "test:observability": "npx tsx test/continuous-test-suite-observability.ts",
@@ -362,7 +363,7 @@
362
363
  "@opentelemetry/sdk-metrics": "^2.6.1",
363
364
  "@opentelemetry/sdk-trace-base": "^2.6.0",
364
365
  "@opentelemetry/semantic-conventions": "^1.40.0",
365
- "adm-zip": "^0.5.16",
366
+ "adm-zip": "^0.6.0",
366
367
  "ai": "^6.0.134",
367
368
  "chalk": "^5.6.2",
368
369
  "chardet": "2.1.1",
@@ -372,11 +373,11 @@
372
373
  "eventsource-parser": "^3.0.8",
373
374
  "fast-xml-parser": "^5.7.0",
374
375
  "google-auth-library": "^10.6.1",
375
- "hono": "^4.12.21",
376
+ "hono": "^4.12.34",
376
377
  "iconv-lite": "0.7.2",
377
378
  "inquirer": "^13.3.0",
378
379
  "jose": "^6.1.3",
379
- "js-yaml": "^4.2.0",
380
+ "js-yaml": "^4.3.1",
380
381
  "json-schema-to-zod": "^2.7.0",
381
382
  "jsonrepair": "^3.14.0",
382
383
  "nanoid": "^5.1.5",
@@ -420,7 +421,7 @@
420
421
  "@fastify/rate-limit": "^10.3.0",
421
422
  "@google-cloud/text-to-speech": "^6.4.0",
422
423
  "@google-cloud/vertexai": "^1.10.0",
423
- "@hono/node-server": "^1.19.13",
424
+ "@hono/node-server": "^1.19.15",
424
425
  "@huggingface/inference": "^4.13.14",
425
426
  "@koa/cors": "^5.0.0",
426
427
  "@koa/router": "^15.3.1",
@@ -509,7 +510,7 @@
509
510
  "react": "^19.2.4",
510
511
  "react-dom": "^19.2.4",
511
512
  "semantic-release": "^25.0.3",
512
- "shell-quote": "^1.8.4",
513
+ "shell-quote": "^1.9.0",
513
514
  "svelte": "^5.55.7",
514
515
  "svelte-check": "^4.4.4",
515
516
  "ts-morph": "^24.0.0",