diff --git a/.changeset/migrate-to-tsdown.md b/.changeset/migrate-to-tsdown.md deleted file mode 100644 index aa1b645..0000000 --- a/.changeset/migrate-to-tsdown.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smooai/testing': patch ---- - -Migrate build tooling from tsup to tsdown — faster, oxc-based, drop-in replacement. The lib build emits `.cjs`/`.mjs`/`.d.cts`/`.d.mts` (vs tsup's `.js`/`.mjs`/`.d.ts`); the `exports` map is updated to match. The CLI bin (`smooai-testing`) still ships as `cli.mjs` with the same `#!/usr/bin/env node` shebang and the same `react-devtools-core` shim, just via `@rollup/plugin-alias` instead of esbuild's alias hook. No public API change. diff --git a/CHANGELOG.md b/CHANGELOG.md index fbd6a42..bfe3cc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @smooai/testing +## 1.3.1 + +### Patch Changes + +- 78ed6fc: Migrate build tooling from tsup to tsdown — faster, oxc-based, drop-in replacement. The lib build emits `.cjs`/`.mjs`/`.d.cts`/`.d.mts` (vs tsup's `.js`/`.mjs`/`.d.ts`); the `exports` map is updated to match. The CLI bin (`smooai-testing`) still ships as `cli.mjs` with the same `#!/usr/bin/env node` shebang and the same `react-devtools-core` shim, just via `@rollup/plugin-alias` instead of esbuild's alias hook. No public API change. + ## 1.3.0 ### Minor Changes diff --git a/package.json b/package.json index ec00712..1e9f49e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smooai/testing", - "version": "1.3.0", + "version": "1.3.1", "description": "Smoo AI Testing SDK — CLI and library for interacting with the Smoo AI Testing API. Report test results, manage test runs, cases, environments, and deployments.", "homepage": "https://github.com/SmooAI/testing#readme", "bugs": {