@fedify/fedify 2.0.0-dev.383 → 2.0.0-dev.384
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/dist/{builder-DkG2p8kW.js → builder-DDgiY0pz.js} +3 -3
- package/dist/compat/mod.d.cts +2 -2
- package/dist/compat/mod.d.ts +2 -2
- package/dist/compat/transformers.test.js +11 -11
- package/dist/{context-Bo8rHkgD.d.cts → context-BdNW_8a3.d.cts} +4 -1
- package/dist/{context-CvI-m4eX.d.ts → context-C-GVKcJR.d.ts} +4 -1
- package/dist/{deno-BMByRQG1.js → deno-BgGEslC_.js} +1 -1
- package/dist/{docloader-Cv6dJCEn.js → docloader-D48nrN5v.js} +2 -2
- package/dist/federation/builder.test.js +3 -3
- package/dist/federation/handler.test.js +11 -11
- package/dist/federation/idempotency.test.js +11 -11
- package/dist/federation/inbox.test.js +2 -2
- package/dist/federation/middleware.test.js +11 -11
- package/dist/federation/mod.cjs +4 -4
- package/dist/federation/mod.d.cts +2 -2
- package/dist/federation/mod.d.ts +2 -2
- package/dist/federation/mod.js +4 -4
- package/dist/federation/send.test.js +90 -5
- package/dist/federation/webfinger.test.js +11 -11
- package/dist/{http-CS8X3xL0.js → http-BGk2UBNk.js} +1 -1
- package/dist/{http-B0YbKKTj.cjs → http-C163RLCe.cjs} +1 -1
- package/dist/{http-PEXEcZtQ.js → http-D60XnE7g.js} +2 -2
- package/dist/{inbox-CFwEGHQb.js → inbox-LOH6XAnI.js} +1 -1
- package/dist/{key-BUMDcUn6.js → key-D7z5b4yi.js} +1 -1
- package/dist/{kv-cache-ZWa24T45.cjs → kv-cache-CHHbu8TE.cjs} +1 -1
- package/dist/{kv-cache-BM0l1pOW.js → kv-cache-DnTFOBPC.js} +1 -1
- package/dist/{ld-Bx3Mw3bV.js → ld-WU2Rt1vK.js} +2 -2
- package/dist/{middleware-YLWEKWvB.js → middleware-BzEY11HK.js} +4 -4
- package/dist/middleware-BzLPRRUR.cjs +12 -0
- package/dist/{middleware-CBHSPr-c.cjs → middleware-Cn00-cp8.cjs} +37 -6
- package/dist/{middleware-D95ZWXIW.js → middleware-CpfYDdYL.js} +37 -6
- package/dist/{middleware-va7JD5xu.js → middleware-DF9NnQEE.js} +11 -11
- package/dist/{middleware-CJtnP-pV.js → middleware-Rswg9VkF.js} +10 -10
- package/dist/{mod-jzy1r56s.d.cts → mod-5PNty1K9.d.cts} +1 -1
- package/dist/{mod-DyzMRG8B.d.cts → mod-BcpEGTWV.d.cts} +1 -1
- package/dist/{mod-hcb60sG1.d.ts → mod-CtO31FCx.d.ts} +1 -1
- package/dist/{mod-PmuFg9QD.d.ts → mod-Da9fNDyC.d.ts} +1 -1
- package/dist/mod.cjs +4 -4
- package/dist/mod.d.cts +3 -3
- package/dist/mod.d.ts +3 -3
- package/dist/mod.js +4 -4
- package/dist/nodeinfo/handler.test.js +11 -11
- package/dist/{owner-Dr5tjio2.js → owner-CJrP1tug.js} +1 -1
- package/dist/{proof-BJ2-EQwg.cjs → proof-BpvNb9n3.cjs} +1 -1
- package/dist/{proof-CWYlCvAq.js → proof-DDHBHRwX.js} +2 -2
- package/dist/{proof-BkD7Ea3t.js → proof-DtHA5KS9.js} +1 -1
- package/dist/{send-BkIS8uHG.js → send-Dr8KyLoR.js} +35 -4
- package/dist/sig/http.test.js +3 -3
- package/dist/sig/key.test.js +2 -2
- package/dist/sig/ld.test.js +3 -3
- package/dist/sig/mod.cjs +2 -2
- package/dist/sig/mod.js +2 -2
- package/dist/sig/owner.test.js +3 -3
- package/dist/sig/proof.test.js +3 -3
- package/dist/testing/mod.d.ts +4 -1
- package/dist/utils/docloader.test.js +4 -4
- package/dist/utils/mod.cjs +2 -2
- package/dist/utils/mod.js +2 -2
- package/package.json +6 -6
- package/dist/middleware-UV55R7TD.cjs +0 -12
package/dist/utils/mod.cjs
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
const { Temporal } = require("@js-temporal/polyfill");
|
|
3
3
|
const { URLPattern } = require("urlpattern-polyfill");
|
|
4
4
|
|
|
5
|
-
require('../http-
|
|
6
|
-
const require_kv_cache = require('../kv-cache-
|
|
5
|
+
require('../http-C163RLCe.cjs');
|
|
6
|
+
const require_kv_cache = require('../kv-cache-CHHbu8TE.cjs');
|
|
7
7
|
require('../utils-BQ9KqEK9.cjs');
|
|
8
8
|
|
|
9
9
|
exports.getAuthenticatedDocumentLoader = require_kv_cache.getAuthenticatedDocumentLoader;
|
package/dist/utils/mod.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import { Temporal } from "@js-temporal/polyfill";
|
|
3
3
|
import { URLPattern } from "urlpattern-polyfill";
|
|
4
4
|
|
|
5
|
-
import "../http-
|
|
6
|
-
import { getAuthenticatedDocumentLoader, kvCache } from "../kv-cache-
|
|
5
|
+
import "../http-BGk2UBNk.js";
|
|
6
|
+
import { getAuthenticatedDocumentLoader, kvCache } from "../kv-cache-DnTFOBPC.js";
|
|
7
7
|
import "../utils-Dn5OPdSW.js";
|
|
8
8
|
|
|
9
9
|
export { getAuthenticatedDocumentLoader, kvCache };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedify/fedify",
|
|
3
|
-
"version": "2.0.0-dev.
|
|
3
|
+
"version": "2.0.0-dev.384+dae4bd3b",
|
|
4
4
|
"description": "An ActivityPub server framework",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ActivityPub",
|
|
@@ -145,9 +145,9 @@
|
|
|
145
145
|
"uri-template-router": "^1.0.0",
|
|
146
146
|
"url-template": "^3.1.1",
|
|
147
147
|
"urlpattern-polyfill": "^10.1.0",
|
|
148
|
-
"@fedify/vocab": "2.0.0-dev.
|
|
149
|
-
"@fedify/vocab-runtime": "2.0.0-dev.
|
|
150
|
-
"@fedify/webfinger": "2.0.0-dev.
|
|
148
|
+
"@fedify/vocab": "2.0.0-dev.384+dae4bd3b",
|
|
149
|
+
"@fedify/vocab-runtime": "2.0.0-dev.384+dae4bd3b",
|
|
150
|
+
"@fedify/webfinger": "2.0.0-dev.384+dae4bd3b"
|
|
151
151
|
},
|
|
152
152
|
"devDependencies": {
|
|
153
153
|
"@std/assert": "npm:@jsr/std__assert@^0.226.0",
|
|
@@ -159,8 +159,8 @@
|
|
|
159
159
|
"tsx": "^4.19.4",
|
|
160
160
|
"typescript": "^5.9.3",
|
|
161
161
|
"wrangler": "^4.17.0",
|
|
162
|
-
"@fedify/
|
|
163
|
-
"@fedify/
|
|
162
|
+
"@fedify/fixture": "2.0.0",
|
|
163
|
+
"@fedify/vocab-tools": "^2.0.0-dev.384+dae4bd3b"
|
|
164
164
|
},
|
|
165
165
|
"scripts": {
|
|
166
166
|
"build:self": "tsdown",
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
const { Temporal } = require("@js-temporal/polyfill");
|
|
3
|
-
const { URLPattern } = require("urlpattern-polyfill");
|
|
4
|
-
|
|
5
|
-
require('./transformers-3g8GZwkZ.cjs');
|
|
6
|
-
require('./http-B0YbKKTj.cjs');
|
|
7
|
-
const require_middleware = require('./middleware-CBHSPr-c.cjs');
|
|
8
|
-
require('./proof-BJ2-EQwg.cjs');
|
|
9
|
-
require('./types-Cd_hszr_.cjs');
|
|
10
|
-
require('./kv-cache-ZWa24T45.cjs');
|
|
11
|
-
|
|
12
|
-
exports.FederationImpl = require_middleware.FederationImpl;
|