Skip to content

Releases: AudiusProject/apps

@audius/sp-actions@1.0.32

01 May 20:39
efabfca

Choose a tag to compare

Patch Changes

  • @audius/sdk-legacy@6.0.28

@audius/sdk@15.3.1

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/sdk@15.3.0

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/sdk-legacy@6.0.28

01 May 20:39
efabfca

Choose a tag to compare

Patch Changes

  • Updated dependencies [c8f9a4d]
    • @audius/sdk@15.3.0

@audius/harmony@0.5.3

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/sp-actions@1.0.30

30 Mar 23:09
eb1fb9b

Choose a tag to compare

Patch Changes

  • @audius/sdk-legacy@6.0.26

@audius/sdk@15.1.0

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/sdk-legacy@6.0.26

30 Mar 23:09
eb1fb9b

Choose a tag to compare

Patch Changes

  • Updated dependencies [500dccb]
  • Updated dependencies [d0f653d]
    • @audius/sdk@15.1.0

@audius/sp-actions@1.0.29

20 Mar 01:49
39e35a9

Choose a tag to compare

Patch Changes

  • @audius/sdk-legacy@6.0.25

@audius/sdk@15.0.1

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)