Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 2.22 KB

File metadata and controls

43 lines (22 loc) · 2.22 KB

@unimolecule/utils

0.1.5

Patch Changes

  • d213148 Thanks @i7eo! - Change node version & Update utils package output

0.1.4

Patch Changes

0.1.3

Patch Changes

  • ba3051f Thanks @i7eo! - refactor output-entry-builder, support entries

0.1.2

Patch Changes

  • bb74320 Thanks @i7eo! - use node shims in node-only bundler

0.1.1

Patch Changes

  • ba078d1 Thanks @i7eo! - Modify the bundler's config loader from native node to tsx.

0.1.0

Minor Changes

0.0.1

Patch Changes

  • 16e1fda Thanks @i7eo! - Added coverage and tightened package boundaries across the workspace. @unimolecule/canon now re-exports its HTTP contract primitives from both root and HTTP entrypoints, including constants and status codes, and includes tests for response/error envelopes, AppError, pagination helpers, and package exports. @unimolecule/oh-my-fetch now reuses shared @unimolecule/utils helpers for awaitable types and object/plain-object checks, reducing duplicated utility logic while preserving HTTP-client-specific behavior. Documentation formatting was refreshed, stale commented schema code and unused canon dependency metadata were removed, and the root contributor guidance now records that lint/type diagnostics from Markdown code blocks should be reported rather than fixed unless explicitly requested.