@juspay/neurolink 11.13.1 → 11.13.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.
@@ -1,4 +1,12 @@
1
1
  import chalk from "chalk";
2
+ // `@types/yargs` is pinned to the v17 line while the runtime `yargs` dependency
3
+ // is v18 — a real, currently unfixable skew. DefinitelyTyped has no v18 types
4
+ // package, and yargs 18's package.json `exports` map gives the main entry no
5
+ // `types` condition, so there is no way to get types straight from the
6
+ // runtime package either. `@types/yargs` therefore stays load-bearing here
7
+ // until DefinitelyTyped (or yargs itself) ships v18-compatible types. This
8
+ // file is the canonical place for that note, not the only import site —
9
+ // yargs is imported across roughly two dozen files in this codebase.
2
10
  import yargs from "yargs";
3
11
  import { hideBin } from "yargs/helpers";
4
12
  import packageJson from "../../package.json" with { type: "json" };
@@ -11,7 +19,6 @@ import { AuthCommandFactory } from "./factories/authCommandFactory.js";
11
19
  import { ServerCommandFactory } from "./commands/server.js";
12
20
  import { ServeCommandFactory } from "./commands/serve.js";
13
21
  import { ragCommand } from "./commands/rag.js";
14
- import { DocsCommandFactory } from "./commands/docs.js";
15
22
  import { ObservabilityCommandFactory } from "./commands/observability.js";
16
23
  import { TelemetryCommandFactory } from "./commands/telemetry.js";
17
24
  import { proxyStartCommand, proxyStatusCommand, proxyTelemetryCommand, proxySetupCommand, proxyGuardCommand, proxyInstallCommand, proxyUninstallCommand, } from "./commands/proxy.js";
@@ -190,8 +197,6 @@ export function initializeCliParser() {
190
197
  .command(ServeCommandFactory.createServeCommands())
191
198
  // RAG Document Processing Commands
192
199
  .command(ragCommand)
193
- // Docs MCP Server Command
194
- .command(DocsCommandFactory.createDocsCommand())
195
200
  // Observability Commands
196
201
  .command(ObservabilityCommandFactory.createObservabilityCommands())
197
202
  // Telemetry Commands
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juspay/neurolink",
3
- "version": "11.13.1",
3
+ "version": "11.13.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": {
@@ -22,7 +22,7 @@
22
22
  "url": "https://github.com/sponsors/juspay"
23
23
  },
24
24
  "engines": {
25
- "node": ">=20.18.1",
25
+ "node": ">=20.19.0",
26
26
  "npm": ">=10.0.0",
27
27
  "pnpm": ">=8.0.0"
28
28
  },
@@ -384,7 +384,7 @@
384
384
  "json-schema-to-zod": "^2.7.0",
385
385
  "jsonrepair": "^3.14.0",
386
386
  "minisearch": "^7.2.0",
387
- "nanoid": "^5.1.5",
387
+ "nanoid": "^5.1.16",
388
388
  "open": "^11.0.0",
389
389
  "ora": "^9.3.0",
390
390
  "p-limit": "^7.3.0",
@@ -400,7 +400,7 @@
400
400
  "peerDependencies": {
401
401
  "@juspay/hippocampus": ">=0.1.4",
402
402
  "@opentelemetry/api": "^1.9.0",
403
- "@opentelemetry/sdk-trace-node": "^2.0.0",
403
+ "@opentelemetry/sdk-trace-node": "^2.6.0",
404
404
  "react": ">=18.0.0",
405
405
  "react-dom": ">=18.0.0"
406
406
  },
@@ -480,7 +480,7 @@
480
480
  "@semantic-release/release-notes-generator": "^14.1.0",
481
481
  "@smithy/types": "^4.13.0",
482
482
  "@sveltejs/adapter-auto": "^7.0.1",
483
- "@sveltejs/kit": "^2.60.1",
483
+ "@sveltejs/kit": "^2.70.3",
484
484
  "@sveltejs/package": "^2.5.7",
485
485
  "@sveltejs/vite-plugin-svelte": "^7.0.0",
486
486
  "@types/adm-zip": "^0.5.7",
@@ -523,7 +523,7 @@
523
523
  "typedoc": "^0.28.17",
524
524
  "typedoc-plugin-markdown": "^4.10.0",
525
525
  "typescript": "^5.9.3",
526
- "vite": "^8.0.5",
526
+ "vite": "^8.2.2",
527
527
  "vitest": "^4.1.0",
528
528
  "why-is-node-running": "^3.2.2"
529
529
  },
@@ -619,13 +619,9 @@
619
619
  "undici@<5.29.0": ">=5.29.0",
620
620
  "js-yaml@>=4.0.0 <4.1.1": ">=4.1.1",
621
621
  "js-yaml@>=3.0.0 <3.14.2": ">=3.14.2",
622
- "markdown-it@<14.1.1": ">=14.1.1",
623
622
  "ajv@>=8.0.0 <8.18.0": ">=8.18.0",
624
- "@xmldom/xmldom@<0.9.10": ">=0.9.10",
625
623
  "@grpc/grpc-js@<1.14.4": ">=1.14.4",
626
- "protobufjs@<7.5.8": ">=7.5.8",
627
624
  "@protobufjs/utf8@<1.1.1": ">=1.1.1",
628
- "brace-expansion@>=5.0.0 <5.0.6": ">=5.0.6",
629
625
  "fast-uri@<3.1.2": ">=3.1.2",
630
626
  "ip-address@<10.1.1": ">=10.1.1",
631
627
  "basic-ftp@<5.2.2": ">=5.2.2",
@@ -634,7 +630,12 @@
634
630
  "rollup@>=4.0.0 <4.59.0": ">=4.59.0",
635
631
  "shell-quote@<1.8.4": ">=1.8.4",
636
632
  "undici@>=8.0.0": ">=7.24.0 <8.0.0",
637
- "pdfjs-dist": "5.4.624"
633
+ "pdfjs-dist": "5.4.624",
634
+ "markdown-it@<14.2.0": ">=14.2.0",
635
+ "@xmldom/xmldom@<0.9.11": ">=0.9.11",
636
+ "protobufjs@<7.6.5": ">=7.6.5",
637
+ "brace-expansion@>=5.0.0 <5.0.9": ">=5.0.9",
638
+ "@opentelemetry/core@>=2.0.0 <2.8.0": ">=2.8.0"
638
639
  },
639
640
  "patchedDependencies": {
640
641
  "mammoth@1.12.0": "patches/mammoth@1.12.0.patch"