Releases: AudiusProject/apps
Releases · AudiusProject/apps
@audius/sp-actions@1.0.32
Patch Changes
- @audius/sdk-legacy@6.0.28
@audius/sdk@15.3.1
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/sdk@15.3.0
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/sdk-legacy@6.0.28
Patch Changes
- Updated dependencies [c8f9a4d]
- @audius/sdk@15.3.0
@audius/harmony@0.5.3
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
Patch Changes
- @audius/sdk-legacy@6.0.26
@audius/sdk@15.1.0
@audius/sdk-legacy@6.0.26
@audius/sp-actions@1.0.29
Patch Changes
- @audius/sdk-legacy@6.0.25
@audius/sdk@15.0.1
Patch Changes
- 56dea87: Fix PKCE OAuth access token not being sent with Bearer prefix, and fix
getUser()calling the wrong endpoint (/oauth/me→/me)