@fedify/sveltekit 2.0.8 → 2.0.9
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 +0 -1
- package/dist/mod.js +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 a SvelteKit hook handler to integrate with the {@link Federation}
|
|
@@ -48,6 +48,5 @@ function integrateFetchOptions({ event, resolve }) {
|
|
|
48
48
|
}
|
|
49
49
|
};
|
|
50
50
|
}
|
|
51
|
-
|
|
52
51
|
//#endregion
|
|
53
|
-
exports.fedifyHook = fedifyHook;
|
|
52
|
+
exports.fedifyHook = fedifyHook;
|
package/dist/mod.d.cts
CHANGED
package/dist/mod.d.ts
CHANGED
package/dist/mod.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedify/sveltekit",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.9",
|
|
4
4
|
"description": "Integrate Fedify with SvelteKit",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Fedify",
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
],
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"@sveltejs/kit": "^2.0.0",
|
|
54
|
-
"@fedify/fedify": "^2.0.
|
|
54
|
+
"@fedify/fedify": "^2.0.9"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"tsdown": "^0.
|
|
58
|
-
"typescript": "^5.9.
|
|
57
|
+
"tsdown": "^0.21.6",
|
|
58
|
+
"typescript": "^5.9.2"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"build:self": "tsdown",
|