console-toolkit 1.2.13 → 1.2.15
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/LICENSE +1 -1
- package/README.md +2 -0
- package/package.json +5 -5
package/LICENSE
CHANGED
|
@@ -7,7 +7,7 @@ The text of the BSD license is reproduced below.
|
|
|
7
7
|
The "New" BSD License:
|
|
8
8
|
**********************
|
|
9
9
|
|
|
10
|
-
Copyright (c) 2005-
|
|
10
|
+
Copyright (c) 2005-2026, Eugene Lazutkin
|
|
11
11
|
All rights reserved.
|
|
12
12
|
|
|
13
13
|
Redistribution and use in source and binary forms, with or without
|
package/README.md
CHANGED
|
@@ -132,6 +132,8 @@ BSD 3-Clause License
|
|
|
132
132
|
|
|
133
133
|
## Release history
|
|
134
134
|
|
|
135
|
+
- 1.2.15 _TypeScript 6.0 compatibility, updated dev deps, CI, license year._
|
|
136
|
+
- 1.2.14 _Updated dev deps._
|
|
135
137
|
- 1.2.13 _Fixed spinner .d.ts export, added TS type tests, stricter type checking, updated dev deps._
|
|
136
138
|
- 1.2.12 _Minor bug fixes, improved test coverage, documentation corrections._
|
|
137
139
|
- 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.15",
|
|
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.
|
|
94
|
-
"typescript": "^
|
|
92
|
+
"tape-six": "^1.7.13",
|
|
93
|
+
"tape-six-proc": "^1.2.8",
|
|
94
|
+
"typescript": "^6.0.2"
|
|
95
95
|
}
|
|
96
96
|
}
|