@kuckit/users-module 1.0.3 → 2.0.1

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -3
  2. package/package.json +5 -5
package/dist/index.d.ts CHANGED
@@ -1,5 +1,3 @@
1
- import * as _kuckit_sdk0 from "@kuckit/sdk";
2
-
3
1
  //#region src/module.d.ts
4
2
  /**
5
3
  * Configuration options for the users module
@@ -34,6 +32,6 @@ interface UsersModuleConfig {
34
32
  * ]
35
33
  * ```
36
34
  */
37
- declare const kuckitModule: _kuckit_sdk0.KuckitModuleDefinition<UsersModuleConfig>;
35
+ declare const kuckitModule: any;
38
36
  //#endregion
39
37
  export { type UsersModuleConfig, kuckitModule };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kuckit/users-module",
3
- "version": "1.0.3",
3
+ "version": "2.0.1",
4
4
  "description": "User management module for Kuckit SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -24,13 +24,13 @@
24
24
  "prepublishOnly": "npm run build && node ../../scripts/resolve-workspace-protocols.cjs && node ../../scripts/check-no-workspace-protocol.cjs"
25
25
  },
26
26
  "peerDependencies": {
27
- "@kuckit/sdk": "^1.0.3",
27
+ "@kuckit/sdk": "^2.0.1",
28
28
  "typescript": "^5"
29
29
  },
30
30
  "dependencies": {
31
- "@kuckit/domain": "^1.0.3",
32
- "@kuckit/application": "^1.0.3",
33
- "@kuckit/infrastructure": "^1.0.3"
31
+ "@kuckit/domain": "^2.0.1",
32
+ "@kuckit/application": "^2.0.1",
33
+ "@kuckit/infrastructure": "^2.0.1"
34
34
  },
35
35
  "devDependencies": {
36
36
  "tsdown": "catalog:"