@fedify/astro 2.2.0-dev.610 → 2.2.0-dev.622

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/mod.cjs CHANGED
@@ -1,4 +1,4 @@
1
-
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
2
  //#region src/mod.ts
3
3
  /**
4
4
  * Create an Astro integration that configures Vite SSR settings for
@@ -83,7 +83,6 @@ function integrateFetchOptions(next) {
83
83
  }
84
84
  };
85
85
  }
86
-
87
86
  //#endregion
88
87
  exports.fedifyIntegration = fedifyIntegration;
89
- exports.fedifyMiddleware = fedifyMiddleware;
88
+ exports.fedifyMiddleware = fedifyMiddleware;
package/dist/mod.d.cts CHANGED
@@ -2,7 +2,6 @@ import { Federation } from "@fedify/fedify/federation";
2
2
  import { APIContext, AstroIntegration, MiddlewareHandler } from "astro";
3
3
 
4
4
  //#region src/mod.d.ts
5
-
6
5
  /**
7
6
  * A factory function to create a context data for the {@link Federation}
8
7
  * object.
@@ -2,7 +2,6 @@ import { Federation } from "@fedify/fedify/federation";
2
2
  import { APIContext, AstroIntegration, MiddlewareHandler } from "astro";
3
3
 
4
4
  //#region src/mod.d.ts
5
-
6
5
  /**
7
6
  * A factory function to create a context data for the {@link Federation}
8
7
  * object.
@@ -82,6 +82,5 @@ function integrateFetchOptions(next) {
82
82
  }
83
83
  };
84
84
  }
85
-
86
85
  //#endregion
87
- export { fedifyIntegration, fedifyMiddleware };
86
+ export { fedifyIntegration, fedifyMiddleware };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/astro",
3
- "version": "2.2.0-dev.610+2d418352",
3
+ "version": "2.2.0-dev.622+e54cb037",
4
4
  "description": "Integrate Fedify with Astro",
5
5
  "keywords": [
6
6
  "Fedify",
@@ -50,11 +50,11 @@
50
50
  ],
51
51
  "peerDependencies": {
52
52
  "astro": "^5.0.0",
53
- "@fedify/fedify": "^2.2.0-dev.610+2d418352"
53
+ "@fedify/fedify": "^2.2.0-dev.622+e54cb037"
54
54
  },
55
55
  "devDependencies": {
56
- "tsdown": "^0.12.9",
57
- "typescript": "^5.9.3"
56
+ "tsdown": "^0.21.6",
57
+ "typescript": "^5.9.2"
58
58
  },
59
59
  "scripts": {
60
60
  "build:self": "tsdown",