Skip to content

Releases: AudiusProject/apps

@audius/[email protected]

01 May 20:39
efabfca

Choose a tag to compare

@audius/[email protected]

01 May 21:43
a400e82

Choose a tag to compare

Patch Changes

  • Add a files field to package.json so the published tarball actually ships the built dist/ directory. 15.3.0 was published with no dist/ because the package's .gitignore excludes dist, and without an explicit files whitelist 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]

01 May 20:39
efabfca

Choose a tag to compare

Minor Changes

  • c8f9a4d: Restore a CommonJS build alongside the existing ESM output. The SDK now ships dual ESM + CJS via the package.json#exports map (with import/require/browser/react-native/types conditions), so Node consumers using require('@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

@audius/[email protected]

01 May 20:39
efabfca

Choose a tag to compare

Patch Changes

@audius/[email protected]

01 May 20:39
efabfca

Choose a tag to compare

Patch Changes

  • 1ec251b: Fix SegmentedControl text color being subdued on initial render when selected value doesn't match any option key

@audius/[email protected]

30 Mar 23:09
eb1fb9b

Choose a tag to compare

@audius/[email protected]

30 Mar 23:09
eb1fb9b

Choose a tag to compare

Minor Changes

  • 500dccb: Add artist coin solana connection flow

Patch Changes

  • d0f653d: Fix duplicate Bearer header prefix

@audius/[email protected]

30 Mar 23:09
eb1fb9b

Choose a tag to compare

Patch Changes

@audius/[email protected]

20 Mar 01:49
39e35a9

Choose a tag to compare

@audius/[email protected]

20 Mar 01:49
39e35a9

Choose a tag to compare

Patch Changes

  • 56dea87: Fix PKCE OAuth access token not being sent with Bearer prefix, and fix getUser() calling the wrong endpoint (/oauth/me/me)