@junando/webhook 0.12.2 → 0.13.0

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.
@@ -0,0 +1,39 @@
1
+ const require_rolldown_runtime = require('./rolldown-runtime-BDXX5GFZ.cjs');
2
+ let node_crypto = require("node:crypto");
3
+ node_crypto = require_rolldown_runtime.__toESM(node_crypto, 1);
4
+ let node_os = require("node:os");
5
+ node_os = require_rolldown_runtime.__toESM(node_os, 1);
6
+ let node_fs = require("node:fs");
7
+ node_fs = require_rolldown_runtime.__toESM(node_fs, 1);
8
+ let node_path = require("node:path");
9
+ node_path = require_rolldown_runtime.__toESM(node_path, 1);
10
+ let node_stream = require("node:stream");
11
+ node_stream = require_rolldown_runtime.__toESM(node_stream, 1);
12
+ let node_child_process = require("node:child_process");
13
+ node_child_process = require_rolldown_runtime.__toESM(node_child_process, 1);
14
+ let node_util = require("node:util");
15
+ node_util = require_rolldown_runtime.__toESM(node_util, 1);
16
+
17
+ //#region ../../node_modules/.pnpm/@anthropic-ai+sdk@0.124.0_zod@4.5.4/node_modules/@anthropic-ai/sdk/internal/node.mjs
18
+ /**
19
+ * The one module under `src/` that may import Node built-ins (eslint enforces this).
20
+ * The package.json `browser` field swaps it for `./node.browser`, so only touch its
21
+ * exports on code paths that run on Node-compatible runtimes.
22
+ */
23
+ var node_exports = /* @__PURE__ */ require_rolldown_runtime.__exportAll({
24
+ child_process: () => node_child_process,
25
+ crypto: () => node_crypto,
26
+ fs: () => node_fs,
27
+ os: () => node_os,
28
+ path: () => node_path,
29
+ stream: () => node_stream,
30
+ util: () => node_util
31
+ });
32
+
33
+ //#endregion
34
+ Object.defineProperty(exports, 'node_exports', {
35
+ enumerable: true,
36
+ get: function () {
37
+ return node_exports;
38
+ }
39
+ });