diff --git a/.changeset/three-carrots-walk.md b/.changeset/three-carrots-walk.md deleted file mode 100644 index fd05319..0000000 --- a/.changeset/three-carrots-walk.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@plexus-ms/config": patch -"@plexus-ms/std": patch ---- - -Update package descriptions diff --git a/.changeset/tidy-moons-tap.md b/.changeset/tidy-moons-tap.md deleted file mode 100644 index d2d4bb2..0000000 --- a/.changeset/tidy-moons-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@plexus-ms/config": minor ---- - -Add the `tsconfig-cli` subpath export: the shared TypeScript compiler options for Node CLI and library packages that build to `dist` — `"extends": "@plexus-ms/config/tsconfig-cli"`. It emits (`declaration`, `declarationMap`, `sourceMap`) under `NodeNext` resolution, so source must use explicit `.js` import specifiers. `outDir`/`rootDir` and `include`/`exclude` stay in the extending package, since TypeScript resolves those paths relative to the file that declares them. Requires `@types/node`, which the config pins via `"types": ["node"]`. diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 47303bd..bb60a12 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,15 @@ # @plexus-ms/config +## 0.3.0 + +### Minor Changes + +- d3bc636: Add the `tsconfig-cli` subpath export: the shared TypeScript compiler options for Node CLI and library packages that build to `dist` — `"extends": "@plexus-ms/config/tsconfig-cli"`. It emits (`declaration`, `declarationMap`, `sourceMap`) under `NodeNext` resolution, so source must use explicit `.js` import specifiers. `outDir`/`rootDir` and `include`/`exclude` stay in the extending package, since TypeScript resolves those paths relative to the file that declares them. Requires `@types/node`, which the config pins via `"types": ["node"]`. + +### Patch Changes + +- 125d677: Update package descriptions + ## 0.2.0 ### Minor Changes diff --git a/packages/config/package.json b/packages/config/package.json index 36eef2a..5459c6b 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@plexus-ms/config", - "version": "0.2.0", + "version": "0.3.0", "description": "Shared, extendable tool configurations", "license": "GPL-3.0-or-later", "files": [ diff --git a/packages/std/CHANGELOG.md b/packages/std/CHANGELOG.md index 2d7a6ac..db2a519 100644 --- a/packages/std/CHANGELOG.md +++ b/packages/std/CHANGELOG.md @@ -1,5 +1,11 @@ # @plexus-ms/std +## 0.1.2 + +### Patch Changes + +- 125d677: Update package descriptions + ## 0.1.1 ### Patch Changes diff --git a/packages/std/package.json b/packages/std/package.json index 48b573d..7b21541 100644 --- a/packages/std/package.json +++ b/packages/std/package.json @@ -1,6 +1,6 @@ { "name": "@plexus-ms/std", - "version": "0.1.1", + "version": "0.1.2", "description": "The Plexus standard library", "license": "GPL-3.0-or-later", "type": "module",