Loading CHANGES.md +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ Fedify changelog ================ Version 1.0.0 Version 1.1.0 -------------- Released on September 26, 2024. Loading cli/deno.json +1 −1 Original line number Diff line number Diff line { "name": "@fedify/cli", "version": "1.0.0", "version": "1.1.0", "license": "MIT", "exports": "./mod.ts", "importMap": "import_map.g.json", Loading docs/install.md +1 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ Fedify is an ESM-only package, so you need to add `"type": "module"` to the { "type": "module", "dependencies": { "@fedify/fedify": "^1.0.0" "@fedify/fedify": "^1.1.0" } } ~~~~ docs/tutorial/basics.md +3 −3 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ The above commands will create a *deno.json* (in case of Deno) or *package.json* { "unstable": ["kv", "temporal"], "imports": { "@fedify/fedify": "jsr:@fedify/fedify@^1.0.0" "@fedify/fedify": "jsr:@fedify/fedify@^1.1.0" } } ~~~~ Loading @@ -90,7 +90,7 @@ The above commands will create a *deno.json* (in case of Deno) or *package.json* "type": "module", "dependencies": { "@deno/kv": "^0.8.1", "@fedify/fedify": "^1.0.0" "@fedify/fedify": "^1.1.0" } } ~~~ Loading @@ -105,7 +105,7 @@ The above commands will create a *deno.json* (in case of Deno) or *package.json* }, "dependencies": { "@deno/kv": "^0.8.1", "@fedify/fedify": "^1.0.0", "@fedify/fedify": "^1.1.0", "@hono/node-server": "^1.11.1" } } Loading src/deno.json +1 −1 Original line number Diff line number Diff line { "name": "@fedify/fedify", "version": "1.0.0", "version": "1.1.0", "license": "MIT", "exports": { ".": "./mod.ts", Loading Loading
CHANGES.md +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ Fedify changelog ================ Version 1.0.0 Version 1.1.0 -------------- Released on September 26, 2024. Loading
cli/deno.json +1 −1 Original line number Diff line number Diff line { "name": "@fedify/cli", "version": "1.0.0", "version": "1.1.0", "license": "MIT", "exports": "./mod.ts", "importMap": "import_map.g.json", Loading
docs/install.md +1 −1 Original line number Diff line number Diff line Loading @@ -121,7 +121,7 @@ Fedify is an ESM-only package, so you need to add `"type": "module"` to the { "type": "module", "dependencies": { "@fedify/fedify": "^1.0.0" "@fedify/fedify": "^1.1.0" } } ~~~~
docs/tutorial/basics.md +3 −3 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ The above commands will create a *deno.json* (in case of Deno) or *package.json* { "unstable": ["kv", "temporal"], "imports": { "@fedify/fedify": "jsr:@fedify/fedify@^1.0.0" "@fedify/fedify": "jsr:@fedify/fedify@^1.1.0" } } ~~~~ Loading @@ -90,7 +90,7 @@ The above commands will create a *deno.json* (in case of Deno) or *package.json* "type": "module", "dependencies": { "@deno/kv": "^0.8.1", "@fedify/fedify": "^1.0.0" "@fedify/fedify": "^1.1.0" } } ~~~ Loading @@ -105,7 +105,7 @@ The above commands will create a *deno.json* (in case of Deno) or *package.json* }, "dependencies": { "@deno/kv": "^0.8.1", "@fedify/fedify": "^1.0.0", "@fedify/fedify": "^1.1.0", "@hono/node-server": "^1.11.1" } } Loading
src/deno.json +1 −1 Original line number Diff line number Diff line { "name": "@fedify/fedify", "version": "1.0.0", "version": "1.1.0", "license": "MIT", "exports": { ".": "./mod.ts", Loading