console-toolkit 1.2.14 → 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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -0
  3. package/package.json +4 -4
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-2024, Eugene Lazutkin
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,7 @@ 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._
135
136
  - 1.2.14 _Updated dev deps._
136
137
  - 1.2.13 _Fixed spinner .d.ts export, added TS type tests, stricter type checking, updated dev deps._
137
138
  - 1.2.12 _Minor bug fixes, improved test coverage, documentation corrections._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "console-toolkit",
3
- "version": "1.2.14",
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",
@@ -89,8 +89,8 @@
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.12",
93
- "tape-six-proc": "^1.2.7",
94
- "typescript": "^5.9.3"
92
+ "tape-six": "^1.7.13",
93
+ "tape-six-proc": "^1.2.8",
94
+ "typescript": "^6.0.2"
95
95
  }
96
96
  }