@fedify/fedify 1.5.0-dev.745 → 1.5.0-dev.749
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 +7 -0
- package/esm/deno.js +2 -2
- package/esm/vocab/vocab.js +176 -176
- package/package.json +3 -3
package/CHANGES.md
CHANGED
@@ -67,6 +67,12 @@ To be released.
|
|
67
67
|
- Added an optional method `enqueueMany()` to `MessageQueue` interface
|
68
68
|
for sending multiple activities at once.
|
69
69
|
|
70
|
+
- Updated *@js-temporal/polyfill* to 0.5.0 for Node.js and Bun. On Deno,
|
71
|
+
there is no change because the polyfill is not used.
|
72
|
+
|
73
|
+
- Updated *uri-template-router* to 0.0.17 which fixes bundler errors on
|
74
|
+
Rollup. [[#221]]
|
75
|
+
|
70
76
|
- Fixed a bug of the `fedify inbox` command where it had failed to render
|
71
77
|
the web interface when the `fedify` command was installed using
|
72
78
|
`deno install` command from JSR.
|
@@ -91,6 +97,7 @@ To be released.
|
|
91
97
|
[#211]: https://github.com/fedify-dev/fedify/issues/211
|
92
98
|
[#215]: https://github.com/fedify-dev/fedify/pull/215
|
93
99
|
[#220]: https://github.com/fedify-dev/fedify/issues/220
|
100
|
+
[#221]: https://github.com/fedify-dev/fedify/issues/221
|
94
101
|
[multibase]: https://github.com/multiformats/js-multibase
|
95
102
|
|
96
103
|
|
package/esm/deno.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
export default {
|
2
2
|
"name": "@fedify/fedify",
|
3
|
-
"version": "1.5.0-dev.
|
3
|
+
"version": "1.5.0-dev.749+75372a15",
|
4
4
|
"license": "MIT",
|
5
5
|
"exports": {
|
6
6
|
".": "./mod.ts",
|
@@ -42,7 +42,7 @@ export default {
|
|
42
42
|
"mock_fetch": "jsr:@hongminhee/deno-mock-fetch@^0.3.2",
|
43
43
|
"multicodec": "npm:multicodec@^3.2.1",
|
44
44
|
"pkijs": "npm:pkijs@^3.2.4",
|
45
|
-
"uri-template-router": "npm:uri-template-router@^0.0.
|
45
|
+
"uri-template-router": "npm:uri-template-router@^0.0.17",
|
46
46
|
"url-template": "npm:url-template@^3.1.1"
|
47
47
|
},
|
48
48
|
"include": [
|