console-toolkit 1.2.13 → 1.2.14
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 +1 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -132,6 +132,7 @@ BSD 3-Clause License
|
|
|
132
132
|
|
|
133
133
|
## Release history
|
|
134
134
|
|
|
135
|
+
- 1.2.14 _Updated dev deps._
|
|
135
136
|
- 1.2.13 _Fixed spinner .d.ts export, added TS type tests, stricter type checking, updated dev deps._
|
|
136
137
|
- 1.2.12 _Minor bug fixes, improved test coverage, documentation corrections._
|
|
137
138
|
- 1.2.11 _Improved docs for brevity and clarity, added script descriptions, added AI workflows._
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "console-toolkit",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.14",
|
|
4
4
|
"description": "Toolkit to produce a fancy console output (boxes, tables, charts, colors).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -85,12 +85,12 @@
|
|
|
85
85
|
]
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
|
-
"@types/node": "^25.
|
|
88
|
+
"@types/node": "^25.5.0",
|
|
89
89
|
"emoji-regex": "^10.6.0",
|
|
90
90
|
"get-east-asian-width": "^1.5.0",
|
|
91
91
|
"prettier": "^3.8.1",
|
|
92
|
-
"tape-six": "^1.7.
|
|
93
|
-
"tape-six-proc": "^1.2.
|
|
92
|
+
"tape-six": "^1.7.12",
|
|
93
|
+
"tape-six-proc": "^1.2.7",
|
|
94
94
|
"typescript": "^5.9.3"
|
|
95
95
|
}
|
|
96
96
|
}
|