Skip to content

Commit

Permalink
Upgrade LogTape to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Sep 24, 2024
1 parent 811199d commit ab0e9a7
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 44 deletions.
35 changes: 15 additions & 20 deletions cli/import_map.g.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,45 @@
{
"imports": {
"@cfworker/json-schema": "npm:@cfworker/json-schema@^1.12.8",
"@cfworker/json-schema": "npm:@cfworker/json-schema@^2.0.1",
"@david/which-runtime": "jsr:@david/which-runtime@^0.2.0",
"@deno/dnt": "jsr:@deno/[email protected]",
"@fedify/fedify": "../src/./mod.ts",
"@fedify/fedify/federation": "../src/./federation/mod.ts",
"@fedify/fedify/nodeinfo": "../src/./nodeinfo/mod.ts",
"@fedify/fedify/runtime": "../src/./runtime/mod.ts",
"@fedify/fedify/sig": "../src/./sig/mod.ts",
"@fedify/fedify/vocab": "../src/./vocab/mod.ts",
"@fedify/fedify/webfinger": "../src/./webfinger/mod.ts",
"@fedify/fedify/x/denokv": "../src/./x/denokv.ts",
"@fedify/fedify/x/fresh": "../src/./x/fresh.ts",
"@fedify/fedify/x/hono": "../src/./x/hono.ts",
"@hongminhee/aitertools": "jsr:@hongminhee/aitertools@^0.6.0",
"@hugoalh/http-header-link": "jsr:@hugoalh/http-header-link@^1.0.2",
"@logtape/logtape": "jsr:@logtape/logtape@^0.5.1",
"@phensley/language-tag": "npm:@phensley/language-tag@^1.8.1",
"@logtape/logtape": "jsr:@logtape/logtape@^0.6.0",
"@phensley/language-tag": "npm:@phensley/language-tag@^1.9.0",
"@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/async": "jsr:@std/async@^1.0.5",
"@std/bytes": "jsr:@std/bytes@^1.0.2",
"@std/collections": "jsr:@std/collections@^1.0.6",
"@std/encoding": "jsr:@std/encoding@^1.0.5",
"@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/http": "jsr:@std/http@^1.0.6",
"@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.3",
"@std/url": "jsr:@std/url@^0.224.1",
"@std/yaml": "jsr:@std/yaml@^0.224.1",
"@std/text": "jsr:@std/text@^1.0.6",
"@std/url": "jsr:@std/url@^0.225.1",
"@std/yaml": "jsr:@std/yaml@^0.224.3",
"asn1js": "npm:asn1js@^3.0.5",
"fast-check": "npm:fast-check@^3.19.0",
"fast-check": "npm:fast-check@^3.22.0",
"json-canon": "npm:json-canon@^1.0.1",
"jsonld": "npm:jsonld@^8.3.2",
"mock_fetch": "https://raw.githubusercontent.com/dahlia/deno_mock_fetch/internalize-router/mod.ts",
"mock_fetch": "jsr:@hongminhee/deno-mock-fetch@^0.3.2",
"multibase": "npm:multibase@^4.0.6",
"multicodec": "npm:multicodec@^3.2.1",
"pkijs": "npm:pkijs@^3.1.0",
"pkijs": "npm:pkijs@^3.2.4",
"uri-template-router": "npm:uri-template-router@^0.0.16",
"url-template": "npm:url-template@^3.1.1",
"@fedify/fedify/sig": "../src/./sig/mod.ts",
"@cliffy/ansi": "jsr:@cliffy/[email protected]",
"@cliffy/command": "jsr:@cliffy/[email protected]",
"@cliffy/prompt": "jsr:@cliffy/[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion cli/import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@cross/dir": "jsr:@cross/dir@^1.1.0",
"@david/dax": "jsr:@david/dax@^0.41.0",
"@hongminhee/localtunnel": "jsr:@hongminhee/localtunnel@^0.2.0",
"@logtape/logtape": "jsr:@logtape/logtape@^0.5.1",
"@logtape/logtape": "jsr:@logtape/logtape@^0.6.0",
"@poppanator/http-constants": "npm:@poppanator/http-constants@^1.1.1",
"@std/dotenv": "jsr:@std/dotenv@^0.225.2",
"@std/fs": "jsr:@std/fs@^0.229.3",
Expand Down
40 changes: 18 additions & 22 deletions examples/blog/import_map.g.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,50 @@
{
"imports": {
"@cfworker/json-schema": "npm:@cfworker/json-schema@^1.12.8",
"@cfworker/json-schema": "npm:@cfworker/json-schema@^2.0.1",
"@david/which-runtime": "jsr:@david/which-runtime@^0.2.0",
"@deno/dnt": "jsr:@deno/dnt@^0.41.2",
"@deno/dnt": "jsr:@deno/[email protected]",
"@fedify/fedify": "../../src.mod.ts",
"@fedify/fedify/federation": "../../src/federation/mod.ts",
"@fedify/fedify/nodeinfo": "../../src/nodeinfo/mod.ts",
"@fedify/fedify/runtime": "../../src/runtime/mod.ts",
"@fedify/fedify/sig": "../../src/sig/mod.ts",
"@fedify/fedify/vocab": "../../src/vocab/mod.ts",
"@fedify/fedify/webfinger": "../../src/webfinger/mod.ts",
"@fedify/fedify/x/denokv": "../../src/x/denokv.ts",
"@fedify/fedify/x/fresh": "../../src/x/fresh.ts",
"@fedify/fedify/x/hono": "./x/hono.ts",
"@hongminhee/aitertools": "jsr:@hongminhee/aitertools@^0.6.0",
"@hugoalh/http-header-link": "jsr:@hugoalh/http-header-link@^1.0.2",
"@logtape/logtape": "jsr:@logtape/logtape@^0.4.0",
"@phensley/language-tag": "npm:@phensley/language-tag@^1.8.1",
"@logtape/logtape": "jsr:@logtape/logtape@^0.6.0",
"@phensley/language-tag": "npm:@phensley/language-tag@^1.9.0",
"@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.4/negotiation",
"@std/json/common": "jsr:@std/json@^0.224.1/common",
"@std/async": "jsr:@std/async@^1.0.5",
"@std/bytes": "jsr:@std/bytes@^1.0.2",
"@std/collections": "jsr:@std/collections@^1.0.6",
"@std/encoding": "jsr:@std/encoding@^1.0.5",
"@std/fs": "jsr:@std/fs@^1.0.3",
"@std/http": "jsr:@std/http@^1.0.6",
"@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.3",
"@std/url": "jsr:@std/url@^0.224.1",
"@std/yaml": "jsr:@std/yaml@^0.224.1",
"@std/text": "jsr:@std/text@^1.0.6",
"@std/url": "jsr:@std/url@^0.225.1",
"@std/yaml": "jsr:@std/yaml@^0.224.3",
"asn1js": "npm:asn1js@^3.0.5",
"fast-check": "npm:fast-check@^3.19.0",
"fast-check": "npm:fast-check@^3.22.0",
"json-canon": "npm:json-canon@^1.0.1",
"jsonld": "npm:jsonld@^8.3.2",
"mock_fetch": "https://raw.githubusercontent.com/dahlia/deno_mock_fetch/internalize-router/mod.ts",
"mock_fetch": "jsr:@hongminhee/deno-mock-fetch@^0.3.2",
"multibase": "npm:multibase@^4.0.6",
"multicodec": "npm:multicodec@^3.2.1",
"pkijs": "npm:pkijs@^3.1.0",
"pkijs": "npm:pkijs@^3.2.4",
"uri-template-router": "npm:uri-template-router@^0.0.16",
"url-template": "npm:url-template@^3.1.1",
"$fresh/": "https://deno.land/x/[email protected]/",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected]",
"@std/dotenv/load": "jsr:@std/dotenv@^0.224.0/load",
"@fedify/fedify/sig": "../../src/sig/mod.ts",
"@std/encoding/hex": "jsr:@std/encoding@^0.224.3/hex",
"@hongminhee/x-forwarded-fetch": "jsr:@hongminhee/x-forwarded-fetch@^0.2.0",
"markdown-it": "npm:markdown-it@^14.1.0",
"preact": "https://esm.sh/[email protected]",
Expand Down
1 change: 1 addition & 0 deletions examples/blog/import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@fedify/fedify/x/fresh": "../../src/x/fresh.ts",
"@fedify/fedify/x/denokv": "../../src/x/denokv.ts",
"@hongminhee/x-forwarded-fetch": "jsr:@hongminhee/x-forwarded-fetch@^0.2.0",
"@logtape/logtape": "jsr:@logtape/logtape@^0.6.0",
"markdown-it": "npm:markdown-it@^14.1.0",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
Expand Down
2 changes: 1 addition & 1 deletion src/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@fedify/fedify/x/hono": "./x/hono.ts",
"@hongminhee/aitertools": "jsr:@hongminhee/aitertools@^0.6.0",
"@hugoalh/http-header-link": "jsr:@hugoalh/http-header-link@^1.0.2",
"@logtape/logtape": "jsr:@logtape/logtape@^0.5.1",
"@logtape/logtape": "jsr:@logtape/logtape@^0.6.0",
"@phensley/language-tag": "npm:@phensley/language-tag@^1.9.0",
"@std/assert": "jsr:@std/assert@^0.226.0",
"@std/async": "jsr:@std/async@^1.0.5",
Expand Down

1 comment on commit ab0e9a7

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on ab0e9a7 Sep 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Relative import path "@std/http/negotiation" not prefixed with / or ./ or ../ and not in import map from "file:///src/src/federation/handler.ts"

Please sign in to comment.