take4-console 0.15.0 → 0.15.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.15.1] – 2026-04-12
4
+
5
+ ### Fixed
6
+ - Corrected `repository.url` in `package.json` (`take4-console` → `take4_console`).
7
+
3
8
  ## [0.15.0] – 2026-04-12
4
9
 
5
10
  ### Changed
package/README.md CHANGED
@@ -139,7 +139,7 @@ in [section 7](#7-yaml--interfacebuilder-integration).
139
139
  The repository ships a live demo that exercises every built-in control:
140
140
 
141
141
  ```bash
142
- git clone https://github.com/arcymag/take4-console.git
142
+ git clone https://github.com/wiecznyPoszukiwacz/take4_console.git
143
143
  cd take4-console
144
144
  npm install
145
145
  npm run demo # tsx src/demo.mts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "take4-console",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "description": "A terminal cell-grid rendering library for Node.js — windowed UI with styles, borders, layouts, keyboard/mouse input, and a YAML layout builder.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.mjs",
@@ -46,12 +46,12 @@
46
46
  "license": "MIT",
47
47
  "repository": {
48
48
  "type": "git",
49
- "url": "git+https://github.com/arcymag/take4-console.git"
49
+ "url": "git+https://github.com/wiecznyPoszukiwacz/take4_console.git"
50
50
  },
51
51
  "bugs": {
52
- "url": "https://github.com/arcymag/take4-console/issues"
52
+ "url": "https://github.com/wiecznyPoszukiwacz/take4_console/issues"
53
53
  },
54
- "homepage": "https://github.com/arcymag/take4-console#readme",
54
+ "homepage": "https://github.com/wiecznyPoszukiwacz/take4_console.git#readme",
55
55
  "scripts": {
56
56
  "build": "tsc",
57
57
  "prepublishOnly": "npm run build && npm test",