jawcode 1.0.1 → 1.0.3
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/bin/jwc.js +1 -1
- package/dist/jwc.bundle.js +928 -928
- package/dist/sync-worker.js +4 -4
- package/dist-node/sdk.js +1742 -1742
- package/package.json +6 -4
- package/src/sdk.ts +2 -2
package/dist/sync-worker.js
CHANGED
|
@@ -123228,7 +123228,7 @@ var init_which = __esm(() => {
|
|
|
123228
123228
|
});
|
|
123229
123229
|
|
|
123230
123230
|
// ../utils/src/procmgr.ts
|
|
123231
|
-
import { Process, ProcessStatus } from "@
|
|
123231
|
+
import { Process, ProcessStatus } from "@jawcode-dev/natives";
|
|
123232
123232
|
var init_procmgr = __esm(() => {
|
|
123233
123233
|
init_env();
|
|
123234
123234
|
init_which();
|
|
@@ -128924,7 +128924,7 @@ ${content}
|
|
|
128924
128924
|
});
|
|
128925
128925
|
|
|
128926
128926
|
// ../utils/src/ptree.ts
|
|
128927
|
-
import { Process as Process2 } from "@
|
|
128927
|
+
import { Process as Process2 } from "@jawcode-dev/natives";
|
|
128928
128928
|
var Exception, NonZeroExitError, AbortError, TimeoutError, ChildProcess;
|
|
128929
128929
|
var init_ptree = __esm(() => {
|
|
128930
128930
|
Exception = class Exception extends Error {
|
|
@@ -229380,7 +229380,7 @@ var package_default;
|
|
|
229380
229380
|
var init_package2 = __esm(() => {
|
|
229381
229381
|
package_default = {
|
|
229382
229382
|
type: "module",
|
|
229383
|
-
name: "@
|
|
229383
|
+
name: "@jawcode-dev/ai",
|
|
229384
229384
|
version: "1.0.0",
|
|
229385
229385
|
description: "Unified LLM API with automatic model discovery and provider configuration",
|
|
229386
229386
|
homepage: "https://gaebal-gajae.dev",
|
|
@@ -229423,7 +229423,7 @@ var init_package2 = __esm(() => {
|
|
|
229423
229423
|
dependencies: {
|
|
229424
229424
|
"@anthropic-ai/sdk": "catalog:",
|
|
229425
229425
|
"@bufbuild/protobuf": "catalog:",
|
|
229426
|
-
"@
|
|
229426
|
+
"@jawcode-dev/utils": "catalog:",
|
|
229427
229427
|
openai: "catalog:",
|
|
229428
229428
|
"partial-json": "catalog:",
|
|
229429
229429
|
zod: "catalog:"
|