@fedify/fedify 1.4.0-dev.625 → 1.4.0-dev.629

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
@@ -52,6 +52,15 @@ To be released.
52
52
  [#195]: https://github.com/fedify-dev/fedify/issues/195
53
53
 
54
54
 
55
+ Version 1.3.7
56
+ -------------
57
+
58
+ Released on February 1, 2025.
59
+
60
+ - Updated [LogTape] to version 0.8.1, which fixes a bug where `lowestLevel`
61
+ option had incorrectly behaved.
62
+
63
+
55
64
  Version 1.3.6
56
65
  -------------
57
66
 
package/README.md CHANGED
@@ -102,7 +102,7 @@ yamanoku, okin, Andy Piper, box464, Evan Prodromou
102
102
 
103
103
  ### One-time donations
104
104
 
105
- Rameez
105
+ Markus P, Rameez
106
106
 
107
107
  <!-- /DO NOT EDIT -->
108
108
  <!-- cSpell: enable -->
package/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "@fedify/fedify",
3
- "version": "1.4.0-dev.625+79fe9402",
3
+ "version": "1.4.0-dev.629+302b1dbb",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": "./mod.ts",
@@ -32,7 +32,7 @@ export default {
32
32
  "@fedify/fedify/x/sveltekit": "./x/sveltekit.ts",
33
33
  "@hongminhee/aitertools": "jsr:@hongminhee/aitertools@^0.6.0",
34
34
  "@hugoalh/http-header-link": "jsr:@hugoalh/http-header-link@^1.0.2",
35
- "@logtape/logtape": "jsr:@logtape/logtape@^0.8.0",
35
+ "@logtape/logtape": "jsr:@logtape/logtape@^0.8.1",
36
36
  "@opentelemetry/api": "npm:@opentelemetry/api@^1.9.0",
37
37
  "@opentelemetry/semantic-conventions": "npm:@opentelemetry/semantic-conventions@^1.27.0",
38
38
  "@phensley/language-tag": "npm:@phensley/language-tag@^1.9.0",