Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/three-carrots-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-moons-tap.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
6 changes: 6 additions & 0 deletions packages/std/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @plexus-ms/std

## 0.1.2

### Patch Changes

- 125d677: Update package descriptions

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/std/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down