@fedify/sveltekit 2.1.0 → 2.1.2

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 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
@@ -2,7 +2,6 @@ import { Federation } from "@fedify/fedify/federation";
2
2
  import { Handle, RequestEvent } from "@sveltejs/kit";
3
3
 
4
4
  //#region src/mod.d.ts
5
-
6
5
  /**
7
6
  * Create a SvelteKit hook handler to integrate with the {@link Federation}
8
7
  * object.
package/dist/mod.d.ts CHANGED
@@ -2,7 +2,6 @@ import { Federation } from "@fedify/fedify/federation";
2
2
  import { Handle, RequestEvent } from "@sveltejs/kit";
3
3
 
4
4
  //#region src/mod.d.ts
5
-
6
5
  /**
7
6
  * Create a SvelteKit hook handler to integrate with the {@link Federation}
8
7
  * object.
package/dist/mod.js CHANGED
@@ -47,6 +47,5 @@ function integrateFetchOptions({ event, resolve }) {
47
47
  }
48
48
  };
49
49
  }
50
-
51
50
  //#endregion
52
- export { fedifyHook };
51
+ export { fedifyHook };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/sveltekit",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
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.1.0"
54
+ "@fedify/fedify": "^2.1.2"
55
55
  },
56
56
  "devDependencies": {
57
- "tsdown": "^0.12.9",
58
- "typescript": "^5.9.3"
57
+ "tsdown": "^0.21.6",
58
+ "typescript": "^5.9.2"
59
59
  },
60
60
  "scripts": {
61
61
  "build:self": "tsdown",