@juspay/neurolink 12.14.0 → 12.14.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": "12.14.0",
3
+ "version": "12.14.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": {
@@ -110,6 +110,7 @@
110
110
  "test:new-providers": "pnpm exec tsx test/continuous-test-suite-new-providers.ts",
111
111
  "test:matrix": "pnpm exec tsx test/continuous-test-suite-provider-matrix.ts",
112
112
  "test:matrix:cli": "pnpm exec tsx test/continuous-test-suite-provider-matrix-cli.ts",
113
+ "test:thinking-config": "pnpm exec tsx test/continuous-test-suite-sdk-thinking-config.ts",
113
114
  "test:mcp:spans": "pnpm exec tsx test/continuous-test-suite-mcp-spans.ts",
114
115
  "test:mcp:infra": "pnpm exec tsx test/continuous-test-suite-mcp-infra.ts",
115
116
  "test:vendor-recovery": "pnpm exec tsx test/continuous-test-suite-native-vendor-recovery.ts",
@@ -179,10 +180,10 @@
179
180
  "docs:validate": "tsx tools/content/documentationSync.ts --validate",
180
181
  "docs:generate": "pnpm run docs:validate",
181
182
  "// Documentation (Docusaurus)": "",
182
- "docs:start": "pnpm --filter ./docs-site start",
183
- "docs:build": "pnpm --filter ./docs-site build",
184
- "docs:serve": "pnpm --filter ./docs-site serve",
185
- "docs:clear": "pnpm --filter ./docs-site clear",
183
+ "docs:start": "pnpm --dir docs-site start",
184
+ "docs:build": "pnpm --dir docs-site build",
185
+ "docs:serve": "pnpm --dir docs-site serve",
186
+ "docs:clear": "pnpm --dir docs-site clear",
186
187
  "// Proxy Observability (Local OpenObserve)": "",
187
188
  "proxy:observability:setup": "bash scripts/observability/manage-local-openobserve.sh setup",
188
189
  "proxy:observability:up": "bash scripts/observability/manage-local-openobserve.sh up",