You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove all backward compatibility and update all LaunchQL* references 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 <pyramation@gmail.com>
0 commit comments