Files
github-actions[bot] 83b7246439 Version packages (#4833)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-04-09 10:24:41 -05:00

12 KiB

@atproto/lex-data

0.0.15

Patch Changes

  • #4828 c62651d Thanks @matthieusieben! - Export new utility functions for working with BlobRef: getBlobCid, getBlobCidString, getBlobMime, and getBlobSize.

  • #4835 f6f100c Thanks @matthieusieben! - Add utf8FromBytes that decodes a byte array containing a utf-8 string

  • #4828 c62651d Thanks @matthieusieben! - Defines BlobRef as a union of TypedBlobRef and LegacyBlobRef to allow for seamless handling of both types of blob references.

  • #4828 c62651d Thanks @matthieusieben! - Accept legacy blob references in non-strict mode. Legacy blob references (objects with cid and mimeType properties) are now accepted when strict: false, which is the default behavior when strictResponseProcessing is disabled on the Client.

    BREAKING: The allowLegacy option has been removed from the blob schema builder, and legacy blobs are now handled automatically based on the strictness mode: in strict mode they are rejected, and in non-strict mode they are accepted. Consumers should stop passing allowLegacy and rely on strictness configuration instead. Likewise, CLI consumers should stop using the removed --allowLegacyBlobs flag and use the default strict/non-strict behavior.

0.0.14

Patch Changes

0.0.13

Patch Changes

0.0.12

Patch Changes

0.0.11

Patch Changes

0.0.10

Patch Changes

0.0.9

Patch Changes

0.0.8

Patch Changes

0.0.7

Patch Changes

0.0.6

Patch Changes

0.0.5

Patch Changes

0.0.4

Patch Changes

0.0.3

Patch Changes

0.0.2

Patch Changes

0.0.1

Patch Changes