Skip to content

Conversation

@pyramation
Copy link
Contributor

No description provided.

This commit implements the comprehensive rebranding strategy as outlined in rebranding.md:

Package Renames:
- @launchql/core -> @pgpmjs/core
- @launchql/env -> @pgpmjs/env
- @launchql/types -> @pgpmjs/types
- @launchql/logger -> @pgpmjs/logger
- @launchql/server-utils -> @pgpmjs/server-utils
- @launchql/client -> @pgpmjs/client
- @launchql/orm -> @pgpmjs/orm

Class/Type Renames:
- LaunchQLPackage -> PgpmPackage
- LaunchQLMigrate -> PgpmMigrate
- LaunchQLInit -> PgpmInit
- LaunchQLError -> PgpmError
- LaunchQLOptions -> PgpmOptions
- LaunchQLWorkspaceConfig -> PgpmWorkspaceConfig
- LaunchQLMigrateOptions -> PgpmMigrateOptions

File Renames:
- packages/types/src/launchql.ts -> packages/types/src/pgpm.ts
- packages/core/src/core/class/launchql.ts -> packages/core/src/core/class/pgpm.ts

Function Renames:
- resolveLaunchqlPath -> resolvePgpmPath

Backward Compatibility:
- Added deprecated re-exports for all renamed classes and types
- Old names still work but will show deprecation warnings

All import statements and package.json dependencies have been updated across the entire codebase.

Co-Authored-By: Dan Lynch <[email protected]>
Updated test files and test-utils to use:
- PgpmPackage instead of LaunchQLPackage
- PgpmMigrate instead of LaunchQLMigrate
- Import from '../src/core/class/pgpm' instead of '../src/core/class/launchql'

Co-Authored-By: Dan Lynch <[email protected]>
…ences to Pgpm*

- Removed all backward-compatible re-exports from core, types, and env packages
- Updated all LaunchQLOptions -> PgpmOptions across entire codebase
- Updated all LaunchQLPackage -> PgpmPackage usages
- Updated all LaunchQLMigrate -> PgpmMigrate usages
- Updated all LaunchQLInit -> PgpmInit usages
- Updated all LaunchQLError -> PgpmError usages

This is a clean upgrade with no backward compatibility as requested.

Co-Authored-By: Dan Lynch <[email protected]>
@pyramation pyramation closed this Dec 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants