@fedify/vocab-runtime 2.0.0-dev.109 → 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/deno.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/vocab-runtime",
3
- "version": "2.0.0-dev.109+ecc823d2",
3
+ "version": "2.0.0-dev.150+7daa59dd",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./src/mod.ts"
@@ -23,6 +23,11 @@
23
23
  "dist",
24
24
  "node_modules"
25
25
  ],
26
+ "publish": {
27
+ "exclude": [
28
+ "**/*.test.ts"
29
+ ]
30
+ },
26
31
  "tasks": {
27
32
  "check": "deno fmt --check && deno lint && deno check src/*.ts",
28
33
  "test": "deno test"
package/dist/mod.cjs CHANGED
@@ -4182,7 +4182,7 @@ var contexts_default = preloadedContexts;
4182
4182
  //#endregion
4183
4183
  //#region deno.json
4184
4184
  var name = "@fedify/vocab-runtime";
4185
- var version = "2.0.0-dev.109+ecc823d2";
4185
+ var version = "2.0.0-dev.150+7daa59dd";
4186
4186
  var license = "MIT";
4187
4187
  var exports$1 = { ".": "./src/mod.ts" };
4188
4188
  var description = "Runtime library for @fedify/vocab";
@@ -4200,6 +4200,7 @@ var imports = {
4200
4200
  "pkijs": "npm:pkijs@^3.2.5"
4201
4201
  };
4202
4202
  var exclude = ["dist", "node_modules"];
4203
+ var publish = { "exclude": ["**/*.test.ts"] };
4203
4204
  var tasks = {
4204
4205
  "check": "deno fmt --check && deno lint && deno check src/*.ts",
4205
4206
  "test": "deno test"
@@ -4213,6 +4214,7 @@ var deno_default = {
4213
4214
  author,
4214
4215
  imports,
4215
4216
  exclude,
4217
+ publish,
4216
4218
  tasks
4217
4219
  };
4218
4220
 
package/dist/mod.js CHANGED
@@ -4159,7 +4159,7 @@ var contexts_default = preloadedContexts;
4159
4159
  //#endregion
4160
4160
  //#region deno.json
4161
4161
  var name = "@fedify/vocab-runtime";
4162
- var version = "2.0.0-dev.109+ecc823d2";
4162
+ var version = "2.0.0-dev.150+7daa59dd";
4163
4163
  var license = "MIT";
4164
4164
  var exports = { ".": "./src/mod.ts" };
4165
4165
  var description = "Runtime library for @fedify/vocab";
@@ -4177,6 +4177,7 @@ var imports = {
4177
4177
  "pkijs": "npm:pkijs@^3.2.5"
4178
4178
  };
4179
4179
  var exclude = ["dist", "node_modules"];
4180
+ var publish = { "exclude": ["**/*.test.ts"] };
4180
4181
  var tasks = {
4181
4182
  "check": "deno fmt --check && deno lint && deno check src/*.ts",
4182
4183
  "test": "deno test"
@@ -4190,6 +4191,7 @@ var deno_default = {
4190
4191
  author,
4191
4192
  imports,
4192
4193
  exclude,
4194
+ publish,
4193
4195
  tasks
4194
4196
  };
4195
4197
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/vocab-runtime",
3
- "version": "2.0.0-dev.109+ecc823d2",
3
+ "version": "2.0.0-dev.150+7daa59dd",
4
4
  "homepage": "https://fedify.dev/",
5
5
  "repository": {
6
6
  "type": "git",