Fix core release build config

This commit is contained in:
Danila Poyarkov 2026-03-30 18:54:18 +03:00
parent 33d293b221
commit f90a376bf2
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@
- Stabilize npm publishing with isolated temp publish directories instead of mutating tracked package manifests in CI
- Strip build-time scripts and dev dependencies from generated publish manifests so tarballs pack from verified artifacts only
- Fix `@open-pencil/mcp` release packaging so the published npm tarball includes its built `dist/` CLI and server entrypoints deterministically
- Fix `@open-pencil/core` release build configuration so CI publish jobs include Node and Bun ambient types when compiling package artifacts
## 0.11.1 — 2026-03-30

View file

@ -4,6 +4,7 @@
"lib": ["ESNext", "DOM"],
"module": "ESNext",
"moduleResolution": "bundler",
"types": ["node", "bun"],
"strict": true,
"skipLibCheck": true,