@fedify/vocab-tools 2.0.0-dev.1875 → 2.0.0-dev.196

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright 2024–2025 Hong Minhee
3
+ Copyright 2024–2026 Hong Minhee
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of
6
6
  this software and associated documentation files (the "Software"), to deal in
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.1875+d712d60c",
3
+ "version": "2.0.0-dev.196+c3cfc0a9",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./src/mod.ts"
@@ -19,6 +19,11 @@
19
19
  "node_modules",
20
20
  "src/schema.yaml"
21
21
  ],
22
+ "publish": {
23
+ "exclude": [
24
+ "**/*.test.ts"
25
+ ]
26
+ },
22
27
  "tasks": {
23
28
  "check": "deno fmt --check && deno lint && deno check src/*.ts",
24
29
  "test": "deno test -A"