@fedify/fedify 1.3.0-dev.510 → 1.3.0-dev.511

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/CHANGES.md CHANGED
@@ -51,6 +51,9 @@ To be released.
51
51
  - Added `FetchKeyOptions` interface.
52
52
  - Added `FetchKeyResult` interface.
53
53
 
54
+ - The scaffold project generated by `fedify init` command now enables
55
+ tracing data into log messages.
56
+
54
57
 
55
58
  [#162]: https://github.com/dahlia/fedify/issues/162
56
59
 
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.3.0-dev.510+3d98cde5",
3
+ "version": "1.3.0-dev.511+52276143",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./mod.ts",
@@ -30,7 +30,7 @@ export default {
30
30
  "@fedify/fedify/x/hono": "./x/hono.ts",
31
31
  "@hongminhee/aitertools": "jsr:@hongminhee/aitertools@^0.6.0",
32
32
  "@hugoalh/http-header-link": "jsr:@hugoalh/http-header-link@^1.0.2",
33
- "@logtape/logtape": "jsr:@logtape/logtape@^0.7.1",
33
+ "@logtape/logtape": "jsr:@logtape/logtape@^0.8.0",
34
34
  "@phensley/language-tag": "npm:@phensley/language-tag@^1.9.0",
35
35
  "@std/assert": "jsr:@std/assert@^0.226.0",
36
36
  "@std/async": "jsr:@std/async@^1.0.5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.3.0-dev.510+3d98cde5",
3
+ "version": "1.3.0-dev.511+52276143",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",
@@ -77,7 +77,7 @@
77
77
  ],
78
78
  "dependencies": {
79
79
  "@hugoalh/http-header-link": "^1.0.2",
80
- "@logtape/logtape": "^0.7.1",
80
+ "@logtape/logtape": "^0.8.0",
81
81
  "@phensley/language-tag": "^1.9.0",
82
82
  "asn1js": "^3.0.5",
83
83
  "json-canon": "^1.0.1",