@junando/webhook 0.16.1 → 0.16.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/dist/dist-cjs-ChKmbyib.cjs +100 -0
- package/dist/{event-streams-BNpVWorN.cjs → event-streams-4dI73S0N.cjs} +266 -349
- package/dist/event-streams-D0peAKGF.cjs +1676 -0
- package/dist/handler.cjs +3630 -1666
- package/dist/{node-DdUjbr7d.cjs → node-BZLMCJ1t.cjs} +9 -9
- package/dist/{node-CaH-Nh2c.cjs → node-DTI7Tj9K.cjs} +1 -1
- package/dist/{sdk-DKBOmAd5.cjs → sdk-DUcZIewE.cjs} +166 -162
- package/dist/serde-BKDOXNkW.cjs +6890 -0
- package/package.json +5 -5
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const require_rolldown_runtime = require('./rolldown-runtime-BDXX5GFZ.cjs');
|
|
2
|
-
const require_sdk = require('./sdk-
|
|
3
|
-
require('./node-
|
|
2
|
+
const require_sdk = require('./sdk-DUcZIewE.cjs');
|
|
3
|
+
require('./node-DTI7Tj9K.cjs');
|
|
4
4
|
let node_crypto = require("node:crypto");
|
|
5
5
|
node_crypto = require_rolldown_runtime.__toESM(node_crypto, 1);
|
|
6
6
|
let node_fs = require("node:fs");
|
|
@@ -18,7 +18,7 @@ node_util = require_rolldown_runtime.__toESM(node_util, 1);
|
|
|
18
18
|
let node_stream = require("node:stream");
|
|
19
19
|
node_stream = require_rolldown_runtime.__toESM(node_stream, 1);
|
|
20
20
|
|
|
21
|
-
//#region ../../node_modules/.pnpm/@anthropic-ai+sdk@0.
|
|
21
|
+
//#region ../../node_modules/.pnpm/@anthropic-ai+sdk@0.125.0_zod@4.6.4/node_modules/@anthropic-ai/sdk/lib/transform-json-schema.mjs
|
|
22
22
|
const SUPPORTED_STRING_FORMATS = new Set([
|
|
23
23
|
"date-time",
|
|
24
24
|
"time",
|
|
@@ -113,7 +113,7 @@ function _transformJSONSchema(jsonSchema) {
|
|
|
113
113
|
}
|
|
114
114
|
|
|
115
115
|
//#endregion
|
|
116
|
-
//#region ../../node_modules/.pnpm/@anthropic-ai+sdk@0.
|
|
116
|
+
//#region ../../node_modules/.pnpm/@anthropic-ai+sdk@0.125.0_zod@4.6.4/node_modules/@anthropic-ai/sdk/helpers/beta/json-schema.mjs
|
|
117
117
|
/**
|
|
118
118
|
* Creates a Tool with a provided JSON schema that can be passed
|
|
119
119
|
* to the `.toolRunner()` method. The schema is used to automatically validate
|
|
@@ -161,7 +161,7 @@ function betaJSONSchemaOutputFormat(jsonSchema, options) {
|
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
//#endregion
|
|
164
|
-
//#region ../../node_modules/.pnpm/@anthropic-ai+sdk@0.
|
|
164
|
+
//#region ../../node_modules/.pnpm/@anthropic-ai+sdk@0.125.0_zod@4.6.4/node_modules/@anthropic-ai/sdk/tools/agent-toolset/fs-util.mjs
|
|
165
165
|
/**
|
|
166
166
|
* Shared, Node-only filesystem helpers for the agent toolset's file tools:
|
|
167
167
|
* path confinement (symlink-aware), an atomic write, and language-independent
|
|
@@ -334,7 +334,7 @@ function fsErrorMessage(err, file) {
|
|
|
334
334
|
}
|
|
335
335
|
|
|
336
336
|
//#endregion
|
|
337
|
-
//#region ../../node_modules/.pnpm/@anthropic-ai+sdk@0.
|
|
337
|
+
//#region ../../node_modules/.pnpm/@anthropic-ai+sdk@0.125.0_zod@4.6.4/node_modules/@anthropic-ai/sdk/tools/agent-toolset/skills.mjs
|
|
338
338
|
/**
|
|
339
339
|
* Node-only skill plumbing for the agent toolset: downloading a session
|
|
340
340
|
* agent's skills into the workdir and extracting the archives. Kept in its own
|
|
@@ -673,7 +673,7 @@ async function readHead(file, n) {
|
|
|
673
673
|
}
|
|
674
674
|
|
|
675
675
|
//#endregion
|
|
676
|
-
//#region ../../node_modules/.pnpm/@anthropic-ai+sdk@0.
|
|
676
|
+
//#region ../../node_modules/.pnpm/@anthropic-ai+sdk@0.125.0_zod@4.6.4/node_modules/@anthropic-ai/sdk/internal/file-store.mjs
|
|
677
677
|
/**
|
|
678
678
|
* `FileStore` — one confined folder; a relative path cannot escape it.
|
|
679
679
|
*
|
|
@@ -1127,7 +1127,7 @@ if (asyncDispose) {
|
|
|
1127
1127
|
}
|
|
1128
1128
|
|
|
1129
1129
|
//#endregion
|
|
1130
|
-
//#region ../../node_modules/.pnpm/@anthropic-ai+sdk@0.
|
|
1130
|
+
//#region ../../node_modules/.pnpm/@anthropic-ai+sdk@0.125.0_zod@4.6.4/node_modules/@anthropic-ai/sdk/tools/agent-toolset/memories.mjs
|
|
1131
1131
|
/**
|
|
1132
1132
|
* Session-level memory-store download and sync.
|
|
1133
1133
|
*
|
|
@@ -1905,7 +1905,7 @@ async function settledOrAborted(p, signal) {
|
|
|
1905
1905
|
}
|
|
1906
1906
|
|
|
1907
1907
|
//#endregion
|
|
1908
|
-
//#region ../../node_modules/.pnpm/@anthropic-ai+sdk@0.
|
|
1908
|
+
//#region ../../node_modules/.pnpm/@anthropic-ai+sdk@0.125.0_zod@4.6.4/node_modules/@anthropic-ai/sdk/tools/agent-toolset/node.mjs
|
|
1909
1909
|
/**
|
|
1910
1910
|
* Node implementation of the `agent_toolset_20260401` tools — `bash`, `read`,
|
|
1911
1911
|
* `write`, `edit`, `glob`, `grep` — plus the workdir/skills
|
|
@@ -14,7 +14,7 @@ node_child_process = require_rolldown_runtime.__toESM(node_child_process, 1);
|
|
|
14
14
|
let node_util = require("node:util");
|
|
15
15
|
node_util = require_rolldown_runtime.__toESM(node_util, 1);
|
|
16
16
|
|
|
17
|
-
//#region ../../node_modules/.pnpm/@anthropic-ai+sdk@0.
|
|
17
|
+
//#region ../../node_modules/.pnpm/@anthropic-ai+sdk@0.125.0_zod@4.6.4/node_modules/@anthropic-ai/sdk/internal/node.mjs
|
|
18
18
|
/**
|
|
19
19
|
* The one module under `src/` that may import Node built-ins (eslint enforces this).
|
|
20
20
|
* The package.json `browser` field swaps it for `./node.browser`, so only touch its
|