@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 +2 -3
- package/dist/mod.d.cts +0 -1
- package/dist/{mod.d.ts → mod.d.mts} +0 -1
- package/dist/{mod.js → mod.mjs} +1 -2
- package/package.json +4 -4
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
package/dist/{mod.js → mod.mjs}
RENAMED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedify/astro",
|
|
3
|
-
"version": "2.2.0-dev.
|
|
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.
|
|
53
|
+
"@fedify/fedify": "^2.2.0-dev.622+e54cb037"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"tsdown": "^0.
|
|
57
|
-
"typescript": "^5.9.
|
|
56
|
+
"tsdown": "^0.21.6",
|
|
57
|
+
"typescript": "^5.9.2"
|
|
58
58
|
},
|
|
59
59
|
"scripts": {
|
|
60
60
|
"build:self": "tsdown",
|