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
Rename @stripe/openapi → @stripe/sync-openapi; remove dead exports
1. Package naming convention: every package in the monorepo uses the
@stripe/sync-* scope (sync-protocol, sync-engine, sync-source-stripe,
etc). Rename to @stripe/sync-openapi for consistency.
2. Remove dead exports from resourceRegistry.ts that were never imported
anywhere: StripeObject, CoreSyncObject, SyncObjectName (all just
`string` aliases with no narrowing), CORE_SYNC_OBJECTS (redundant
re-export of DEFAULT_SYNC_OBJECTS), SYNC_OBJECTS, and
RESOURCE_TABLE_NAME_MAP (identity map of table→table).
3. Add missing cleanup line in e2e/connector-loading.test.sh for the
openapi tarball — without this the cleanup() trap leaves a stale
stripe-sync-openapi-*.tgz in the repo root.
Committed-By-Agent: claude
0 commit comments