@carlesandres/house 0.4.11 → 0.4.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -6,6 +6,12 @@ The publish workflow (`.github/workflows/publish.yml`) runs on the `release: pub
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.4.12] — 2026-06-14
10
+
11
+ ### Fixed
12
+
13
+ - Pinned the Effect runtime stack to the latest beta that does not pull `ini@7`, avoiding npm install engine warnings for users on older Node 22 installers.
14
+
9
15
  ## [0.4.11] — 2026-06-14
10
16
 
11
17
  ### Fixed
@@ -311,7 +317,8 @@ The v1 MVP, published as `@carlesandres/openmdr` on npm.
311
317
 
312
318
  Search, stdin, URL fetching, cross-file link following, `$EDITOR` hand-off, syntax highlighting, persistent config, OS-appearance auto-detect, single-binary distribution (issue [#2](https://github.com/carlesandres/openmdr/issues/2)), Homebrew tap. All tracked.
313
319
 
314
- [Unreleased]: https://github.com/carlesandres/house/compare/v0.4.11...HEAD
320
+ [Unreleased]: https://github.com/carlesandres/house/compare/v0.4.12...HEAD
321
+ [0.4.12]: https://github.com/carlesandres/house/compare/v0.4.11...v0.4.12
315
322
  [0.4.11]: https://github.com/carlesandres/house/compare/v0.4.10...v0.4.11
316
323
  [0.4.10]: https://github.com/carlesandres/house/compare/v0.4.9...v0.4.10
317
324
  [0.4.9]: https://github.com/carlesandres/house/compare/v0.4.8...v0.4.9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carlesandres/house",
3
- "version": "0.4.11",
3
+ "version": "0.4.12",
4
4
  "description": "TUI-first markdown reader on opentui",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -51,11 +51,11 @@
51
51
  "prepare": "git config core.hooksPath .githooks 2>/dev/null || true"
52
52
  },
53
53
  "dependencies": {
54
- "@effect/atom-react": "4.0.0-beta.70",
54
+ "@effect/atom-react": "4.0.0-beta.60",
55
55
  "@opentui/core": "0.2.15",
56
56
  "@opentui/react": "0.2.15",
57
57
  "commander": "^14.0.3",
58
- "effect": "4.0.0-beta.70",
58
+ "effect": "4.0.0-beta.60",
59
59
  "ignore": "^7.0.5",
60
60
  "marked": "^18.0.4",
61
61
  "react": "19.2.6",