@cerefox/memory 1.0.1 → 1.0.2
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/bin/cerefox.js +42 -42
- package/dist/frontend/assets/{index-D9FTvsV4.js → index-CLD16BC4.js} +25 -25
- package/dist/frontend/assets/index-CLD16BC4.js.map +1 -0
- package/dist/frontend/index.html +1 -1
- package/dist/server-assets/_shared/ef-meta/index.ts +1 -1
- package/docs/guides/cli.md +2 -2
- package/docs/guides/migration-1.0.md +1 -1
- package/docs/guides/operational-cost.md +1 -0
- package/package.json +4 -4
- package/dist/frontend/assets/index-D9FTvsV4.js.map +0 -1
package/dist/bin/cerefox.js
CHANGED
|
@@ -7184,7 +7184,7 @@ var exports_meta = {};
|
|
|
7184
7184
|
__export(exports_meta, {
|
|
7185
7185
|
PKG_VERSION: () => PKG_VERSION
|
|
7186
7186
|
});
|
|
7187
|
-
var PKG_VERSION = "1.0.
|
|
7187
|
+
var PKG_VERSION = "1.0.2";
|
|
7188
7188
|
var init_meta = () => {};
|
|
7189
7189
|
|
|
7190
7190
|
// ../../node_modules/.bun/tslib@2.8.1/node_modules/tslib/tslib.js
|
|
@@ -59004,7 +59004,7 @@ var init_v4_mini = __esm(() => {
|
|
|
59004
59004
|
init_mini();
|
|
59005
59005
|
});
|
|
59006
59006
|
|
|
59007
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0
|
|
59007
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js
|
|
59008
59008
|
function isZ4Schema(s) {
|
|
59009
59009
|
const schema = s;
|
|
59010
59010
|
return !!schema._zod;
|
|
@@ -59811,7 +59811,7 @@ var init_v4 = __esm(() => {
|
|
|
59811
59811
|
init_classic();
|
|
59812
59812
|
});
|
|
59813
59813
|
|
|
59814
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0
|
|
59814
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
|
|
59815
59815
|
var LATEST_PROTOCOL_VERSION = "2025-11-25", SUPPORTED_PROTOCOL_VERSIONS, RELATED_TASK_META_KEY = "io.modelcontextprotocol/related-task", JSONRPC_VERSION = "2.0", AssertObjectSchema, ProgressTokenSchema, CursorSchema, TaskCreationParamsSchema, TaskMetadataSchema, RelatedTaskMetadataSchema, RequestMetaSchema, BaseRequestParamsSchema, TaskAugmentedRequestParamsSchema, isTaskAugmentedRequestParams = (value) => TaskAugmentedRequestParamsSchema.safeParse(value).success, RequestSchema, NotificationsParamsSchema, NotificationSchema, ResultSchema, RequestIdSchema, JSONRPCRequestSchema, isJSONRPCRequest = (value) => JSONRPCRequestSchema.safeParse(value).success, JSONRPCNotificationSchema, isJSONRPCNotification = (value) => JSONRPCNotificationSchema.safeParse(value).success, JSONRPCResultResponseSchema, isJSONRPCResultResponse = (value) => JSONRPCResultResponseSchema.safeParse(value).success, ErrorCode, JSONRPCErrorResponseSchema, isJSONRPCErrorResponse = (value) => JSONRPCErrorResponseSchema.safeParse(value).success, JSONRPCMessageSchema, JSONRPCResponseSchema, EmptyResultSchema, CancelledNotificationParamsSchema, CancelledNotificationSchema, IconSchema, IconsSchema, BaseMetadataSchema, ImplementationSchema, FormElicitationCapabilitySchema, ElicitationCapabilitySchema, ClientTasksCapabilitySchema, ServerTasksCapabilitySchema, ClientCapabilitiesSchema, InitializeRequestParamsSchema, InitializeRequestSchema, ServerCapabilitiesSchema, InitializeResultSchema, InitializedNotificationSchema, PingRequestSchema, ProgressSchema, ProgressNotificationParamsSchema, ProgressNotificationSchema, PaginatedRequestParamsSchema, PaginatedRequestSchema, PaginatedResultSchema, TaskStatusSchema, TaskSchema, CreateTaskResultSchema, TaskStatusNotificationParamsSchema, TaskStatusNotificationSchema, GetTaskRequestSchema, GetTaskResultSchema, GetTaskPayloadRequestSchema, GetTaskPayloadResultSchema, ListTasksRequestSchema, ListTasksResultSchema, CancelTaskRequestSchema, CancelTaskResultSchema, ResourceContentsSchema, TextResourceContentsSchema, Base64Schema, BlobResourceContentsSchema, RoleSchema, AnnotationsSchema, ResourceSchema, ResourceTemplateSchema, ListResourcesRequestSchema, ListResourcesResultSchema, ListResourceTemplatesRequestSchema, ListResourceTemplatesResultSchema, ResourceRequestParamsSchema, ReadResourceRequestParamsSchema, ReadResourceRequestSchema, ReadResourceResultSchema, ResourceListChangedNotificationSchema, SubscribeRequestParamsSchema, SubscribeRequestSchema, UnsubscribeRequestParamsSchema, UnsubscribeRequestSchema, ResourceUpdatedNotificationParamsSchema, ResourceUpdatedNotificationSchema, PromptArgumentSchema, PromptSchema, ListPromptsRequestSchema, ListPromptsResultSchema, GetPromptRequestParamsSchema, GetPromptRequestSchema, TextContentSchema, ImageContentSchema, AudioContentSchema, ToolUseContentSchema, EmbeddedResourceSchema, ResourceLinkSchema, ContentBlockSchema, PromptMessageSchema, GetPromptResultSchema, PromptListChangedNotificationSchema, ToolAnnotationsSchema, ToolExecutionSchema, ToolSchema, ListToolsRequestSchema, ListToolsResultSchema, CallToolResultSchema, CompatibilityCallToolResultSchema, CallToolRequestParamsSchema, CallToolRequestSchema, ToolListChangedNotificationSchema, ListChangedOptionsBaseSchema, LoggingLevelSchema, SetLevelRequestParamsSchema, SetLevelRequestSchema, LoggingMessageNotificationParamsSchema, LoggingMessageNotificationSchema, ModelHintSchema, ModelPreferencesSchema, ToolChoiceSchema, ToolResultContentSchema, SamplingContentSchema, SamplingMessageContentBlockSchema, SamplingMessageSchema, CreateMessageRequestParamsSchema, CreateMessageRequestSchema, CreateMessageResultSchema, CreateMessageResultWithToolsSchema, BooleanSchemaSchema, StringSchemaSchema, NumberSchemaSchema, UntitledSingleSelectEnumSchemaSchema, TitledSingleSelectEnumSchemaSchema, LegacyTitledEnumSchemaSchema, SingleSelectEnumSchemaSchema, UntitledMultiSelectEnumSchemaSchema, TitledMultiSelectEnumSchemaSchema, MultiSelectEnumSchemaSchema, EnumSchemaSchema, PrimitiveSchemaDefinitionSchema, ElicitRequestFormParamsSchema, ElicitRequestURLParamsSchema, ElicitRequestParamsSchema, ElicitRequestSchema, ElicitationCompleteNotificationParamsSchema, ElicitationCompleteNotificationSchema, ElicitResultSchema, ResourceTemplateReferenceSchema, PromptReferenceSchema, CompleteRequestParamsSchema, CompleteRequestSchema, CompleteResultSchema, RootSchema, ListRootsRequestSchema, ListRootsResultSchema, RootsListChangedNotificationSchema, ClientRequestSchema, ClientNotificationSchema, ClientResultSchema, ServerRequestSchema, ServerNotificationSchema, ServerResultSchema, McpError, UrlElicitationRequiredError;
|
|
59816
59816
|
var init_types4 = __esm(() => {
|
|
59817
59817
|
init_v4();
|
|
@@ -60639,7 +60639,7 @@ var init_types4 = __esm(() => {
|
|
|
60639
60639
|
};
|
|
60640
60640
|
});
|
|
60641
60641
|
|
|
60642
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0
|
|
60642
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js
|
|
60643
60643
|
function isTerminal(status) {
|
|
60644
60644
|
return status === "completed" || status === "failed" || status === "cancelled";
|
|
60645
60645
|
}
|
|
@@ -60857,7 +60857,7 @@ var init_esm = __esm(() => {
|
|
|
60857
60857
|
init_zodToJsonSchema();
|
|
60858
60858
|
});
|
|
60859
60859
|
|
|
60860
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0
|
|
60860
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js
|
|
60861
60861
|
function getMethodLiteral(schema) {
|
|
60862
60862
|
const shape = getObjectShape(schema);
|
|
60863
60863
|
const methodSchema = shape?.method;
|
|
@@ -60882,7 +60882,7 @@ var init_zod_json_schema_compat = __esm(() => {
|
|
|
60882
60882
|
init_esm();
|
|
60883
60883
|
});
|
|
60884
60884
|
|
|
60885
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0
|
|
60885
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
|
|
60886
60886
|
class Protocol {
|
|
60887
60887
|
constructor(_options) {
|
|
60888
60888
|
this._options = _options;
|
|
@@ -68312,7 +68312,7 @@ var require_dist3 = __commonJS((exports, module) => {
|
|
|
68312
68312
|
exports.default = formatsPlugin;
|
|
68313
68313
|
});
|
|
68314
68314
|
|
|
68315
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0
|
|
68315
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js
|
|
68316
68316
|
function createDefaultAjvInstance() {
|
|
68317
68317
|
const ajv = new import_ajv.default({
|
|
68318
68318
|
strict: false,
|
|
@@ -68355,7 +68355,7 @@ var init_ajv_provider = __esm(() => {
|
|
|
68355
68355
|
import_ajv_formats = __toESM(require_dist3(), 1);
|
|
68356
68356
|
});
|
|
68357
68357
|
|
|
68358
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0
|
|
68358
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/server.js
|
|
68359
68359
|
class ExperimentalServerTasks {
|
|
68360
68360
|
constructor(_server) {
|
|
68361
68361
|
this._server = _server;
|
|
@@ -68436,7 +68436,7 @@ var init_server = __esm(() => {
|
|
|
68436
68436
|
init_types4();
|
|
68437
68437
|
});
|
|
68438
68438
|
|
|
68439
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0
|
|
68439
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js
|
|
68440
68440
|
function assertToolsCallTaskCapability(requests, method, entityName) {
|
|
68441
68441
|
if (!requests) {
|
|
68442
68442
|
throw new Error(`${entityName} does not support task creation (required for ${method})`);
|
|
@@ -68471,7 +68471,7 @@ function assertClientRequestTaskCapability(requests, method, entityName) {
|
|
|
68471
68471
|
}
|
|
68472
68472
|
}
|
|
68473
68473
|
|
|
68474
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0
|
|
68474
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js
|
|
68475
68475
|
var Server;
|
|
68476
68476
|
var init_server2 = __esm(() => {
|
|
68477
68477
|
init_protocol();
|
|
@@ -68803,7 +68803,7 @@ var init_server2 = __esm(() => {
|
|
|
68803
68803
|
};
|
|
68804
68804
|
});
|
|
68805
68805
|
|
|
68806
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0
|
|
68806
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
|
|
68807
68807
|
class ReadBuffer {
|
|
68808
68808
|
constructor(options) {
|
|
68809
68809
|
this._maxBufferSize = options?.maxBufferSize ?? STDIO_DEFAULT_MAX_BUFFER_SIZE;
|
|
@@ -68846,7 +68846,7 @@ var init_stdio = __esm(() => {
|
|
|
68846
68846
|
STDIO_DEFAULT_MAX_BUFFER_SIZE = 10 * 1024 * 1024;
|
|
68847
68847
|
});
|
|
68848
68848
|
|
|
68849
|
-
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0
|
|
68849
|
+
// ../../node_modules/.bun/@modelcontextprotocol+sdk@1.30.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
|
|
68850
68850
|
import process9 from "node:process";
|
|
68851
68851
|
|
|
68852
68852
|
class StdioServerTransport {
|
|
@@ -74941,7 +74941,7 @@ import { homedir as homedir6 } from "node:os";
|
|
|
74941
74941
|
import { join as join9 } from "node:path";
|
|
74942
74942
|
|
|
74943
74943
|
// ../../_shared/ef-meta/index.ts
|
|
74944
|
-
var EF_VERSION = "1.0.
|
|
74944
|
+
var EF_VERSION = "1.0.2";
|
|
74945
74945
|
|
|
74946
74946
|
// src/cli/util/checks.ts
|
|
74947
74947
|
init_config();
|
|
@@ -77884,15 +77884,15 @@ init_sync_self_docs();
|
|
|
77884
77884
|
// src/cli/commands/web.ts
|
|
77885
77885
|
init_cli_core();
|
|
77886
77886
|
|
|
77887
|
-
// ../../node_modules/.bun/@hono+node-server@2.0.12+
|
|
77887
|
+
// ../../node_modules/.bun/@hono+node-server@2.0.12+19b9adbcbc3b652f/node_modules/@hono/node-server/dist/constants-BLSFu_RU.mjs
|
|
77888
77888
|
var X_ALREADY_SENT = "x-hono-already-sent";
|
|
77889
77889
|
|
|
77890
|
-
// ../../node_modules/.bun/@hono+node-server@2.0.12+
|
|
77890
|
+
// ../../node_modules/.bun/@hono+node-server@2.0.12+19b9adbcbc3b652f/node_modules/@hono/node-server/dist/index.mjs
|
|
77891
77891
|
import { STATUS_CODES, createServer } from "node:http";
|
|
77892
77892
|
import { Http2ServerRequest, constants } from "node:http2";
|
|
77893
77893
|
import { Readable } from "node:stream";
|
|
77894
77894
|
|
|
77895
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
77895
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/helper/websocket/index.js
|
|
77896
77896
|
var WSContext = class {
|
|
77897
77897
|
#init;
|
|
77898
77898
|
constructor(init) {
|
|
@@ -77940,7 +77940,7 @@ var defineWebSocketHelper = (handler11) => {
|
|
|
77940
77940
|
};
|
|
77941
77941
|
};
|
|
77942
77942
|
|
|
77943
|
-
// ../../node_modules/.bun/@hono+node-server@2.0.12+
|
|
77943
|
+
// ../../node_modules/.bun/@hono+node-server@2.0.12+19b9adbcbc3b652f/node_modules/@hono/node-server/dist/index.mjs
|
|
77944
77944
|
var RequestError = class extends Error {
|
|
77945
77945
|
constructor(message, options) {
|
|
77946
77946
|
super(message, options);
|
|
@@ -79214,7 +79214,7 @@ var serve = (options, listeningListener) => {
|
|
|
79214
79214
|
return server;
|
|
79215
79215
|
};
|
|
79216
79216
|
|
|
79217
|
-
// ../../node_modules/.bun/@hono+node-server@2.0.12+
|
|
79217
|
+
// ../../node_modules/.bun/@hono+node-server@2.0.12+19b9adbcbc3b652f/node_modules/@hono/node-server/dist/utils/stream.mjs
|
|
79218
79218
|
import { Readable as Readable2 } from "node:stream";
|
|
79219
79219
|
import { versions as versions2 } from "node:process";
|
|
79220
79220
|
var pr54206Applied = () => {
|
|
@@ -79280,7 +79280,7 @@ var createStreamBody = (stream, useNativeReadableToWeb = useReadableToWeb) => {
|
|
|
79280
79280
|
});
|
|
79281
79281
|
};
|
|
79282
79282
|
|
|
79283
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
79283
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/utils/mime.js
|
|
79284
79284
|
var getMimeType = (filename, mimes = baseMimes) => {
|
|
79285
79285
|
const regexp = /\.([a-zA-Z0-9]+?)$/;
|
|
79286
79286
|
const match = filename.match(regexp);
|
|
@@ -79349,7 +79349,7 @@ var _baseMimes = {
|
|
|
79349
79349
|
};
|
|
79350
79350
|
var baseMimes = _baseMimes;
|
|
79351
79351
|
|
|
79352
|
-
// ../../node_modules/.bun/@hono+node-server@2.0.12+
|
|
79352
|
+
// ../../node_modules/.bun/@hono+node-server@2.0.12+19b9adbcbc3b652f/node_modules/@hono/node-server/dist/serve-static.mjs
|
|
79353
79353
|
import { createReadStream, existsSync as existsSync15, statSync as statSync5 } from "node:fs";
|
|
79354
79354
|
import { join as join13 } from "node:path";
|
|
79355
79355
|
var COMPRESSIBLE_CONTENT_TYPE_REGEX = /^\s*(?:text\/[^;\s]+|application\/(?:javascript|json|xml|xml-dtd|ecmascript|dart|postscript|rtf|tar|toml|vnd\.dart|vnd\.ms-fontobject|vnd\.ms-opentype|wasm|x-httpd-php|x-javascript|x-ns-proxy-autoconfig|x-sh|x-tar|x-virtualbox-hdd|x-virtualbox-ova|x-virtualbox-ovf|x-virtualbox-vbox|x-virtualbox-vdi|x-virtualbox-vhd|x-virtualbox-vmdk|x-www-form-urlencoded)|font\/(?:otf|ttf)|image\/(?:bmp|vnd\.adobe\.photoshop|vnd\.microsoft\.icon|vnd\.ms-dds|x-icon|x-ms-bmp)|message\/rfc822|model\/gltf-binary|x-shader\/x-fragment|x-shader\/x-vertex|[^;\s]+?\+(?:json|text|xml|yaml))(?:[;\s]|$)/i;
|
|
@@ -79511,7 +79511,7 @@ import { existsSync as existsSync19 } from "node:fs";
|
|
|
79511
79511
|
import { readFileSync as readFileSync17 } from "node:fs";
|
|
79512
79512
|
import { join as join17 } from "node:path";
|
|
79513
79513
|
|
|
79514
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
79514
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/compose.js
|
|
79515
79515
|
var compose = (middleware, onError, onNotFound) => {
|
|
79516
79516
|
return (context, next) => {
|
|
79517
79517
|
let index = -1;
|
|
@@ -79555,10 +79555,10 @@ var compose = (middleware, onError, onNotFound) => {
|
|
|
79555
79555
|
};
|
|
79556
79556
|
};
|
|
79557
79557
|
|
|
79558
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
79558
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/request/constants.js
|
|
79559
79559
|
var GET_MATCH_RESULT = /* @__PURE__ */ Symbol();
|
|
79560
79560
|
|
|
79561
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
79561
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/utils/buffer.js
|
|
79562
79562
|
var bufferToFormData = (arrayBuffer, contentType2) => {
|
|
79563
79563
|
const response = new Response(arrayBuffer, {
|
|
79564
79564
|
headers: {
|
|
@@ -79568,7 +79568,7 @@ var bufferToFormData = (arrayBuffer, contentType2) => {
|
|
|
79568
79568
|
return response.formData();
|
|
79569
79569
|
};
|
|
79570
79570
|
|
|
79571
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
79571
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/utils/body.js
|
|
79572
79572
|
var isRawRequest = (request) => ("headers" in request);
|
|
79573
79573
|
var parseBody = async (request, options = /* @__PURE__ */ Object.create(null)) => {
|
|
79574
79574
|
const { all = false, dot = false } = options;
|
|
@@ -79650,7 +79650,7 @@ var handleParsingNestedValues = (form, key, value) => {
|
|
|
79650
79650
|
});
|
|
79651
79651
|
};
|
|
79652
79652
|
|
|
79653
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
79653
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/utils/url.js
|
|
79654
79654
|
var splitPath = (path) => {
|
|
79655
79655
|
const paths = path.split("/");
|
|
79656
79656
|
if (paths[0] === "") {
|
|
@@ -79850,7 +79850,7 @@ var getQueryParams = (url, key) => {
|
|
|
79850
79850
|
};
|
|
79851
79851
|
var decodeURIComponent_ = decodeURIComponent;
|
|
79852
79852
|
|
|
79853
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
79853
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/request.js
|
|
79854
79854
|
var tryDecodeURIComponent = (str) => tryDecode2(str, decodeURIComponent_);
|
|
79855
79855
|
var HonoRequest = class {
|
|
79856
79856
|
raw;
|
|
@@ -79964,7 +79964,7 @@ var HonoRequest = class {
|
|
|
79964
79964
|
}
|
|
79965
79965
|
};
|
|
79966
79966
|
|
|
79967
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
79967
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/utils/html.js
|
|
79968
79968
|
var HtmlEscapedCallbackPhase = {
|
|
79969
79969
|
Stringify: 1,
|
|
79970
79970
|
BeforeStream: 2,
|
|
@@ -80002,7 +80002,7 @@ var resolveCallback = async (str, phase, preserveCallbacks, context, buffer2) =>
|
|
|
80002
80002
|
}
|
|
80003
80003
|
};
|
|
80004
80004
|
|
|
80005
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
80005
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/context.js
|
|
80006
80006
|
var TEXT_PLAIN = "text/plain; charset=UTF-8";
|
|
80007
80007
|
var setDefaultContentType = (contentType2, headers) => {
|
|
80008
80008
|
return {
|
|
@@ -80169,7 +80169,7 @@ var Context = class {
|
|
|
80169
80169
|
};
|
|
80170
80170
|
};
|
|
80171
80171
|
|
|
80172
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
80172
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/router.js
|
|
80173
80173
|
var METHOD_NAME_ALL = "ALL";
|
|
80174
80174
|
var METHOD_NAME_ALL_LOWERCASE = "all";
|
|
80175
80175
|
var METHODS = ["get", "post", "put", "delete", "options", "patch"];
|
|
@@ -80177,10 +80177,10 @@ var MESSAGE_MATCHER_IS_ALREADY_BUILT = "Can not add a route since the matcher is
|
|
|
80177
80177
|
var UnsupportedPathError = class extends Error {
|
|
80178
80178
|
};
|
|
80179
80179
|
|
|
80180
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
80180
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/utils/constants.js
|
|
80181
80181
|
var COMPOSED_HANDLER = "__COMPOSED_HANDLER";
|
|
80182
80182
|
|
|
80183
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
80183
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/hono-base.js
|
|
80184
80184
|
var notFoundHandler = (c2) => {
|
|
80185
80185
|
return c2.text("404 Not Found", 404);
|
|
80186
80186
|
};
|
|
@@ -80404,7 +80404,7 @@ var Hono = class _Hono {
|
|
|
80404
80404
|
};
|
|
80405
80405
|
};
|
|
80406
80406
|
|
|
80407
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
80407
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/router/reg-exp-router/matcher.js
|
|
80408
80408
|
var emptyParam = [];
|
|
80409
80409
|
function match(method, path) {
|
|
80410
80410
|
const matchers = this.buildAllMatchers();
|
|
@@ -80425,7 +80425,7 @@ function match(method, path) {
|
|
|
80425
80425
|
return match2(method, path);
|
|
80426
80426
|
}
|
|
80427
80427
|
|
|
80428
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
80428
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/router/reg-exp-router/node.js
|
|
80429
80429
|
var LABEL_REG_EXP_STR = "[^/]+";
|
|
80430
80430
|
var ONLY_WILDCARD_REG_EXP_STR = ".*";
|
|
80431
80431
|
var TAIL_WILDCARD_REG_EXP_STR = "(?:|/.*)";
|
|
@@ -80529,7 +80529,7 @@ var Node = class _Node {
|
|
|
80529
80529
|
}
|
|
80530
80530
|
};
|
|
80531
80531
|
|
|
80532
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
80532
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/router/reg-exp-router/trie.js
|
|
80533
80533
|
var Trie = class {
|
|
80534
80534
|
#context = { varIndex: 0 };
|
|
80535
80535
|
#root = new Node;
|
|
@@ -80585,7 +80585,7 @@ var Trie = class {
|
|
|
80585
80585
|
}
|
|
80586
80586
|
};
|
|
80587
80587
|
|
|
80588
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
80588
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/router/reg-exp-router/router.js
|
|
80589
80589
|
var nullMatcher = [/^$/, [], /* @__PURE__ */ Object.create(null)];
|
|
80590
80590
|
var wildcardRegExpCache = /* @__PURE__ */ Object.create(null);
|
|
80591
80591
|
function buildWildcardRegExp(path) {
|
|
@@ -80750,7 +80750,7 @@ var RegExpRouter = class {
|
|
|
80750
80750
|
}
|
|
80751
80751
|
};
|
|
80752
80752
|
|
|
80753
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
80753
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/router/reg-exp-router/prepared-router.js
|
|
80754
80754
|
var PreparedRegExpRouter = class {
|
|
80755
80755
|
name = "PreparedRegExpRouter";
|
|
80756
80756
|
#matchers;
|
|
@@ -80822,7 +80822,7 @@ var PreparedRegExpRouter = class {
|
|
|
80822
80822
|
match = match;
|
|
80823
80823
|
};
|
|
80824
80824
|
|
|
80825
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
80825
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/router/smart-router/router.js
|
|
80826
80826
|
var SmartRouter = class {
|
|
80827
80827
|
name = "SmartRouter";
|
|
80828
80828
|
#routers = [];
|
|
@@ -80877,7 +80877,7 @@ var SmartRouter = class {
|
|
|
80877
80877
|
}
|
|
80878
80878
|
};
|
|
80879
80879
|
|
|
80880
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
80880
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/router/trie-router/node.js
|
|
80881
80881
|
var emptyParams = /* @__PURE__ */ Object.create(null);
|
|
80882
80882
|
var hasChildren = (children) => {
|
|
80883
80883
|
for (const _ in children) {
|
|
@@ -81049,7 +81049,7 @@ var Node2 = class _Node2 {
|
|
|
81049
81049
|
}
|
|
81050
81050
|
};
|
|
81051
81051
|
|
|
81052
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
81052
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/router/trie-router/router.js
|
|
81053
81053
|
var TrieRouter = class {
|
|
81054
81054
|
name = "TrieRouter";
|
|
81055
81055
|
#node;
|
|
@@ -81071,7 +81071,7 @@ var TrieRouter = class {
|
|
|
81071
81071
|
}
|
|
81072
81072
|
};
|
|
81073
81073
|
|
|
81074
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
81074
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/hono.js
|
|
81075
81075
|
var Hono2 = class extends Hono {
|
|
81076
81076
|
constructor(options = {}) {
|
|
81077
81077
|
super(options);
|
|
@@ -81081,7 +81081,7 @@ var Hono2 = class extends Hono {
|
|
|
81081
81081
|
}
|
|
81082
81082
|
};
|
|
81083
81083
|
|
|
81084
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
81084
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/utils/color.js
|
|
81085
81085
|
function getColorEnabled() {
|
|
81086
81086
|
const { process: process10, Deno: Deno2 } = globalThis;
|
|
81087
81087
|
const isNoColor = typeof Deno2?.noColor === "boolean" ? Deno2.noColor : process10 !== undefined ? "NO_COLOR" in process10?.env : false;
|
|
@@ -81100,7 +81100,7 @@ async function getColorEnabledAsync() {
|
|
|
81100
81100
|
return !isNoColor;
|
|
81101
81101
|
}
|
|
81102
81102
|
|
|
81103
|
-
// ../../node_modules/.bun/hono@4.12.
|
|
81103
|
+
// ../../node_modules/.bun/hono@4.12.34/node_modules/hono/dist/middleware/logger/index.js
|
|
81104
81104
|
var humanize = (times) => {
|
|
81105
81105
|
const [delimiter, separator] = [",", "."];
|
|
81106
81106
|
const orderTimes = times.map((v) => v.replace(/(\d)(?=(\d\d\d)+(?!\d))/g, "$1" + delimiter));
|