Skip to content

Commit fb384a0

Browse files
πŸ¦‹ New version release (#140)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent afb59b6 commit fb384a0

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

β€Ž.changeset/migrate-to-tsdown.mdβ€Ž

Lines changed: 0 additions & 5 deletions
This file was deleted.

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @smooai/utils
22

3+
## 1.3.4
4+
5+
### Patch Changes
6+
7+
- afb59b6: Migrate build tooling from tsup to tsdown β€” faster, oxc-based, drop-in replacement. The package now publishes `.cjs`/`.mjs`/`.d.cts`/`.d.mts` outputs (instead of `.js`/`.mjs`/`.d.ts`); the `exports` map is updated accordingly, so subpath imports continue to resolve transparently. No public API change.
8+
39
## 1.3.3
410

511
### Patch Changes

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smooai/utils",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "A collection of shared utilities and tools used across SmooAI projects. This package provides common functionality to standardize and simplify development across all SmooAI repositories.",
55
"keywords": [
66
"aws-lambda",

0 commit comments

Comments
Β (0)