@fedify/fedify 0.11.0-dev.236 → 0.11.0-dev.237
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGES.md +3 -0
- package/esm/vocab/vocab.js +1117 -76
- package/package.json +1 -1
- package/types/vocab/vocab.d.ts +102 -0
- package/types/vocab/vocab.d.ts.map +1 -1
package/CHANGES.md
CHANGED
@@ -10,6 +10,9 @@ To be released.
|
|
10
10
|
|
11
11
|
- Improved runtime type error messages for Activity Vocabulary API. [[#79]]
|
12
12
|
|
13
|
+
- Added `suppressError` option to dereferencing accessors of Activity
|
14
|
+
Vocabulary classes.
|
15
|
+
|
13
16
|
- Added `Federation.setInboxDispatcher()` method. [[#71]]
|
14
17
|
|
15
18
|
- Frequently used JSON-LD contexts are now preloaded. [[74]]
|