@andrew_l/vue-stdout 0.2.18 → 0.2.20

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/README.md +8 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,7 @@
1
1
  # Vue Stdout Toolkit
2
2
 
3
- ![license](https://img.shields.io/npm/l/%40andrew_l%2Fvue-stdout)
4
- ![npm version](https://img.shields.io/npm/v/%40andrew_l%2Fvue-stdout)
5
- ![npm bundle size](https://img.shields.io/bundlephobia/minzip/%40andrew_l%2Fvue-stdout)
3
+ [![npm version][npm-version-src]][npm-version-href]
4
+ ![license][license-src]
6
5
 
7
6
  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
7
 
@@ -83,3 +82,9 @@ Output
83
82
  2. **Vue Ecosystem:** Leverages Vue’s declarative and reactive system for building rich console interfaces.
84
83
  3. **Flexibility with Components:** Provides reusable components like Box, Text, and ProgressBar for structured layouts.
85
84
  4. **TypeScript Support:** Offers type definitions for better IDE support and error checking.
85
+
86
+ <!-- Badges -->
87
+
88
+ [npm-version-src]: https://img.shields.io/npm/v/@andrew_l/vue-stdout?style=flat
89
+ [npm-version-href]: https://npmjs.com/package/@andrew_l/vue-stdout
90
+ [license-src]: https://img.shields.io/npm/l/@andrew_l/vue-stdout?style=flat
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andrew_l/vue-stdout",
3
- "version": "0.2.18",
3
+ "version": "0.2.20",
4
4
  "description": "Renderer for terminal output with flexible layouts and CLI components.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -48,7 +48,7 @@
48
48
  "widest-line": "^5.0.0",
49
49
  "wrap-ansi": "^9.0.0",
50
50
  "yoga-wasm-web": "^0.3.3",
51
- "@andrew_l/toolkit": "0.2.18"
51
+ "@andrew_l/toolkit": "0.2.20"
52
52
  },
53
53
  "scripts": {
54
54
  "build": "tsup",