@heinrichb/console-toolkit 1.0.6 → 1.0.7
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/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heinrichb/console-toolkit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "A versatile TypeScript utility library for enhanced console logging, formatting, and layout management.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -17,7 +17,6 @@
|
|
|
17
17
|
"test": "bun run build && bun test src",
|
|
18
18
|
"test:coverage": "bun run build && bun test src --coverage --coverage-threshold=100",
|
|
19
19
|
"build": "bun x tsc",
|
|
20
|
-
"publish": "npm publish",
|
|
21
20
|
"format:check": "prettier --check \"src/**/*.{ts,json,md}\"",
|
|
22
21
|
"format:write": "prettier --write \"src/**/*.{ts,json,md}\"",
|
|
23
22
|
"lint": "eslint \"src/**/*.ts\"",
|