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

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/deno.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/vocab-tools",
3
- "version": "2.0.0-dev.12+0e4c2ede",
3
+ "version": "2.0.0-dev.150+7daa59dd",
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"
package/dist/mod.cjs CHANGED
@@ -31,7 +31,7 @@ const es_toolkit = __toESM(require("es-toolkit"));
31
31
 
32
32
  //#region deno.json
33
33
  var name = "@fedify/vocab-tools";
34
- var version = "2.0.0-dev.12+0e4c2ede";
34
+ var version = "2.0.0-dev.150+7daa59dd";
35
35
  var license = "MIT";
36
36
  var exports$1 = { ".": "./src/mod.ts" };
37
37
  var author = {
@@ -48,6 +48,7 @@ var exclude = [
48
48
  "node_modules",
49
49
  "src/schema.yaml"
50
50
  ];
51
+ var publish = { "exclude": ["**/*.test.ts"] };
51
52
  var tasks = {
52
53
  "check": "deno fmt --check && deno lint && deno check src/*.ts",
53
54
  "test": "deno test -A"
@@ -60,6 +61,7 @@ var deno_default = {
60
61
  author,
61
62
  imports,
62
63
  exclude,
64
+ publish,
63
65
  tasks
64
66
  };
65
67
 
package/dist/mod.js CHANGED
@@ -8,7 +8,7 @@ import { pascalCase } from "es-toolkit";
8
8
 
9
9
  //#region deno.json
10
10
  var name = "@fedify/vocab-tools";
11
- var version = "2.0.0-dev.12+0e4c2ede";
11
+ var version = "2.0.0-dev.150+7daa59dd";
12
12
  var license = "MIT";
13
13
  var exports = { ".": "./src/mod.ts" };
14
14
  var author = {
@@ -25,6 +25,7 @@ var exclude = [
25
25
  "node_modules",
26
26
  "src/schema.yaml"
27
27
  ];
28
+ var publish = { "exclude": ["**/*.test.ts"] };
28
29
  var tasks = {
29
30
  "check": "deno fmt --check && deno lint && deno check src/*.ts",
30
31
  "test": "deno test -A"
@@ -37,6 +38,7 @@ var deno_default = {
37
38
  author,
38
39
  imports,
39
40
  exclude,
41
+ publish,
40
42
  tasks
41
43
  };
42
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/vocab-tools",
3
- "version": "2.0.0-dev.12+0e4c2ede",
3
+ "version": "2.0.0-dev.150+7daa59dd",
4
4
  "description": "Code generator for Activity Vocabulary APIs",
5
5
  "homepage": "https://fedify.dev/",
6
6
  "repository": {