Releases: AudiusProject/apps
Releases · AudiusProject/apps
@audius/[email protected]
Patch Changes
- @audius/[email protected]
@audius/[email protected]
Patch Changes
- Add a
filesfield topackage.jsonso the published tarball actually ships the builtdist/directory. 15.3.0 was published with nodist/because the package's.gitignoreexcludesdist, and without an explicitfileswhitelist npm fell back to that ignore file and skipped every built artifact. Republish-only fix; no SDK code changes vs. 15.3.0.
@audius/[email protected]
Minor Changes
-
c8f9a4d: Restore a CommonJS build alongside the existing ESM output. The SDK now ships dual ESM + CJS via the
package.json#exportsmap (withimport/require/browser/react-native/typesconditions), so Node consumers usingrequire('@audius/sdk')no longer hit ESM/CJS interop edges on transitive CJS deps (e.g.lodash,axios,commander,file-type,tus-js-client).Resolved entries:
- Node ESM:
dist/index.esm.js - Node CJS:
dist/index.cjs - Browser ESM:
dist/index.browser.esm.js - Browser CJS:
dist/index.browser.cjs - React Native:
dist/index.native.js - Types:
dist/index.d.ts
- Node ESM:
@audius/[email protected]
Patch Changes
- Updated dependencies [c8f9a4d]
- @audius/[email protected]
@audius/[email protected]
Patch Changes
- 1ec251b: Fix SegmentedControl text color being subdued on initial render when selected value doesn't match any option key
@audius/[email protected]
Patch Changes
- @audius/[email protected]
@audius/[email protected]
@audius/[email protected]
Patch Changes
- Updated dependencies [500dccb]
- Updated dependencies [d0f653d]
- @audius/[email protected]
@audius/[email protected]
Patch Changes
- @audius/[email protected]
@audius/[email protected]
Patch Changes
- 56dea87: Fix PKCE OAuth access token not being sent with Bearer prefix, and fix
getUser()calling the wrong endpoint (/oauth/me→/me)