@fedify/fedify 0.12.0-dev.298 → 0.12.0-dev.299
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fedify/fedify",
|
3
|
-
"version": "0.12.0-dev.
|
3
|
+
"version": "0.12.0-dev.299+9531e42f",
|
4
4
|
"description": "An ActivityPub server framework",
|
5
5
|
"keywords": [
|
6
6
|
"ActivityPub",
|
@@ -81,6 +81,10 @@
|
|
81
81
|
"scripts": {
|
82
82
|
"test": "node test_runner.js"
|
83
83
|
},
|
84
|
+
"funding": [
|
85
|
+
"https://github.com/sponsors/dahlia",
|
86
|
+
"https://toss.me/hongminhee"
|
87
|
+
],
|
84
88
|
"dependencies": {
|
85
89
|
"@hugoalh/http-header-link": "^1.0.2",
|
86
90
|
"@logtape/logtape": "^0.4.0",
|