Improved
v2.1.1
about 1 month ago by ReadMe GitHub Action
Fixed
- TypeScript types are now visible to consumers. Previously the published SDK packages re-exported
WidgetSDKConfig,StandaloneConfig,TransactionRequest, and related types from an internal@oobit/corepackage that wasn't published to npm — TypeScript users either sawCannot find module '@oobit/core'(under strict configs) or silently gotany(withskipLibCheck). All shared type definitions are now bundled into each package's publisheddist/index.d.ts, so autocomplete, type-checking, and the optionalemail?/(email: string) => voidcallback signature introduced in v2.1.0 work out of the box. - React Native SDK bumped to
3.3.1. - React Web SDK bumped to
1.3.1.
