@fedify/vocab-runtime 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-runtime",
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"
@@ -12,6 +12,7 @@
12
12
  "url": "https://hongminhee.org/"
13
13
  },
14
14
  "imports": {
15
+ "@multiformats/base-x": "npm:@multiformats/base-x@^4.0.1",
15
16
  "asn1js": "npm:asn1js@^3.0.6",
16
17
  "byte-encodings": "npm:byte-encodings@^1.0.11",
17
18
  "fetch-mock": "npm:fetch-mock@^12.5.4",
@@ -22,6 +23,11 @@
22
23
  "dist",
23
24
  "node_modules"
24
25
  ],
26
+ "publish": {
27
+ "exclude": [
28
+ "**/*.test.ts"
29
+ ]
30
+ },
25
31
  "tasks": {
26
32
  "check": "deno fmt --check && deno lint && deno check src/*.ts",
27
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.12+0e4c2ede";
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";
@@ -4192,6 +4192,7 @@ var author = {
4192
4192
  "url": "https://hongminhee.org/"
4193
4193
  };
4194
4194
  var imports = {
4195
+ "@multiformats/base-x": "npm:@multiformats/base-x@^4.0.1",
4195
4196
  "asn1js": "npm:asn1js@^3.0.6",
4196
4197
  "byte-encodings": "npm:byte-encodings@^1.0.11",
4197
4198
  "fetch-mock": "npm:fetch-mock@^12.5.4",
@@ -4199,6 +4200,7 @@ var imports = {
4199
4200
  "pkijs": "npm:pkijs@^3.2.5"
4200
4201
  };
4201
4202
  var exclude = ["dist", "node_modules"];
4203
+ var publish = { "exclude": ["**/*.test.ts"] };
4202
4204
  var tasks = {
4203
4205
  "check": "deno fmt --check && deno lint && deno check src/*.ts",
4204
4206
  "test": "deno test"
@@ -4212,6 +4214,7 @@ var deno_default = {
4212
4214
  author,
4213
4215
  imports,
4214
4216
  exclude,
4217
+ publish,
4215
4218
  tasks
4216
4219
  };
4217
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.12+0e4c2ede";
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";
@@ -4169,6 +4169,7 @@ var author = {
4169
4169
  "url": "https://hongminhee.org/"
4170
4170
  };
4171
4171
  var imports = {
4172
+ "@multiformats/base-x": "npm:@multiformats/base-x@^4.0.1",
4172
4173
  "asn1js": "npm:asn1js@^3.0.6",
4173
4174
  "byte-encodings": "npm:byte-encodings@^1.0.11",
4174
4175
  "fetch-mock": "npm:fetch-mock@^12.5.4",
@@ -4176,6 +4177,7 @@ var imports = {
4176
4177
  "pkijs": "npm:pkijs@^3.2.5"
4177
4178
  };
4178
4179
  var exclude = ["dist", "node_modules"];
4180
+ var publish = { "exclude": ["**/*.test.ts"] };
4179
4181
  var tasks = {
4180
4182
  "check": "deno fmt --check && deno lint && deno check src/*.ts",
4181
4183
  "test": "deno test"
@@ -4189,6 +4191,7 @@ var deno_default = {
4189
4191
  author,
4190
4192
  imports,
4191
4193
  exclude,
4194
+ publish,
4192
4195
  tasks
4193
4196
  };
4194
4197
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/vocab-runtime",
3
- "version": "2.0.0-dev.12+0e4c2ede",
3
+ "version": "2.0.0-dev.150+7daa59dd",
4
4
  "homepage": "https://fedify.dev/",
5
5
  "repository": {
6
6
  "type": "git",
@@ -55,7 +55,7 @@
55
55
  "typescript": "^5.9.3"
56
56
  },
57
57
  "dependencies": {
58
- "@logtape/logtape": "^1.2.2",
58
+ "@logtape/logtape": "^1.3.5",
59
59
  "@multiformats/base-x": "^4.0.1",
60
60
  "@opentelemetry/api": "^1.9.0",
61
61
  "asn1js": "^3.0.6",