Loading CHANGES.md +2 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ To be released. - Removed `expand` option of `Object.toJsonLd()` method, which was deprecated in version 0.14.0. Use `format: "expand"` option instead. - Renamed the short option `-c` for `--compact` of `fedify lookup` command to `-C` to avoid conflict with the short option `-c` for `--cache-dir`. Version 0.14.3 Loading cli/lookup.ts +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ export const command = new Command() "(e.g., @username@domain).", ) .option("-a, --authorized-fetch", "Sign the request with an one-time key.") .option("-c, --compact", "Compact the fetched JSON-LD document.", { .option("-C, --compact", "Compact the fetched JSON-LD document.", { conflicts: ["expand"], }) .option("-e, --expand", "Expand the fetched JSON-LD document.", { Loading Loading
CHANGES.md +2 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ To be released. - Removed `expand` option of `Object.toJsonLd()` method, which was deprecated in version 0.14.0. Use `format: "expand"` option instead. - Renamed the short option `-c` for `--compact` of `fedify lookup` command to `-C` to avoid conflict with the short option `-c` for `--cache-dir`. Version 0.14.3 Loading
cli/lookup.ts +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ export const command = new Command() "(e.g., @username@domain).", ) .option("-a, --authorized-fetch", "Sign the request with an one-time key.") .option("-c, --compact", "Compact the fetched JSON-LD document.", { .option("-C, --compact", "Compact the fetched JSON-LD document.", { conflicts: ["expand"], }) .option("-e, --expand", "Expand the fetched JSON-LD document.", { Loading