@andrew_l/vue-stdout 0.2.16 → 0.2.17
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/README.md +4 -4
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# Vue Stdout Toolkit
|
|
1
|
+
# Vue Stdout Toolkit
|
|
2
2
|
|
|
3
|
-

|
|
4
|
-

|
|
5
|
-

|
|
3
|
+

|
|
4
|
+

|
|
5
|
+

|
|
6
6
|
|
|
7
7
|
A custom Vue.js renderer for outputting content directly to the terminal (stdout), combining the flexibility of Vue with the power of console-based rendering.
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@andrew_l/vue-stdout",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.17",
|
|
4
|
+
"description": "Renderer for terminal output with flexible layouts and CLI components.",
|
|
4
5
|
"license": "MIT",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"keywords": [],
|
|
@@ -47,7 +48,7 @@
|
|
|
47
48
|
"widest-line": "^5.0.0",
|
|
48
49
|
"wrap-ansi": "^9.0.0",
|
|
49
50
|
"yoga-wasm-web": "^0.3.3",
|
|
50
|
-
"@andrew_l/toolkit": "0.2.
|
|
51
|
+
"@andrew_l/toolkit": "0.2.17"
|
|
51
52
|
},
|
|
52
53
|
"scripts": {
|
|
53
54
|
"build": "tsup",
|