Deferred from #5 (see PR #12).
package.json exposes a single "." export, so every consumer loads the full barrel — including the transports and their SDKs — even for a pure Markdown→DOCX conversion.
GoogleDriveTransport mitigated its share by loading @googleapis/drive lazily inside upload(), but that is a workaround for the packaging shape rather than a fix.
Tasks
Relates to #7.
Deferred from #5 (see PR #12).
package.jsonexposes a single"."export, so every consumer loads the full barrel — including the transports and their SDKs — even for a pure Markdown→DOCX conversion.GoogleDriveTransportmitigated its share by loading@googleapis/drivelazily insideupload(), but that is a workaround for the packaging shape rather than a fix.Tasks
.,./google,./sharepoint(types + import conditions for each).google-auth-librarypin. It is a devDependency pinned to exactly10.5.0becausegoogleapis-commonpins it exactly; a@googleapis/drivebump can reintroduce two copies and aTypes have separate declarations of a private property 'redirectUri'failure onOAuth2Client.Relates to #7.