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