@ydtb/tk-scope-app 0.25.2 → 0.25.3

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.
@@ -3773,6 +3773,6 @@ export declare const tokensApi: import("@ydtb/tk-scope-api-client").ToolClient<{
3773
3773
  scopeId: string;
3774
3774
  scopeType: string;
3775
3775
  scopeChain: import("@ydtb/tk-scope-extension/orpc").ScopeChainEntry[];
3776
- }>, import("zod").ZodObject<{}, import("zod/v4/core").$strip>, import("@orpc/contract").Schema<import("@ydtb/tk-scope-tokens/types").TokenListGroup[], import("@ydtb/tk-scope-tokens/types").TokenListGroup[]>, Record<never, never>, Record<never, never>>;
3776
+ }>, import("zod").ZodObject<{}, import("zod/v4/core").$strip>, import("@orpc/server").Schema<import("@ydtb/tk-scope-tokens/types").TokenListGroup[], import("@ydtb/tk-scope-tokens/types").TokenListGroup[]>, Record<never, never>, Record<never, never>>;
3777
3777
  }>;
3778
3778
  //# sourceMappingURL=platform-api.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ydtb/tk-scope-app",
3
- "version": "0.25.2",
3
+ "version": "0.25.3",
4
4
  "private": false,
5
5
  "description": "Platform client shell for tk-scope — pages, layouts, dashboard chrome, onboarding, auth strategies",
6
6
  "type": "module",
@@ -83,22 +83,22 @@
83
83
  "@orpc/server": "^1.13.14",
84
84
  "@orpc/tanstack-query": "^1.13.14",
85
85
  "@ydtb/core-client": "^0.13.2",
86
- "@ydtb/tk-scope": "0.14.2",
87
- "@ydtb/tk-scope-api-client": "0.13.0",
88
- "@ydtb/tk-scope-auth": "0.23.12",
89
- "@ydtb/tk-scope-dashboard": "0.25.2",
90
- "@ydtb/tk-scope-lib": "0.13.0",
91
86
  "@ydtb/tk-scope-events": "0.23.12",
92
- "@ydtb/tk-scope-onboarding": "0.23.12",
93
- "@ydtb/tk-scope-notifications": "0.23.12",
87
+ "@ydtb/tk-scope-dashboard": "0.25.3",
94
88
  "@ydtb/tk-scope-extension": "0.23.12",
95
- "@ydtb/tk-scope-platform": "0.23.12",
96
- "@ydtb/tk-scope-query-client": "0.14.0",
97
89
  "@ydtb/tk-scope-launchpad": "0.23.12",
90
+ "@ydtb/tk-scope-lib": "0.13.0",
91
+ "@ydtb/tk-scope-notifications": "0.23.12",
92
+ "@ydtb/tk-scope-auth": "0.23.12",
93
+ "@ydtb/tk-scope-api-client": "0.13.0",
94
+ "@ydtb/tk-scope-onboarding": "0.23.12",
95
+ "@ydtb/tk-scope-shell": "0.25.1",
96
+ "@ydtb/tk-scope-query-client": "0.14.0",
97
+ "@ydtb/tk-scope-platform": "0.23.12",
98
98
  "@ydtb/tk-scope-tokens": "0.25.1",
99
- "@ydtb/tk-scope-search": "0.23.12",
100
99
  "@ydtb/tk-scope-ui": "0.25.1",
101
- "@ydtb/tk-scope-shell": "0.25.1"
100
+ "@ydtb/tk-scope": "0.14.2",
101
+ "@ydtb/tk-scope-search": "0.23.12"
102
102
  },
103
103
  "peerDependencies": {
104
104
  "@tanstack/react-query": ">=5.99.0 <6.0.0",