Atproto: @atproto/[email protected] Release

Release date:
February 24, 2025
Previous version:
@atproto/[email protected] (released February 6, 2025)
Magnitude:
237 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in @atproto/[email protected]

ScottPolhemus
matthieusieben
StephaneB1

Directory Browser for @atproto/[email protected]

All files are compared to previous version, @atproto/[email protected]. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Minor Changes

  • #2999 c53d943c8 Thanks @matthieusieben! - Update Lexicon derived code to better reflect data typings. In particular, Lexicon derived interfaces will now explicitly include the $type property that can be present in the data.

  • #2999 c53d943c8 Thanks @matthieusieben! - Helper functions (e.g. NS.isRecord) no longer casts the output value. Use asPredicate(NS.validateRecord) to create a predicate function that will ensure that an unknown value is indeed an NS.Record. The isX helper function's purpose is to discriminate between $typed values from unions.

Patch Changes