changed types around
This commit is contained in:
parent
24e82bbb78
commit
f61d1aa0c3
75 changed files with 3625 additions and 34314 deletions
|
|
@ -4,7 +4,7 @@ Write-Host "Building and installing new libraries..." -ForegroundColor Cyan
|
|||
|
||||
# Build order is important due to dependencies
|
||||
$libs = @(
|
||||
"shared-types",
|
||||
"types",
|
||||
"utils",
|
||||
"event-bus",
|
||||
"api-client"
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ You don't need to change your imports yet, but this path will be removed in a fu
|
|||
|
||||
# Create aliases for each library
|
||||
Write-ColorOutput "Yellow" "Creating package aliases for backward compatibility..."
|
||||
Create-PackageAlias "shared-types"
|
||||
Create-PackageAlias "types"
|
||||
|
||||
# Create additional aliases as needed for other libraries
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue