@fedify/fedify 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGES.md +18 -0
- package/esm/runtime/contexts.js +10 -0
- package/package.json +1 -1
- package/types/runtime/contexts.d.ts.map +1 -1
package/CHANGES.md
CHANGED
@@ -3,6 +3,15 @@
|
|
3
3
|
Fedify changelog
|
4
4
|
================
|
5
5
|
|
6
|
+
Version 1.0.5
|
7
|
+
-------------
|
8
|
+
|
9
|
+
Released on October 23, 2024.
|
10
|
+
|
11
|
+
- The `fetchDocumentLoader()` function now preloads the following JSON-LD
|
12
|
+
context: <https://purl.archive.org/socialweb/webfinger>.
|
13
|
+
|
14
|
+
|
6
15
|
Version 1.0.4
|
7
16
|
-------------
|
8
17
|
|
@@ -222,6 +231,15 @@ Released on September 26, 2024.
|
|
222
231
|
[#137]: https://github.com/dahlia/fedify/issues/137
|
223
232
|
|
224
233
|
|
234
|
+
Version 0.15.3
|
235
|
+
--------------
|
236
|
+
|
237
|
+
Released on October 23, 2024.
|
238
|
+
|
239
|
+
- The `fetchDocumentLoader()` function now preloads the following JSON-LD
|
240
|
+
context: <https://purl.archive.org/socialweb/webfinger>.
|
241
|
+
|
242
|
+
|
225
243
|
Version 0.15.2
|
226
244
|
--------------
|
227
245
|
|
package/esm/runtime/contexts.js
CHANGED
@@ -777,5 +777,15 @@ const preloadedContexts = {
|
|
777
777
|
},
|
778
778
|
},
|
779
779
|
},
|
780
|
+
"https://purl.archive.org/socialweb/webfinger": {
|
781
|
+
"@context": {
|
782
|
+
"wf": "https://purl.archive.org/socialweb/webfinger#",
|
783
|
+
"xsd": "http://www.w3.org/2001/XMLSchema#",
|
784
|
+
"webfinger": {
|
785
|
+
"@id": "wf:webfinger",
|
786
|
+
"@type": "xsd:string",
|
787
|
+
},
|
788
|
+
},
|
789
|
+
},
|
780
790
|
};
|
781
791
|
export default preloadedContexts;
|
package/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"contexts.d.ts","sourceRoot":"","sources":["../../src/runtime/contexts.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,
|
1
|
+
{"version":3,"file":"contexts.d.ts","sourceRoot":"","sources":["../../src/runtime/contexts.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAwxB9C,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|