|
2 | 2 | "workspace": ["packages/*", "examples/*"], |
3 | 3 | "unstable": ["kv", "temporal"], |
4 | 4 | "imports": { |
5 | | - "@fedify/denokv": "jsr:@fedify/denokv@2.1.14", |
6 | | - "@fedify/fedify": "jsr:@fedify/fedify@2.1.14", |
7 | | - "@fedify/vocab": "jsr:@fedify/vocab@2.1.14", |
8 | | - "@fedify/vocab-runtime": "jsr:@fedify/vocab-runtime@2.1.14", |
| 5 | + "@fedify/denokv": "jsr:@fedify/denokv@~2.1.15", |
| 6 | + "@fedify/fedify": "jsr:@fedify/fedify@~2.1.15", |
| 7 | + "@fedify/vocab": "jsr:@fedify/vocab@~2.1.15", |
| 8 | + "@fedify/vocab-runtime": "jsr:@fedify/vocab-runtime@~2.1.15", |
9 | 9 | "@logtape/logtape": "jsr:@logtape/logtape@^1.3.5", |
10 | 10 | "@std/fs": "jsr:@std/fs@^1.0.19", |
11 | 11 | "@std/path": "jsr:@std/path@^1.1.1", |
|
27 | 27 | "exclude": ["*.md", "*.yaml", "*.yml"] |
28 | 28 | }, |
29 | 29 | "tasks": { |
30 | | - "hongdown": "deno run -A npm:hongdown@^0.3.8", |
| 30 | + "hongdown": "deno run -A npm:hongdown@^0.4.3", |
31 | 31 | "check": { |
32 | 32 | "dependencies": ["check-versions"], |
33 | 33 | "command": "deno check && deno lint && deno fmt --check && deno task hongdown --check && deno publish --dry-run --allow-dirty" |
|
0 commit comments