Skip to content

Commit 9aa9efa

Browse files
heswellCopilot
andcommitted
Consolidate portal packages into core
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 175f6e0 commit 9aa9efa

79 files changed

Lines changed: 398 additions & 431 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

vuu-ui/docs/authentication-refactor-proposal.md

Lines changed: 2 additions & 2 deletions

vuu-ui/package-lock.json

Lines changed: 228 additions & 203 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion

vuu-ui/packages/vuu-portal/DESIGN.md renamed to vuu-ui/packages/core/docs/portal-design.md

Lines changed: 2 additions & 2 deletions
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
{
2-
"name": "@vuu-ui/vuu-portal",
2+
"name": "@vuu-ui/core",
33
"version": "3.1.0",
4-
"description": "VUU portal and Module Federation support",
4+
"description": "Core VUU authentication, data context, portal, and Module Federation APIs",
55
"files": [
6-
"DESIGN.md"
6+
"docs"
77
],
88
"main": "src/index.ts",
99
"author": "heswell",
1010
"license": "Apache-2.0",
1111
"type": "module",
1212
"scripts": {
1313
"build": "node ../../scripts/run-build-rslib.ts",
14+
"test": "cd ../.. && vitest run packages/core/test",
1415
"type-defs": "node ../../scripts/build-type-defs.mjs"
1516
},
1617
"dependencies": {
1718
"@module-federation/enhanced": "2.8.0",
1819
"@salt-ds/core": "1.67.0",
19-
"@vuu-ui/vuu-auth": "3.1.0",
2020
"@vuu-ui/vuu-data-react": "3.1.0",
21+
"@vuu-ui/vuu-data-remote": "3.1.0",
22+
"@vuu-ui/vuu-data-types": "3.1.0",
2123
"@vuu-ui/vuu-icons": "3.1.0",
2224
"@vuu-ui/vuu-ui-controls": "3.1.0",
25+
"keycloak-js": "26.2.4",
2326
"react-router-dom": "^6.2.1"
2427
},
2528
"peerDependencies": {

vuu-ui/packages/vuu-portal/src/RemoteModuleDescriptor.ts renamed to vuu-ui/packages/core/src/RemoteModuleDescriptor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { RemoteModuleConnection } from "@vuu-ui/vuu-auth";
1+
import type { RemoteModuleConnection } from "./auth";
22

33
export interface RemoteModuleDescriptor {
44
description: string;
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)