Loading CHANGES.md +4 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ Version 1.0.19 To be released. - Made `fedify init` to use *@fedify/h3* 0.1.2 which is compatible with - Made `fedify init` to install *@fedify/h3* 0.1.2 which is compatible with Fedify 1.0.0 or later versions when `--web-framework nitro` option is provided. [[#213]] Loading @@ -16,6 +16,9 @@ To be released. the `--runtime node --package-manager pnpm --web-framework nitro` option. [[#213]] - Made `fedify init` to install *@logtape/logtape* 0.6.5 which is the version used in Fedify 1.0.x. [#213]: https://github.com/fedify-dev/fedify/issues/213 Loading cli/import_map.json +1 −1 Original line number Diff line number Diff line Loading @@ -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.6.2", "@logtape/logtape": "jsr:@logtape/logtape@^0.6.5", "@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", Loading cli/init.ts +1 −1 Original line number Diff line number Diff line Loading @@ -1006,7 +1006,7 @@ await configure({ } const dependencies: Record<string, string> = { "@fedify/fedify": `^${await getLatestFedifyVersion(metadata.version)}`, "@logtape/logtape": "^0.4.2", "@logtape/logtape": "^0.6.5", ...initializer.dependencies, ...kvStoreDesc?.dependencies, ...mqDesc?.dependencies, Loading src/deno.json +1 −1 Original line number Diff line number Diff line Loading @@ -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.6.2", "@logtape/logtape": "jsr:@logtape/logtape@^0.6.5", "@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", Loading Loading
CHANGES.md +4 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ Version 1.0.19 To be released. - Made `fedify init` to use *@fedify/h3* 0.1.2 which is compatible with - Made `fedify init` to install *@fedify/h3* 0.1.2 which is compatible with Fedify 1.0.0 or later versions when `--web-framework nitro` option is provided. [[#213]] Loading @@ -16,6 +16,9 @@ To be released. the `--runtime node --package-manager pnpm --web-framework nitro` option. [[#213]] - Made `fedify init` to install *@logtape/logtape* 0.6.5 which is the version used in Fedify 1.0.x. [#213]: https://github.com/fedify-dev/fedify/issues/213 Loading
cli/import_map.json +1 −1 Original line number Diff line number Diff line Loading @@ -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.6.2", "@logtape/logtape": "jsr:@logtape/logtape@^0.6.5", "@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", Loading
cli/init.ts +1 −1 Original line number Diff line number Diff line Loading @@ -1006,7 +1006,7 @@ await configure({ } const dependencies: Record<string, string> = { "@fedify/fedify": `^${await getLatestFedifyVersion(metadata.version)}`, "@logtape/logtape": "^0.4.2", "@logtape/logtape": "^0.6.5", ...initializer.dependencies, ...kvStoreDesc?.dependencies, ...mqDesc?.dependencies, Loading
src/deno.json +1 −1 Original line number Diff line number Diff line Loading @@ -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.6.2", "@logtape/logtape": "jsr:@logtape/logtape@^0.6.5", "@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", Loading