Loading cli/deno.json +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ "generate-import-map": "deno run --allow-read --allow-write scripts/generate_import_map.ts", "sync-version": "deno run --allow-read=deno.json --allow-write=deno.json scripts/sync_version.ts", "codegen": "deno task fedify-codegen && deno task generate-import-map && deno task sync-version", "check": "deno task codegen && deno fmt --check && deno lint && deno check **/*.ts", "run": "deno task codegen && deno run --allow-all mod.ts", "publish": "deno task codegen && deno task generate-import-map --release && deno publish", "publish-dry-run": "deno task codegen && deno publish --dry-run --allow-dirty", Loading cli/import_map.g.json +24 −24 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ "imports": { "@cfworker/json-schema": "npm:@cfworker/json-schema@^1.12.8", "@david/which-runtime": "jsr:@david/which-runtime@^0.2.0", "@deno/dnt": "jsr:@deno/dnt@^0.41.1", "@deno/dnt": "jsr:@deno/dnt@^0.41.2", "@fedify/fedify": ".././mod.ts", "@fedify/fedify/federation": ".././federation/mod.ts", "@fedify/fedify/httpsig": ".././httpsig/mod.ts", Loading @@ -15,27 +15,27 @@ "@fedify/fedify/x/hono": ".././x/hono.ts", "@hongminhee/aitertools": "jsr:@hongminhee/aitertools@^0.6.0", "@logtape/logtape": "jsr:@logtape/logtape@^0.4.0", "@phensley/language-tag": "npm:@phensley/language-tag@^1.8.0", "@std/assert": "jsr:@std/assert@^0.224.0", "@std/async/delay": "jsr:@std/async@^0.224.0/delay", "@std/bytes": "jsr:@std/bytes@^0.224.0", "@std/bytes/concat": "jsr:@std/bytes@^0.224.0/concat", "@std/collections": "jsr:@std/collections@^0.224.0", "@std/encoding": "jsr:@std/encoding@^0.224.0", "@std/encoding/base64": "jsr:@std/encoding@^0.224.0/base64", "@std/encoding/base64url": "jsr:@std/encoding@^0.224.0/base64url", "@std/encoding/hex": "jsr:@std/encoding@^0.224.0/hex", "@std/fs": "jsr:@std/fs@^0.220.1", "@std/http/negotiation": "jsr:@std/http@^0.224.0/negotiation", "@std/json/common": "jsr:@std/json@^0.224.0/common", "@std/path": "jsr:@std/path@^0.220.1", "@std/semver": "jsr:@std/semver@^0.224.0", "@phensley/language-tag": "npm:@phensley/language-tag@^1.8.1", "@std/assert": "jsr:@std/assert@^0.226.0", "@std/async/delay": "jsr:@std/async@^0.224.2/delay", "@std/bytes": "jsr:@std/bytes@^1.0.0", "@std/bytes/concat": "jsr:@std/bytes@^1.0.0/concat", "@std/collections": "jsr:@std/collections@^0.224.2", "@std/encoding": "jsr:@std/encoding@^0.224.3", "@std/encoding/base64": "jsr:@std/encoding@^0.224.3/base64", "@std/encoding/base64url": "jsr:@std/encoding@^0.224.3/base64url", "@std/encoding/hex": "jsr:@std/encoding@^0.224.3/hex", "@std/fs": "jsr:@std/fs@^0.229.3", "@std/http/negotiation": "jsr:@std/http@^0.224.4/negotiation", "@std/json/common": "jsr:@std/json@^0.224.1/common", "@std/path": "jsr:@std/path@^0.225.1", "@std/semver": "jsr:@std/semver@^0.224.3", "@std/testing": "jsr:@std/testing@^0.224.0", "@std/text": "jsr:@std/text@^0.224.0", "@std/url": "jsr:@std/url@^0.224.0", "@std/yaml": "jsr:@std/yaml@^0.224.0", "@std/text": "jsr:@std/text@^0.224.3", "@std/url": "jsr:@std/url@^0.224.1", "@std/yaml": "jsr:@std/yaml@^0.224.1", "asn1js": "npm:asn1js@^3.0.5", "fast-check": "npm:fast-check@^3.18.0", "fast-check": "npm:fast-check@^3.19.0", "json-canon": "npm:json-canon@^1.0.1", "jsonld": "npm:jsonld@^8.3.2", "mock_fetch": "https://deno.land/x/mock_fetch@0.3.0/mod.ts", Loading @@ -50,14 +50,14 @@ "@cliffy/prompt": "jsr:@cliffy/prompt@1.0.0-rc.4", "@cliffy/table": "jsr:@cliffy/table@1.0.0-rc.4", "@cross/dir": "jsr:@cross/dir@^1.1.0", "@david/dax": "jsr:@david/dax@^0.40.1", "@david/dax": "jsr:@david/dax@^0.41.0", "@hongminhee/localtunnel": "jsr:@hongminhee/localtunnel@^0.2.0", "@poppanator/http-constants": "npm:@poppanator/http-constants@^1.1.1", "cli-highlight": "npm:cli-highlight@^2.1.11", "hono": "npm:hono@^4.2.8", "hono/": "npm:/hono@^4.2.8/", "hono": "jsr:@hono/hono@^4.4.6", "hono/": "jsr:/@hono/hono@^4.4.6/", "json-preserve-indent": "npm:json-preserve-indent@^1.1.3", "ora": "npm:ora@^8.0.1", "shiki": "npm:shiki@^1.3.0" "shiki": "npm:shiki@^1.6.4" } } cli/import_map.json +6 −6 Original line number Diff line number Diff line Loading @@ -5,17 +5,17 @@ "@cliffy/prompt": "jsr:@cliffy/prompt@1.0.0-rc.4", "@cliffy/table": "jsr:@cliffy/table@1.0.0-rc.4", "@cross/dir": "jsr:@cross/dir@^1.1.0", "@david/dax": "jsr:@david/dax@^0.40.1", "@david/dax": "jsr:@david/dax@^0.41.0", "@hongminhee/localtunnel": "jsr:@hongminhee/localtunnel@^0.2.0", "@logtape/logtape": "jsr:@logtape/logtape@^0.4.0", "@poppanator/http-constants": "npm:@poppanator/http-constants@^1.1.1", "@std/fs": "jsr:@std/fs@^0.220.1", "@std/path": "jsr:@std/path@^0.220.1", "@std/fs": "jsr:@std/fs@^0.229.3", "@std/path": "jsr:@std/path@^0.225.1", "cli-highlight": "npm:cli-highlight@^2.1.11", "hono": "npm:hono@^4.2.8", "hono/": "npm:/hono@^4.2.8/", "hono": "jsr:@hono/hono@^4.4.6", "hono/": "jsr:/@hono/hono@^4.4.6/", "json-preserve-indent": "npm:json-preserve-indent@^1.1.3", "ora": "npm:ora@^8.0.1", "shiki": "npm:shiki@^1.3.0" "shiki": "npm:shiki@^1.6.4" } } cli/inbox/view.tsx +2 −1 Original line number Diff line number Diff line Loading @@ -84,6 +84,7 @@ const Tab: FC<TabProps> = ( ); }; // deno-lint-ignore no-empty-interface interface TabListProps { } Loading Loading @@ -120,7 +121,7 @@ interface LogProps { } const Log: FC<LogProps> = ( { log: { timestamp, category, level, message, properties } }: LogProps, { log: { timestamp, category, level, message } }: LogProps, ) => { const listClass = level === "debug" ? "list-group-item-light" Loading deno.json +19 −19 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ "imports": { "@cfworker/json-schema": "npm:@cfworker/json-schema@^1.12.8", "@david/which-runtime": "jsr:@david/which-runtime@^0.2.0", "@deno/dnt": "jsr:@deno/dnt@^0.41.1", "@deno/dnt": "jsr:@deno/dnt@^0.41.2", "@fedify/fedify": "./mod.ts", "@fedify/fedify/federation": "./federation/mod.ts", "@fedify/fedify/httpsig": "./httpsig/mod.ts", Loading @@ -30,27 +30,27 @@ "@fedify/fedify/x/hono": "./x/hono.ts", "@hongminhee/aitertools": "jsr:@hongminhee/aitertools@^0.6.0", "@logtape/logtape": "jsr:@logtape/logtape@^0.4.0", "@phensley/language-tag": "npm:@phensley/language-tag@^1.8.0", "@std/assert": "jsr:@std/assert@^0.224.0", "@std/async/delay": "jsr:@std/async@^0.224.0/delay", "@std/bytes": "jsr:@std/bytes@^0.224.0", "@std/bytes/concat": "jsr:@std/bytes@^0.224.0/concat", "@std/collections": "jsr:@std/collections@^0.224.0", "@std/encoding": "jsr:@std/encoding@^0.224.0", "@std/encoding/base64": "jsr:@std/encoding@^0.224.0/base64", "@std/encoding/base64url": "jsr:@std/encoding@^0.224.0/base64url", "@std/encoding/hex": "jsr:@std/encoding@^0.224.0/hex", "@phensley/language-tag": "npm:@phensley/language-tag@^1.8.1", "@std/assert": "jsr:@std/assert@^0.226.0", "@std/async/delay": "jsr:@std/async@^0.224.2/delay", "@std/bytes": "jsr:@std/bytes@^1.0.0", "@std/bytes/concat": "jsr:@std/bytes@^1.0.0/concat", "@std/collections": "jsr:@std/collections@^0.224.2", "@std/encoding": "jsr:@std/encoding@^0.224.3", "@std/encoding/base64": "jsr:@std/encoding@^0.224.3/base64", "@std/encoding/base64url": "jsr:@std/encoding@^0.224.3/base64url", "@std/encoding/hex": "jsr:@std/encoding@^0.224.3/hex", "@std/fs": "jsr:@std/fs@^0.224.0", "@std/http/negotiation": "jsr:@std/http@^0.224.0/negotiation", "@std/json/common": "jsr:@std/json@^0.224.0/common", "@std/path": "jsr:@std/path@^0.224.0", "@std/semver": "jsr:@std/semver@^0.224.0", "@std/http/negotiation": "jsr:@std/http@^0.224.4/negotiation", "@std/json/common": "jsr:@std/json@^0.224.1/common", "@std/path": "jsr:@std/path@^0.225.2", "@std/semver": "jsr:@std/semver@^0.224.3", "@std/testing": "jsr:@std/testing@^0.224.0", "@std/text": "jsr:@std/text@^0.224.0", "@std/url": "jsr:@std/url@^0.224.0", "@std/yaml": "jsr:@std/yaml@^0.224.0", "@std/text": "jsr:@std/text@^0.224.3", "@std/url": "jsr:@std/url@^0.224.1", "@std/yaml": "jsr:@std/yaml@^0.224.1", "asn1js": "npm:asn1js@^3.0.5", "fast-check": "npm:fast-check@^3.18.0", "fast-check": "npm:fast-check@^3.19.0", "json-canon": "npm:json-canon@^1.0.1", "jsonld": "npm:jsonld@^8.3.2", "mock_fetch": "https://deno.land/x/mock_fetch@0.3.0/mod.ts", Loading Loading
cli/deno.json +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ "generate-import-map": "deno run --allow-read --allow-write scripts/generate_import_map.ts", "sync-version": "deno run --allow-read=deno.json --allow-write=deno.json scripts/sync_version.ts", "codegen": "deno task fedify-codegen && deno task generate-import-map && deno task sync-version", "check": "deno task codegen && deno fmt --check && deno lint && deno check **/*.ts", "run": "deno task codegen && deno run --allow-all mod.ts", "publish": "deno task codegen && deno task generate-import-map --release && deno publish", "publish-dry-run": "deno task codegen && deno publish --dry-run --allow-dirty", Loading
cli/import_map.g.json +24 −24 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ "imports": { "@cfworker/json-schema": "npm:@cfworker/json-schema@^1.12.8", "@david/which-runtime": "jsr:@david/which-runtime@^0.2.0", "@deno/dnt": "jsr:@deno/dnt@^0.41.1", "@deno/dnt": "jsr:@deno/dnt@^0.41.2", "@fedify/fedify": ".././mod.ts", "@fedify/fedify/federation": ".././federation/mod.ts", "@fedify/fedify/httpsig": ".././httpsig/mod.ts", Loading @@ -15,27 +15,27 @@ "@fedify/fedify/x/hono": ".././x/hono.ts", "@hongminhee/aitertools": "jsr:@hongminhee/aitertools@^0.6.0", "@logtape/logtape": "jsr:@logtape/logtape@^0.4.0", "@phensley/language-tag": "npm:@phensley/language-tag@^1.8.0", "@std/assert": "jsr:@std/assert@^0.224.0", "@std/async/delay": "jsr:@std/async@^0.224.0/delay", "@std/bytes": "jsr:@std/bytes@^0.224.0", "@std/bytes/concat": "jsr:@std/bytes@^0.224.0/concat", "@std/collections": "jsr:@std/collections@^0.224.0", "@std/encoding": "jsr:@std/encoding@^0.224.0", "@std/encoding/base64": "jsr:@std/encoding@^0.224.0/base64", "@std/encoding/base64url": "jsr:@std/encoding@^0.224.0/base64url", "@std/encoding/hex": "jsr:@std/encoding@^0.224.0/hex", "@std/fs": "jsr:@std/fs@^0.220.1", "@std/http/negotiation": "jsr:@std/http@^0.224.0/negotiation", "@std/json/common": "jsr:@std/json@^0.224.0/common", "@std/path": "jsr:@std/path@^0.220.1", "@std/semver": "jsr:@std/semver@^0.224.0", "@phensley/language-tag": "npm:@phensley/language-tag@^1.8.1", "@std/assert": "jsr:@std/assert@^0.226.0", "@std/async/delay": "jsr:@std/async@^0.224.2/delay", "@std/bytes": "jsr:@std/bytes@^1.0.0", "@std/bytes/concat": "jsr:@std/bytes@^1.0.0/concat", "@std/collections": "jsr:@std/collections@^0.224.2", "@std/encoding": "jsr:@std/encoding@^0.224.3", "@std/encoding/base64": "jsr:@std/encoding@^0.224.3/base64", "@std/encoding/base64url": "jsr:@std/encoding@^0.224.3/base64url", "@std/encoding/hex": "jsr:@std/encoding@^0.224.3/hex", "@std/fs": "jsr:@std/fs@^0.229.3", "@std/http/negotiation": "jsr:@std/http@^0.224.4/negotiation", "@std/json/common": "jsr:@std/json@^0.224.1/common", "@std/path": "jsr:@std/path@^0.225.1", "@std/semver": "jsr:@std/semver@^0.224.3", "@std/testing": "jsr:@std/testing@^0.224.0", "@std/text": "jsr:@std/text@^0.224.0", "@std/url": "jsr:@std/url@^0.224.0", "@std/yaml": "jsr:@std/yaml@^0.224.0", "@std/text": "jsr:@std/text@^0.224.3", "@std/url": "jsr:@std/url@^0.224.1", "@std/yaml": "jsr:@std/yaml@^0.224.1", "asn1js": "npm:asn1js@^3.0.5", "fast-check": "npm:fast-check@^3.18.0", "fast-check": "npm:fast-check@^3.19.0", "json-canon": "npm:json-canon@^1.0.1", "jsonld": "npm:jsonld@^8.3.2", "mock_fetch": "https://deno.land/x/mock_fetch@0.3.0/mod.ts", Loading @@ -50,14 +50,14 @@ "@cliffy/prompt": "jsr:@cliffy/prompt@1.0.0-rc.4", "@cliffy/table": "jsr:@cliffy/table@1.0.0-rc.4", "@cross/dir": "jsr:@cross/dir@^1.1.0", "@david/dax": "jsr:@david/dax@^0.40.1", "@david/dax": "jsr:@david/dax@^0.41.0", "@hongminhee/localtunnel": "jsr:@hongminhee/localtunnel@^0.2.0", "@poppanator/http-constants": "npm:@poppanator/http-constants@^1.1.1", "cli-highlight": "npm:cli-highlight@^2.1.11", "hono": "npm:hono@^4.2.8", "hono/": "npm:/hono@^4.2.8/", "hono": "jsr:@hono/hono@^4.4.6", "hono/": "jsr:/@hono/hono@^4.4.6/", "json-preserve-indent": "npm:json-preserve-indent@^1.1.3", "ora": "npm:ora@^8.0.1", "shiki": "npm:shiki@^1.3.0" "shiki": "npm:shiki@^1.6.4" } }
cli/import_map.json +6 −6 Original line number Diff line number Diff line Loading @@ -5,17 +5,17 @@ "@cliffy/prompt": "jsr:@cliffy/prompt@1.0.0-rc.4", "@cliffy/table": "jsr:@cliffy/table@1.0.0-rc.4", "@cross/dir": "jsr:@cross/dir@^1.1.0", "@david/dax": "jsr:@david/dax@^0.40.1", "@david/dax": "jsr:@david/dax@^0.41.0", "@hongminhee/localtunnel": "jsr:@hongminhee/localtunnel@^0.2.0", "@logtape/logtape": "jsr:@logtape/logtape@^0.4.0", "@poppanator/http-constants": "npm:@poppanator/http-constants@^1.1.1", "@std/fs": "jsr:@std/fs@^0.220.1", "@std/path": "jsr:@std/path@^0.220.1", "@std/fs": "jsr:@std/fs@^0.229.3", "@std/path": "jsr:@std/path@^0.225.1", "cli-highlight": "npm:cli-highlight@^2.1.11", "hono": "npm:hono@^4.2.8", "hono/": "npm:/hono@^4.2.8/", "hono": "jsr:@hono/hono@^4.4.6", "hono/": "jsr:/@hono/hono@^4.4.6/", "json-preserve-indent": "npm:json-preserve-indent@^1.1.3", "ora": "npm:ora@^8.0.1", "shiki": "npm:shiki@^1.3.0" "shiki": "npm:shiki@^1.6.4" } }
cli/inbox/view.tsx +2 −1 Original line number Diff line number Diff line Loading @@ -84,6 +84,7 @@ const Tab: FC<TabProps> = ( ); }; // deno-lint-ignore no-empty-interface interface TabListProps { } Loading Loading @@ -120,7 +121,7 @@ interface LogProps { } const Log: FC<LogProps> = ( { log: { timestamp, category, level, message, properties } }: LogProps, { log: { timestamp, category, level, message } }: LogProps, ) => { const listClass = level === "debug" ? "list-group-item-light" Loading
deno.json +19 −19 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ "imports": { "@cfworker/json-schema": "npm:@cfworker/json-schema@^1.12.8", "@david/which-runtime": "jsr:@david/which-runtime@^0.2.0", "@deno/dnt": "jsr:@deno/dnt@^0.41.1", "@deno/dnt": "jsr:@deno/dnt@^0.41.2", "@fedify/fedify": "./mod.ts", "@fedify/fedify/federation": "./federation/mod.ts", "@fedify/fedify/httpsig": "./httpsig/mod.ts", Loading @@ -30,27 +30,27 @@ "@fedify/fedify/x/hono": "./x/hono.ts", "@hongminhee/aitertools": "jsr:@hongminhee/aitertools@^0.6.0", "@logtape/logtape": "jsr:@logtape/logtape@^0.4.0", "@phensley/language-tag": "npm:@phensley/language-tag@^1.8.0", "@std/assert": "jsr:@std/assert@^0.224.0", "@std/async/delay": "jsr:@std/async@^0.224.0/delay", "@std/bytes": "jsr:@std/bytes@^0.224.0", "@std/bytes/concat": "jsr:@std/bytes@^0.224.0/concat", "@std/collections": "jsr:@std/collections@^0.224.0", "@std/encoding": "jsr:@std/encoding@^0.224.0", "@std/encoding/base64": "jsr:@std/encoding@^0.224.0/base64", "@std/encoding/base64url": "jsr:@std/encoding@^0.224.0/base64url", "@std/encoding/hex": "jsr:@std/encoding@^0.224.0/hex", "@phensley/language-tag": "npm:@phensley/language-tag@^1.8.1", "@std/assert": "jsr:@std/assert@^0.226.0", "@std/async/delay": "jsr:@std/async@^0.224.2/delay", "@std/bytes": "jsr:@std/bytes@^1.0.0", "@std/bytes/concat": "jsr:@std/bytes@^1.0.0/concat", "@std/collections": "jsr:@std/collections@^0.224.2", "@std/encoding": "jsr:@std/encoding@^0.224.3", "@std/encoding/base64": "jsr:@std/encoding@^0.224.3/base64", "@std/encoding/base64url": "jsr:@std/encoding@^0.224.3/base64url", "@std/encoding/hex": "jsr:@std/encoding@^0.224.3/hex", "@std/fs": "jsr:@std/fs@^0.224.0", "@std/http/negotiation": "jsr:@std/http@^0.224.0/negotiation", "@std/json/common": "jsr:@std/json@^0.224.0/common", "@std/path": "jsr:@std/path@^0.224.0", "@std/semver": "jsr:@std/semver@^0.224.0", "@std/http/negotiation": "jsr:@std/http@^0.224.4/negotiation", "@std/json/common": "jsr:@std/json@^0.224.1/common", "@std/path": "jsr:@std/path@^0.225.2", "@std/semver": "jsr:@std/semver@^0.224.3", "@std/testing": "jsr:@std/testing@^0.224.0", "@std/text": "jsr:@std/text@^0.224.0", "@std/url": "jsr:@std/url@^0.224.0", "@std/yaml": "jsr:@std/yaml@^0.224.0", "@std/text": "jsr:@std/text@^0.224.3", "@std/url": "jsr:@std/url@^0.224.1", "@std/yaml": "jsr:@std/yaml@^0.224.1", "asn1js": "npm:asn1js@^3.0.5", "fast-check": "npm:fast-check@^3.18.0", "fast-check": "npm:fast-check@^3.19.0", "json-canon": "npm:json-canon@^1.0.1", "jsonld": "npm:jsonld@^8.3.2", "mock_fetch": "https://deno.land/x/mock_fetch@0.3.0/mod.ts", Loading