@fedify/fedify 1.4.0-dev.610 → 1.4.0-dev.613
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 +73 -73
- package/README.md +4 -4
- package/esm/deno.js +1 -1
- package/esm/deps/jsr.io/@std/async/{1.0.9 → 1.0.10}/delay.js +1 -1
- package/esm/mod.js +2 -2
- package/esm/runtime/contexts.js +1 -1
- package/esm/vocab/lookup.js +1 -1
- package/esm/vocab/vocab.js +176 -176
- package/package.json +4 -3
- package/types/deps/jsr.io/@std/async/1.0.10/delay.d.ts.map +1 -0
- package/types/mod.d.ts +2 -2
- package/types/deps/jsr.io/@std/async/1.0.9/delay.d.ts.map +0 -1
- /package/types/deps/jsr.io/@std/async/{1.0.9 → 1.0.10}/delay.d.ts +0 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fedify/fedify",
|
3
|
-
"version": "1.4.0-dev.
|
3
|
+
"version": "1.4.0-dev.613+b6038fd7",
|
4
4
|
"description": "An ActivityPub server framework",
|
5
5
|
"keywords": [
|
6
6
|
"ActivityPub",
|
@@ -14,11 +14,11 @@
|
|
14
14
|
"homepage": "https://fedify.dev/",
|
15
15
|
"repository": {
|
16
16
|
"type": "git",
|
17
|
-
"url": "git+https://github.com/
|
17
|
+
"url": "git+https://github.com/fedify-dev/fedify.git"
|
18
18
|
},
|
19
19
|
"license": "MIT",
|
20
20
|
"bugs": {
|
21
|
-
"url": "https://github.com/
|
21
|
+
"url": "https://github.com/fedify-dev/fedify/issues"
|
22
22
|
},
|
23
23
|
"module": "./esm/mod.js",
|
24
24
|
"types": "./types/mod.d.ts",
|
@@ -79,6 +79,7 @@
|
|
79
79
|
}
|
80
80
|
},
|
81
81
|
"funding": [
|
82
|
+
"https://opencollective.com/fedify",
|
82
83
|
"https://github.com/sponsors/dahlia"
|
83
84
|
],
|
84
85
|
"engines": {
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"delay.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/async/1.0.10/delay.ts"],"names":[],"mappings":";AAMA,MAAM,WAAW,YAAY;IAC3B,sCAAsC;IACtC,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,wBAAgB,KAAK,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,GAAE,YAAiB,GAAG,OAAO,CAAC,IAAI,CAAC,CA2B3E"}
|
package/types/mod.d.ts
CHANGED
@@ -25,10 +25,10 @@
|
|
25
25
|
* If you want to know more about the project, please take a look at the
|
26
26
|
* following resources:
|
27
27
|
*
|
28
|
-
* - [GitHub](https://github.com/
|
28
|
+
* - [GitHub](https://github.com/fedify-dev/fedify)
|
29
29
|
* - Tutorials: [Learning the basics](https://fedify.dev/tutorial/basics)
|
30
30
|
* & [Creating a microblog](https://fedify.dev/tutorial/microblog)
|
31
|
-
* - [Examples](https://github.com/
|
31
|
+
* - [Examples](https://github.com/fedify-dev/fedify/tree/main/examples)
|
32
32
|
*
|
33
33
|
* [ActivityPub]: https://www.w3.org/TR/activitypub/
|
34
34
|
* [fediverse]: https://en.wikipedia.org/wiki/Fediverse
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"delay.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/async/1.0.9/delay.ts"],"names":[],"mappings":";AAMA,MAAM,WAAW,YAAY;IAC3B,sCAAsC;IACtC,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,wBAAgB,KAAK,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,GAAE,YAAiB,GAAG,OAAO,CAAC,IAAI,CAAC,CA2B3E"}
|
File without changes
|