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 +5 -0
- package/README.md +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
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/
|
|
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.
|
|
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/
|
|
49
|
+
"url": "git+https://github.com/wiecznyPoszukiwacz/take4_console.git"
|
|
50
50
|
},
|
|
51
51
|
"bugs": {
|
|
52
|
-
"url": "https://github.com/
|
|
52
|
+
"url": "https://github.com/wiecznyPoszukiwacz/take4_console/issues"
|
|
53
53
|
},
|
|
54
|
-
"homepage": "https://github.com/
|
|
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",
|