jawcode 1.0.6 → 1.0.9
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/dist/jwc.bundle.js +67379 -50376
- package/dist/sync-worker.js +5 -5
- package/dist-node/sdk.js +40280 -22876
- package/package.json +2 -2
package/dist/sync-worker.js
CHANGED
|
@@ -14714,7 +14714,7 @@ function once(fn) {
|
|
|
14714
14714
|
}
|
|
14715
14715
|
var init_abortable = () => {};
|
|
14716
14716
|
// ../utils/package.json
|
|
14717
|
-
var version2 = "1.0.
|
|
14717
|
+
var version2 = "1.0.2", engines;
|
|
14718
14718
|
var init_package = __esm(() => {
|
|
14719
14719
|
engines = {
|
|
14720
14720
|
bun: ">=1.3.14"
|
|
@@ -229381,7 +229381,7 @@ var init_package2 = __esm(() => {
|
|
|
229381
229381
|
package_default = {
|
|
229382
229382
|
type: "module",
|
|
229383
229383
|
name: "@jawcode-dev/ai",
|
|
229384
|
-
version: "1.0.
|
|
229384
|
+
version: "1.0.2",
|
|
229385
229385
|
description: "Unified LLM API with automatic model discovery and provider configuration",
|
|
229386
229386
|
homepage: "https://gaebal-gajae.dev",
|
|
229387
229387
|
author: "Yeachan-Heo",
|
|
@@ -229391,11 +229391,11 @@ var init_package2 = __esm(() => {
|
|
|
229391
229391
|
license: "MIT",
|
|
229392
229392
|
repository: {
|
|
229393
229393
|
type: "git",
|
|
229394
|
-
url: "git+https://github.com/
|
|
229394
|
+
url: "git+https://github.com/lidge-jun/jawcode.git",
|
|
229395
229395
|
directory: "packages/ai"
|
|
229396
229396
|
},
|
|
229397
229397
|
bugs: {
|
|
229398
|
-
url: "https://github.com/
|
|
229398
|
+
url: "https://github.com/lidge-jun/jawcode/issues"
|
|
229399
229399
|
},
|
|
229400
229400
|
keywords: [
|
|
229401
229401
|
"ai",
|
|
@@ -257285,7 +257285,7 @@ init_foundry();
|
|
|
257285
257285
|
init_event_stream();
|
|
257286
257286
|
|
|
257287
257287
|
// ../ai/src/utils/h2-fetch.ts
|
|
257288
|
-
var installed = Symbol.for("
|
|
257288
|
+
var installed = Symbol.for("jawcode.h2fetch.installed");
|
|
257289
257289
|
|
|
257290
257290
|
// ../ai/src/index.ts
|
|
257291
257291
|
init_retry();
|