@kuckit/landing-module 3.0.6 → 3.0.7

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.
@@ -1,4 +1,3 @@
1
- import { KuckitClientModuleContext } from "@kuckit/sdk-react";
2
1
  import * as react_jsx_runtime0 from "react/jsx-runtime";
3
2
 
4
3
  //#region src/client/components/LandingPage.d.ts
@@ -8,12 +7,7 @@ declare function LandingPage(): react_jsx_runtime0.JSX.Element;
8
7
  declare function ModulesPage(): react_jsx_runtime0.JSX.Element;
9
8
  //#endregion
10
9
  //#region src/client/index.d.ts
11
- declare const kuckitClientModule: {
12
- id: string;
13
- displayName: string;
14
- version: string;
15
- register(ctx: KuckitClientModuleContext): void;
16
- };
10
+ declare const kuckitClientModule: any;
17
11
  //#endregion
18
12
  export { LandingPage, ModulesPage, kuckitClientModule };
19
13
  //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kuckit/landing-module",
3
- "version": "3.0.6",
3
+ "version": "3.0.7",
4
4
  "description": "Landing module for Kuckit",
5
5
  "type": "module",
6
6
  "main": "dist/server/module.js",
@@ -30,17 +30,17 @@
30
30
  "prepublishOnly": "npm run build && node ../../scripts/resolve-workspace-protocols.cjs && node ../../scripts/check-no-workspace-protocol.cjs"
31
31
  },
32
32
  "peerDependencies": {
33
- "@kuckit/sdk": "^3.0.6",
34
- "@kuckit/sdk-react": "^3.0.6",
33
+ "@kuckit/sdk": "^3.0.7",
34
+ "@kuckit/sdk-react": "^3.0.7",
35
35
  "react": "^18 || ^19",
36
36
  "sonner": "^2.0.0",
37
37
  "typescript": "^5",
38
38
  "drizzle-orm": "^0.44.2"
39
39
  },
40
40
  "dependencies": {
41
- "@kuckit/api": "^3.0.6",
42
- "@kuckit/domain": "^3.0.6",
43
- "@kuckit/polar-payments-module": "^1.0.5",
41
+ "@kuckit/api": "^3.0.7",
42
+ "@kuckit/domain": "^3.0.7",
43
+ "@kuckit/polar-payments-module": "^1.0.6",
44
44
  "lucide-react": "^0.379.0",
45
45
  "zod": "^4.1.11"
46
46
  },