@fedify/relay 2.0.0-pr.471.1 → 2.0.0-pr.478.1911
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/package.json +7 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedify/relay",
|
|
3
|
-
"version": "2.0.0-pr.
|
|
3
|
+
"version": "2.0.0-pr.478.1911+274b5e71",
|
|
4
4
|
"description": "ActivityPub relay support for Fedify",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Fedify",
|
|
@@ -48,17 +48,19 @@
|
|
|
48
48
|
"package.json"
|
|
49
49
|
],
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"@fedify/fedify": "^2.0.0-pr.
|
|
51
|
+
"@fedify/fedify": "^2.0.0-pr.478.1911+274b5e71"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"tsdown": "^0.12.9",
|
|
55
|
-
"typescript": "^5.9.3"
|
|
55
|
+
"typescript": "^5.9.3",
|
|
56
|
+
"@fedify/testing": "^2.0.0-pr.478.1911+274b5e71",
|
|
57
|
+
"@fedify/vocab-runtime": "^2.0.0-pr.478.1911+274b5e71"
|
|
56
58
|
},
|
|
57
59
|
"scripts": {
|
|
58
60
|
"build": "deno task codegen && tsdown",
|
|
59
61
|
"prepublish": "deno task codegen && tsdown",
|
|
60
|
-
"test": "deno task codegen && tsdown &&
|
|
61
|
-
"test:bun": "deno task codegen &&
|
|
62
|
+
"test": "deno task codegen && tsdown && node --test",
|
|
63
|
+
"test:bun": "deno task codegen && tsdown && bun test --timeout 60000",
|
|
62
64
|
"test:cfworkers": "deno task codegen && wrangler deploy --dry-run --outdir src/cfworkers && node --import=tsx src/cfworkers/client.ts"
|
|
63
65
|
}
|
|
64
66
|
}
|