@hasna/logs 0.3.23 → 0.3.25
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/bun.lock +7 -6
- package/dist/cli/index.js +688 -3
- package/dist/{http-0wsh40x1.js → http-zm3ph78w.js} +1 -1
- package/dist/{index-hjzbctgt.js → index-5qznfyah.js} +2 -2
- package/dist/{index-2sbhn1ye.js → index-kezb178p.js} +2 -2
- package/dist/{index-zmayq5kj.js → index-p1vgwwsz.js} +1 -1
- package/dist/{index-vmr85wa1.js → index-pen6t0yc.js} +4334 -3119
- package/dist/mcp/index.js +3 -3
- package/dist/server/index.js +2 -2
- package/package.json +3 -2
- package/src/cli/index.ts +2 -0
- package/dist/export-yjaar93b.js +0 -10
- package/dist/health-9792c1rc.js +0 -8
- package/dist/health-egdb00st.js +0 -8
- package/dist/index-14dvwcf1.js +0 -45
- package/dist/index-1f2ghyhm.js +0 -540
- package/dist/index-4ba0sabv.js +0 -1241
- package/dist/index-4hj4sakk.js +0 -1241
- package/dist/index-5qwba140.js +0 -1241
- package/dist/index-5tvnhvgr.js +0 -536
- package/dist/index-6y8pmes4.js +0 -45
- package/dist/index-6zrkek5y.js +0 -9454
- package/dist/index-7qhh666n.js +0 -1241
- package/dist/index-86j0hn03.js +0 -540
- package/dist/index-exeq2gs6.js +0 -79
- package/dist/index-fzmz9aqs.js +0 -1241
- package/dist/index-g8dczzvv.js +0 -30
- package/dist/index-rbrsvsyh.js +0 -88
- package/dist/index-t97ttm0a.js +0 -543
- package/dist/index-wbsq8qjd.js +0 -1241
- package/dist/index-xjn8gam3.js +0 -39
- package/dist/index-yb8yd4j6.js +0 -39
- package/dist/jobs-02z4fzsn.js +0 -22
- package/dist/query-6s5gqkck.js +0 -15
- package/dist/query-shjjj67k.js +0 -14
- package/dist/query-tcg3bm9s.js +0 -14
|
@@ -3635,7 +3635,7 @@ function finalize(ctx, schema) {
|
|
|
3635
3635
|
result.$schema = "http://json-schema.org/draft-07/schema#";
|
|
3636
3636
|
} else if (ctx.target === "draft-04") {
|
|
3637
3637
|
result.$schema = "http://json-schema.org/draft-04/schema#";
|
|
3638
|
-
} else if (ctx.target === "openapi-3.0") {}
|
|
3638
|
+
} else if (ctx.target === "openapi-3.0") {}
|
|
3639
3639
|
if (ctx.external?.uri) {
|
|
3640
3640
|
const id = ctx.external.registry.get(schema)?.id;
|
|
3641
3641
|
if (!id)
|
|
@@ -3883,7 +3883,7 @@ var literalProcessor = (schema, ctx, json, _params) => {
|
|
|
3883
3883
|
if (val === undefined) {
|
|
3884
3884
|
if (ctx.unrepresentable === "throw") {
|
|
3885
3885
|
throw new Error("Literal `undefined` cannot be represented in JSON Schema");
|
|
3886
|
-
}
|
|
3886
|
+
}
|
|
3887
3887
|
} else if (typeof val === "bigint") {
|
|
3888
3888
|
if (ctx.unrepresentable === "throw") {
|
|
3889
3889
|
throw new Error("BigInt literals cannot be represented in JSON Schema");
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
listPages,
|
|
6
6
|
saveSnapshot,
|
|
7
7
|
touchPage
|
|
8
|
-
} from "./index-
|
|
8
|
+
} from "./index-pen6t0yc.js";
|
|
9
9
|
import {
|
|
10
10
|
createScanRun,
|
|
11
11
|
finishScanRun,
|
|
@@ -894,7 +894,7 @@ var require_scheduled_task = __commonJS((exports, module) => {
|
|
|
894
894
|
|
|
895
895
|
// node_modules/node-cron/src/background-scheduled-task/index.js
|
|
896
896
|
var require_background_scheduled_task = __commonJS((exports, module) => {
|
|
897
|
-
var __dirname = "/
|
|
897
|
+
var __dirname = "/tmp/hasna-webhooks-all-1781605110/open-logs/node_modules/node-cron/src/background-scheduled-task";
|
|
898
898
|
var EventEmitter = __require("events");
|
|
899
899
|
var path = __require("path");
|
|
900
900
|
var { fork } = __require("child_process");
|
|
@@ -894,7 +894,7 @@ var require_scheduled_task = __commonJS((exports, module) => {
|
|
|
894
894
|
|
|
895
895
|
// node_modules/node-cron/src/background-scheduled-task/index.js
|
|
896
896
|
var require_background_scheduled_task = __commonJS((exports, module) => {
|
|
897
|
-
var __dirname = "/
|
|
897
|
+
var __dirname = "/tmp/hasna-webhooks-all-1781605110/open-logs/node_modules/node-cron/src/background-scheduled-task";
|
|
898
898
|
var EventEmitter = __require("events");
|
|
899
899
|
var path = __require("path");
|
|
900
900
|
var { fork } = __require("child_process");
|