@fedify/fedify 2.2.0-dev.606 → 2.2.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.
Files changed (54) hide show
  1. package/README.md +2 -5
  2. package/dist/{builder-CELIfoB4.js → builder-OscY92PK.js} +3 -3
  3. package/dist/compat/transformers.test.js +11 -11
  4. package/dist/{deno-BOsDbqu7.js → deno-CnMqla6T.js} +1 -1
  5. package/dist/{docloader-BcEPmNUR.js → docloader-JiZmL7BP.js} +4 -3
  6. package/dist/federation/builder.test.js +3 -3
  7. package/dist/federation/handler.test.js +11 -11
  8. package/dist/federation/idempotency.test.js +11 -11
  9. package/dist/federation/inbox.test.js +2 -2
  10. package/dist/federation/middleware.test.js +11 -11
  11. package/dist/federation/mod.cjs +4 -4
  12. package/dist/federation/mod.js +4 -4
  13. package/dist/federation/send.test.js +5 -5
  14. package/dist/federation/webfinger.test.js +11 -11
  15. package/dist/{http-BVFyeQBR.cjs → http-BnsR906R.cjs} +18 -6
  16. package/dist/{http-Cfw-SN_z.js → http-CKaqhjvP.js} +19 -6
  17. package/dist/{http-tl74Wmu6.js → http-IFqEftoZ.js} +18 -6
  18. package/dist/{inbox-Z8XmcoSP.js → inbox-Bd91CVJP.js} +1 -1
  19. package/dist/{key-CZwef9_o.js → key-DFLFXKER.js} +1 -1
  20. package/dist/{kv-cache-CeTLZBik.cjs → kv-cache-BLXcQvyb.cjs} +3 -2
  21. package/dist/{kv-cache-BHtrhC_A.js → kv-cache-Drlz6O_Y.js} +3 -2
  22. package/dist/{ld-BqCzzscX.js → ld-CGGXZJK0.js} +2 -2
  23. package/dist/{middleware-DwgaVw-g.js → middleware-B0kNQMO0.js} +11 -11
  24. package/dist/{middleware-D0hhdxhW.cjs → middleware-B51dB75z.cjs} +5 -5
  25. package/dist/{middleware-C35-lW8-.js → middleware-B53r4pdM.js} +10 -10
  26. package/dist/{middleware-lJSoi8yV.js → middleware-BYQL9cdV.js} +4 -4
  27. package/dist/{middleware-Dw4qprvi.js → middleware-DcpBikad.js} +5 -5
  28. package/dist/middleware-DfNqksSs.cjs +12 -0
  29. package/dist/{mod-Cs2dYEwI.d.ts → mod-DCbh1JQ5.d.ts} +1 -0
  30. package/dist/{mod-Bx9jcLB8.d.cts → mod-jfnweK2w.d.cts} +1 -0
  31. package/dist/mod.cjs +4 -4
  32. package/dist/mod.d.cts +1 -1
  33. package/dist/mod.d.ts +1 -1
  34. package/dist/mod.js +4 -4
  35. package/dist/nodeinfo/handler.test.js +11 -11
  36. package/dist/{owner-Bx4dZ83W.js → owner-Cye0yQB_.js} +1 -1
  37. package/dist/{proof-BYXeAOLF.cjs → proof-CN5iR1tW.cjs} +2 -2
  38. package/dist/{proof-Fy5Gl4Ca.js → proof-DV5lC_Bw.js} +2 -2
  39. package/dist/{proof-CeR_dKsx.js → proof-DdGGXVWM.js} +2 -2
  40. package/dist/{send-CGZHxQYq.js → send-C2a_3YAF.js} +2 -2
  41. package/dist/sig/http.test.js +66 -3
  42. package/dist/sig/key.test.js +2 -2
  43. package/dist/sig/ld.test.js +3 -3
  44. package/dist/sig/mod.cjs +2 -2
  45. package/dist/sig/mod.js +2 -2
  46. package/dist/sig/owner.test.js +3 -3
  47. package/dist/sig/proof.test.js +3 -3
  48. package/dist/utils/docloader.test.js +20 -4
  49. package/dist/utils/mod.cjs +2 -2
  50. package/dist/utils/mod.d.cts +1 -1
  51. package/dist/utils/mod.d.ts +1 -1
  52. package/dist/utils/mod.js +2 -2
  53. package/package.json +5 -5
  54. package/dist/middleware-BdQCsXP6.cjs +0 -12
@@ -2,5 +2,5 @@ import { Temporal } from "@js-temporal/polyfill";
2
2
  import { URLPattern } from "urlpattern-polyfill";
3
3
  import "../http-Dax_FIBo.js";
4
4
  import "../kv-DXEUEP6z.js";
5
- import { getAuthenticatedDocumentLoader, kvCache } from "../mod-Cs2dYEwI.js";
5
+ import { getAuthenticatedDocumentLoader, kvCache } from "../mod-DCbh1JQ5.js";
6
6
  export { getAuthenticatedDocumentLoader, kvCache };
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-tl74Wmu6.js";
6
- import { getAuthenticatedDocumentLoader, kvCache } from "../kv-cache-BHtrhC_A.js";
5
+ import "../http-IFqEftoZ.js";
6
+ import { getAuthenticatedDocumentLoader, kvCache } from "../kv-cache-Drlz6O_Y.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.2.0-dev.606+3a976326",
3
+ "version": "2.2.0-dev.613+cf8cd122",
4
4
  "description": "An ActivityPub server framework",
5
5
  "keywords": [
6
6
  "ActivityPub",
@@ -144,9 +144,9 @@
144
144
  "uri-template-router": "^1.0.0",
145
145
  "url-template": "^3.1.1",
146
146
  "urlpattern-polyfill": "^10.1.0",
147
- "@fedify/vocab-runtime": "2.2.0-dev.606+3a976326",
148
- "@fedify/vocab": "2.2.0-dev.606+3a976326",
149
- "@fedify/webfinger": "2.2.0-dev.606+3a976326"
147
+ "@fedify/vocab": "2.2.0-dev.613+cf8cd122",
148
+ "@fedify/vocab-runtime": "2.2.0-dev.613+cf8cd122",
149
+ "@fedify/webfinger": "2.2.0-dev.613+cf8cd122"
150
150
  },
151
151
  "devDependencies": {
152
152
  "@std/assert": "npm:@jsr/std__assert@^0.226.0",
@@ -159,7 +159,7 @@
159
159
  "typescript": "^5.9.3",
160
160
  "wrangler": "^4.17.0",
161
161
  "@fedify/fixture": "2.0.0",
162
- "@fedify/vocab-tools": "^2.2.0-dev.606+3a976326"
162
+ "@fedify/vocab-tools": "^2.2.0-dev.613+cf8cd122"
163
163
  },
164
164
  "scripts": {
165
165
  "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-BVFyeQBR.cjs');
7
- const require_middleware = require('./middleware-D0hhdxhW.cjs');
8
- require('./proof-BYXeAOLF.cjs');
9
- require('./types-Cd_hszr_.cjs');
10
- require('./kv-cache-CeTLZBik.cjs');
11
-
12
- exports.FederationImpl = require_middleware.FederationImpl;