@fedify/vocab-tools 2.0.0-dev.150 → 2.0.0-dev.159

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/README.md CHANGED
@@ -1,11 +1,12 @@
1
1
  <!-- deno-fmt-ignore-file -->
2
2
 
3
3
  @fedify/vocab-tools
4
- ===============
4
+ ===================
5
5
 
6
6
  This package contains the utilities for working with Activity
7
7
  Vocabulary objects, which are auto-generated from the IDL.
8
8
 
9
+
9
10
  Installation
10
11
  ------------
11
12
 
package/deno.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/vocab-tools",
3
- "version": "2.0.0-dev.150+7daa59dd",
3
+ "version": "2.0.0-dev.159+6c07cd44",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./src/mod.ts"