@fedify/fedify 1.4.0-dev.586 → 1.4.0-dev.587

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGES.md CHANGED
@@ -8,6 +8,17 @@ Version 1.4.0
8
8
 
9
9
  To be released.
10
10
 
11
+ - The `suppressError` option of Activity Vocabulary APIs,
12
+ `traverseCollection()` function, and `Context.traverseCollection()` method
13
+ now suppresses errors occurred JSON-LD processing.
14
+
15
+ - Added `-t`/`--traverse` option to the `fedify lookup` subcommand. [[#195]]
16
+
17
+ - Added `-S`/`--suppress-errors` option to the `fedify lookup` subcommand.
18
+ [[#195]]
19
+
20
+ [#195]: https://github.com/dahlia/fedify/issues/195
21
+
11
22
 
12
23
  Version 1.3.1
13
24
  -------------
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.4.0-dev.586+8516e739",
3
+ "version": "1.4.0-dev.587+dae4d168",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./mod.ts",