nuwaxcode 1.1.26 → 1.1.28
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 +3 -72
- package/script/build.ts +1 -1
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.28",
|
|
4
4
|
"name": "nuwaxcode",
|
|
5
|
-
|
|
5
|
+
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"typecheck": "tsgo --noEmit",
|
|
@@ -45,76 +45,7 @@
|
|
|
45
45
|
"why-is-node-running": "3.2.2",
|
|
46
46
|
"zod-to-json-schema": "3.24.5"
|
|
47
47
|
},
|
|
48
|
-
|
|
49
|
-
"@actions/core": "1.11.1",
|
|
50
|
-
"@actions/github": "6.0.1",
|
|
51
|
-
"@agentclientprotocol/sdk": "0.5.1",
|
|
52
|
-
"@ai-sdk/amazon-bedrock": "3.0.73",
|
|
53
|
-
"@ai-sdk/anthropic": "2.0.57",
|
|
54
|
-
"@ai-sdk/azure": "2.0.91",
|
|
55
|
-
"@ai-sdk/cerebras": "1.0.34",
|
|
56
|
-
"@ai-sdk/cohere": "2.0.22",
|
|
57
|
-
"@ai-sdk/deepinfra": "1.0.31",
|
|
58
|
-
"@ai-sdk/gateway": "2.0.25",
|
|
59
|
-
"@ai-sdk/google": "2.0.52",
|
|
60
|
-
"@ai-sdk/google-vertex": "3.0.97",
|
|
61
|
-
"@ai-sdk/groq": "2.0.34",
|
|
62
|
-
"@ai-sdk/mistral": "2.0.27",
|
|
63
|
-
"@ai-sdk/openai": "2.0.89",
|
|
64
|
-
"@ai-sdk/openai-compatible": "1.0.30",
|
|
65
|
-
"@ai-sdk/perplexity": "2.0.23",
|
|
66
|
-
"@ai-sdk/provider": "2.0.1",
|
|
67
|
-
"@ai-sdk/provider-utils": "3.0.20",
|
|
68
|
-
"@ai-sdk/togetherai": "1.0.31",
|
|
69
|
-
"@ai-sdk/vercel": "1.0.31",
|
|
70
|
-
"@ai-sdk/xai": "2.0.51",
|
|
71
|
-
"@clack/prompts": "1.0.0-alpha.1",
|
|
72
|
-
"@gitlab/gitlab-ai-provider": "3.1.2",
|
|
73
|
-
"@hono/standard-validator": "0.1.5",
|
|
74
|
-
"@hono/zod-validator": "catalog:",
|
|
75
|
-
"@modelcontextprotocol/sdk": "1.25.2",
|
|
76
|
-
"@octokit/graphql": "9.0.2",
|
|
77
|
-
"@octokit/rest": "catalog:",
|
|
78
|
-
"@openauthjs/openauth": "catalog:",
|
|
79
|
-
"@openrouter/ai-sdk-provider": "1.5.2",
|
|
80
|
-
"@opentui/core": "0.1.74",
|
|
81
|
-
"@opentui/solid": "0.1.74",
|
|
82
|
-
"@parcel/watcher": "2.5.1",
|
|
83
|
-
"@pierre/diffs": "catalog:",
|
|
84
|
-
"@solid-primitives/event-bus": "1.1.2",
|
|
85
|
-
"@solid-primitives/scheduled": "1.5.2",
|
|
86
|
-
"@standard-schema/spec": "1.0.0",
|
|
87
|
-
"@zip.js/zip.js": "2.7.62",
|
|
88
|
-
"ai": "catalog:",
|
|
89
|
-
"bonjour-service": "1.3.0",
|
|
90
|
-
"bun-pty": "0.4.4",
|
|
91
|
-
"chokidar": "4.0.3",
|
|
92
|
-
"clipboardy": "4.0.0",
|
|
93
|
-
"decimal.js": "10.5.0",
|
|
94
|
-
"diff": "catalog:",
|
|
95
|
-
"fuzzysort": "3.1.0",
|
|
96
|
-
"gray-matter": "4.0.3",
|
|
97
|
-
"hono": "catalog:",
|
|
98
|
-
"hono-openapi": "catalog:",
|
|
99
|
-
"ignore": "7.0.5",
|
|
100
|
-
"jsonc-parser": "3.3.1",
|
|
101
|
-
"minimatch": "10.0.3",
|
|
102
|
-
"open": "10.1.2",
|
|
103
|
-
"opentui-spinner": "0.0.6",
|
|
104
|
-
"partial-json": "0.1.7",
|
|
105
|
-
"remeda": "catalog:",
|
|
106
|
-
"solid-js": "catalog:",
|
|
107
|
-
"strip-ansi": "7.1.2",
|
|
108
|
-
"tree-sitter-bash": "0.25.0",
|
|
109
|
-
"turndown": "7.2.0",
|
|
110
|
-
"ulid": "catalog:",
|
|
111
|
-
"vscode-jsonrpc": "8.2.1",
|
|
112
|
-
"web-tree-sitter": "0.25.10",
|
|
113
|
-
"xdg-basedir": "5.1.0",
|
|
114
|
-
"yargs": "18.0.0",
|
|
115
|
-
"zod": "catalog:",
|
|
116
|
-
"zod-to-json-schema": "3.24.5"
|
|
117
|
-
},
|
|
48
|
+
|
|
118
49
|
"optionalDependencies": {
|
|
119
50
|
"nuwaxcode-darwin-arm64": "1.1.25",
|
|
120
51
|
"nuwaxcode-darwin-x64": "1.1.25",
|