@neurocode-ai/llm 1.18.12 → 1.18.14

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 +51 -51
package/package.json CHANGED
@@ -1,51 +1,51 @@
1
- {
2
- "$schema": "https://json.schemastore.org/package.json",
3
- "version": "1.18.12",
4
- "name": "@neurocode-ai/llm",
5
- "type": "module",
6
- "license": "MIT",
7
- "scripts": {
8
- "setup:recording-env": "bun run script/setup-recording-env.ts",
9
- "test": "bun test --timeout 30000 --only-failures",
10
- "typecheck": "tsgo --noEmit"
11
- },
12
- "exports": {
13
- ".": "./src/index.ts",
14
- "./route": "./src/route/index.ts",
15
- "./provider": "./src/provider.ts",
16
- "./providers": "./src/providers/index.ts",
17
- "./providers/amazon-bedrock": "./src/providers/amazon-bedrock.ts",
18
- "./providers/anthropic": "./src/providers/anthropic.ts",
19
- "./providers/azure": "./src/providers/azure.ts",
20
- "./providers/cloudflare": "./src/providers/cloudflare.ts",
21
- "./providers/github-copilot": "./src/providers/github-copilot.ts",
22
- "./providers/google": "./src/providers/google.ts",
23
- "./providers/openai": "./src/providers/openai.ts",
24
- "./providers/openai-compatible": "./src/providers/openai-compatible.ts",
25
- "./providers/openai-compatible-profile": "./src/providers/openai-compatible-profile.ts",
26
- "./providers/openrouter": "./src/providers/openrouter.ts",
27
- "./providers/xai": "./src/providers/xai.ts",
28
- "./protocols": "./src/protocols/index.ts",
29
- "./protocols/anthropic-messages": "./src/protocols/anthropic-messages.ts",
30
- "./protocols/bedrock-converse": "./src/protocols/bedrock-converse.ts",
31
- "./protocols/gemini": "./src/protocols/gemini.ts",
32
- "./protocols/openai-chat": "./src/protocols/openai-chat.ts",
33
- "./protocols/openai-compatible-chat": "./src/protocols/openai-compatible-chat.ts",
34
- "./protocols/openai-responses": "./src/protocols/openai-responses.ts"
35
- },
36
- "devDependencies": {
37
- "@clack/prompts": "1.0.0-alpha.1",
38
- "@effect/platform-node": "4.0.0-beta.83",
39
- "@neurocode-ai/http-recorder": "1.18.8",
40
- "@tsconfig/bun": "1.0.9",
41
- "@types/bun": "1.3.13",
42
- "@typescript/native-preview": "7.0.0-dev.20251207.1"
43
- },
44
- "dependencies": {
45
- "@smithy/eventstream-codec": "4.2.14",
46
- "@smithy/util-utf8": "4.2.2",
47
- "@neurocode-ai/schema": "1.18.8",
48
- "aws4fetch": "1.0.20",
49
- "effect": "4.0.0-beta.83"
50
- }
51
- }
1
+ {
2
+ "$schema": "https://json.schemastore.org/package.json",
3
+ "version": "1.18.14",
4
+ "name": "@neurocode-ai/llm",
5
+ "type": "module",
6
+ "license": "MIT",
7
+ "scripts": {
8
+ "setup:recording-env": "bun run script/setup-recording-env.ts",
9
+ "test": "bun test --timeout 30000 --only-failures",
10
+ "typecheck": "tsgo --noEmit"
11
+ },
12
+ "exports": {
13
+ ".": "./src/index.ts",
14
+ "./route": "./src/route/index.ts",
15
+ "./provider": "./src/provider.ts",
16
+ "./providers": "./src/providers/index.ts",
17
+ "./providers/amazon-bedrock": "./src/providers/amazon-bedrock.ts",
18
+ "./providers/anthropic": "./src/providers/anthropic.ts",
19
+ "./providers/azure": "./src/providers/azure.ts",
20
+ "./providers/cloudflare": "./src/providers/cloudflare.ts",
21
+ "./providers/github-copilot": "./src/providers/github-copilot.ts",
22
+ "./providers/google": "./src/providers/google.ts",
23
+ "./providers/openai": "./src/providers/openai.ts",
24
+ "./providers/openai-compatible": "./src/providers/openai-compatible.ts",
25
+ "./providers/openai-compatible-profile": "./src/providers/openai-compatible-profile.ts",
26
+ "./providers/openrouter": "./src/providers/openrouter.ts",
27
+ "./providers/xai": "./src/providers/xai.ts",
28
+ "./protocols": "./src/protocols/index.ts",
29
+ "./protocols/anthropic-messages": "./src/protocols/anthropic-messages.ts",
30
+ "./protocols/bedrock-converse": "./src/protocols/bedrock-converse.ts",
31
+ "./protocols/gemini": "./src/protocols/gemini.ts",
32
+ "./protocols/openai-chat": "./src/protocols/openai-chat.ts",
33
+ "./protocols/openai-compatible-chat": "./src/protocols/openai-compatible-chat.ts",
34
+ "./protocols/openai-responses": "./src/protocols/openai-responses.ts"
35
+ },
36
+ "devDependencies": {
37
+ "@clack/prompts": "1.0.0-alpha.1",
38
+ "@effect/platform-node": "4.0.0-beta.83",
39
+ "@neurocode-ai/http-recorder": "^1.0.0",
40
+ "@tsconfig/bun": "1.0.9",
41
+ "@types/bun": "1.3.13",
42
+ "@typescript/native-preview": "7.0.0-dev.20251207.1"
43
+ },
44
+ "dependencies": {
45
+ "@smithy/eventstream-codec": "4.2.14",
46
+ "@smithy/util-utf8": "4.2.2",
47
+ "@neurocode-ai/schema": "^1.0.0",
48
+ "aws4fetch": "1.0.20",
49
+ "effect": "4.0.0-beta.83"
50
+ }
51
+ }