nuwaxcode 1.1.29 → 1.1.31

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 (2) hide show
  1. package/bin/nuwaxcode +6 -4
  2. package/package.json +17 -17
package/bin/nuwaxcode CHANGED
@@ -1,9 +1,10 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const childProcess = require("child_process")
4
- const fs = require("fs")
5
- const path = require("path")
6
- const os = require("os")
3
+ import childProcess from "child_process"
4
+ import fs from "fs"
5
+ import path from "path"
6
+ import os from "os"
7
+ import { fileURLToPath } from "url"
7
8
 
8
9
  function run(target) {
9
10
  const result = childProcess.spawnSync(target, process.argv.slice(2), {
@@ -22,6 +23,7 @@ if (envPath) {
22
23
  run(envPath)
23
24
  }
24
25
 
26
+ const __filename = fileURLToPath(import.meta.url)
25
27
  const scriptPath = fs.realpathSync(__filename)
26
28
  const scriptDir = path.dirname(scriptPath)
27
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
- "version": "1.1.29",
3
+ "version": "1.1.31",
4
4
  "name": "nuwaxcode",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -34,13 +34,13 @@
34
34
  "@parcel/watcher-linux-x64-musl": "2.5.1",
35
35
  "@parcel/watcher-win32-x64": "2.5.1",
36
36
  "@standard-schema/spec": "1.0.0",
37
- "@tsconfig/bun": "catalog:",
37
+ "@tsconfig/bun": "1.0.9",
38
38
  "@types/babel__core": "7.20.5",
39
- "@types/bun": "catalog:",
39
+ "@types/bun": "1.3.6",
40
40
  "@types/turndown": "5.0.5",
41
41
  "@types/yargs": "17.0.33",
42
- "@typescript/native-preview": "catalog:",
43
- "typescript": "catalog:",
42
+ "@typescript/native-preview": "7.0.0-dev.20251207.1",
43
+ "typescript": "5.8.2",
44
44
  "vscode-languageserver-types": "3.17.5",
45
45
  "why-is-node-running": "3.2.2",
46
46
  "zod-to-json-schema": "3.24.5"
@@ -71,48 +71,48 @@
71
71
  "@clack/prompts": "1.0.0-alpha.1",
72
72
  "@gitlab/gitlab-ai-provider": "3.1.2",
73
73
  "@hono/standard-validator": "0.1.5",
74
- "@hono/zod-validator": "catalog:",
74
+ "@hono/zod-validator": "0.4.2",
75
75
  "@modelcontextprotocol/sdk": "1.25.2",
76
76
  "@octokit/graphql": "9.0.2",
77
- "@octokit/rest": "catalog:",
78
- "@openauthjs/openauth": "catalog:",
77
+ "@octokit/rest": "22.0.0",
78
+ "@openauthjs/openauth": "0.0.0-20250322224806",
79
79
  "@openrouter/ai-sdk-provider": "1.5.2",
80
80
  "@opentui/core": "0.1.74",
81
81
  "@opentui/solid": "0.1.74",
82
82
  "@parcel/watcher": "2.5.1",
83
- "@pierre/diffs": "catalog:",
83
+ "@pierre/diffs": "1.0.2",
84
84
  "@solid-primitives/event-bus": "1.1.2",
85
85
  "@solid-primitives/scheduled": "1.5.2",
86
86
  "@standard-schema/spec": "1.0.0",
87
87
  "@zip.js/zip.js": "2.7.62",
88
- "ai": "catalog:",
88
+ "ai": "5.0.119",
89
89
  "bonjour-service": "1.3.0",
90
90
  "bun-pty": "0.4.4",
91
91
  "chokidar": "4.0.3",
92
92
  "clipboardy": "4.0.0",
93
93
  "decimal.js": "10.5.0",
94
- "diff": "catalog:",
94
+ "diff": "8.0.2",
95
95
  "fuzzysort": "3.1.0",
96
96
  "gray-matter": "4.0.3",
97
- "hono": "catalog:",
98
- "hono-openapi": "catalog:",
97
+ "hono": "4.10.7",
98
+ "hono-openapi": "1.1.2",
99
99
  "ignore": "7.0.5",
100
100
  "jsonc-parser": "3.3.1",
101
101
  "minimatch": "10.0.3",
102
102
  "open": "10.1.2",
103
103
  "opentui-spinner": "0.0.6",
104
104
  "partial-json": "0.1.7",
105
- "remeda": "catalog:",
106
- "solid-js": "catalog:",
105
+ "remeda": "2.26.0",
106
+ "solid-js": "1.9.10",
107
107
  "strip-ansi": "7.1.2",
108
108
  "tree-sitter-bash": "0.25.0",
109
109
  "turndown": "7.2.0",
110
- "ulid": "catalog:",
110
+ "ulid": "3.0.1",
111
111
  "vscode-jsonrpc": "8.2.1",
112
112
  "web-tree-sitter": "0.25.10",
113
113
  "xdg-basedir": "5.1.0",
114
114
  "yargs": "18.0.0",
115
- "zod": "catalog:",
115
+ "zod": "4.1.8",
116
116
  "zod-to-json-schema": "3.24.5"
117
117
  },
118
118
  "optionalDependencies": {