@visulima/colorize 1.4.18 → 1.4.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.
- package/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/package.json +18 -66
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,36 @@
|
|
|
1
|
+
## @visulima/colorize [1.4.20](https://github.com/visulima/visulima/compare/@visulima/colorize@1.4.19...@visulima/colorize@1.4.20) (2025-01-25)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* fixed wrong node version range in package.json ([4ae2929](https://github.com/visulima/visulima/commit/4ae292984681c71a770e4d4560432f7b7c5a141a))
|
|
6
|
+
|
|
7
|
+
### Miscellaneous Chores
|
|
8
|
+
|
|
9
|
+
* fixed typescript url ([fe65a8c](https://github.com/visulima/visulima/commit/fe65a8c0296ece7ee26474c70d065b06d4d0da89))
|
|
10
|
+
* updated all dev dependencies ([37fb298](https://github.com/visulima/visulima/commit/37fb298b2af7c63be64252024e54bb3af6ddabec))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Dependencies
|
|
14
|
+
|
|
15
|
+
* **@visulima/is-ansi-color-supported:** upgraded to 2.2.12
|
|
16
|
+
* **@visulima/path:** upgraded to 1.3.4
|
|
17
|
+
|
|
18
|
+
## @visulima/colorize [1.4.19](https://github.com/visulima/visulima/compare/@visulima/colorize@1.4.18...@visulima/colorize@1.4.19) (2025-01-22)
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **colorize:** fixed the typesVersions exports ([47d60fe](https://github.com/visulima/visulima/commit/47d60fee140168fe46830a778ed874fb7a1a34a8))
|
|
23
|
+
* fixed support for edge-light runtime ([40e9ea3](https://github.com/visulima/visulima/commit/40e9ea38d442c5aed4f8660596d4ef63c79bdf35))
|
|
24
|
+
|
|
25
|
+
### Miscellaneous Chores
|
|
26
|
+
|
|
27
|
+
* updated all dev dependencies and all dependencies in the app folder ([87f4ccb](https://github.com/visulima/visulima/commit/87f4ccbf9f7900ec5b56f3c1477bc4a0ef571bcf))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Dependencies
|
|
31
|
+
|
|
32
|
+
* **@visulima/is-ansi-color-supported:** upgraded to 2.2.11
|
|
33
|
+
|
|
1
34
|
## @visulima/colorize [1.4.18](https://github.com/visulima/visulima/compare/@visulima/colorize@1.4.17...@visulima/colorize@1.4.18) (2025-01-13)
|
|
2
35
|
|
|
3
36
|
|
package/README.md
CHANGED
|
@@ -729,7 +729,7 @@ Gradient:
|
|
|
729
729
|
The visulima colorize is open-sourced software licensed under the [MIT][license-url]
|
|
730
730
|
|
|
731
731
|
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
|
|
732
|
-
[typescript-url]: "typescript"
|
|
732
|
+
[typescript-url]: https://www.typescriptlang.org/ "TypeScript" "typescript"
|
|
733
733
|
[license-image]: https://img.shields.io/npm/l/@visulima/colorize?color=blueviolet&style=for-the-badge
|
|
734
734
|
[license-url]: LICENSE.md "license"
|
|
735
735
|
[npm-image]: https://img.shields.io/npm/v/@visulima/colorize/latest.svg?style=for-the-badge&logo=npm
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/colorize",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.20",
|
|
4
4
|
"description": "Terminal and Console string styling done right.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"256",
|
|
@@ -80,7 +80,14 @@
|
|
|
80
80
|
"type": "module",
|
|
81
81
|
"exports": {
|
|
82
82
|
".": {
|
|
83
|
-
"
|
|
83
|
+
"edge-light": {
|
|
84
|
+
"types": "./dist/index.server.d.mts",
|
|
85
|
+
"default": "./dist/index.server.mjs"
|
|
86
|
+
},
|
|
87
|
+
"browser": {
|
|
88
|
+
"types": "./dist/index.browser.d.mts",
|
|
89
|
+
"default": "./dist/index.browser.mjs"
|
|
90
|
+
},
|
|
84
91
|
"require": {
|
|
85
92
|
"types": "./dist/index.server.d.cts",
|
|
86
93
|
"default": "./dist/index.server.cjs"
|
|
@@ -133,6 +140,13 @@
|
|
|
133
140
|
"types": "dist/index.server.d.ts",
|
|
134
141
|
"typesVersions": {
|
|
135
142
|
">=5.0": {
|
|
143
|
+
".": [
|
|
144
|
+
"./dist/index.server.d.ts",
|
|
145
|
+
"./dist/index.browser.d.ts"
|
|
146
|
+
],
|
|
147
|
+
"browser": [
|
|
148
|
+
"./dist/index.browser.d.ts"
|
|
149
|
+
],
|
|
136
150
|
"template": [
|
|
137
151
|
"./dist/template.d.ts"
|
|
138
152
|
],
|
|
@@ -151,44 +165,10 @@
|
|
|
151
165
|
"LICENSE.md"
|
|
152
166
|
],
|
|
153
167
|
"dependencies": {
|
|
154
|
-
"@visulima/is-ansi-color-supported": "2.2.
|
|
155
|
-
},
|
|
156
|
-
"devDependencies": {
|
|
157
|
-
"@anolilab/eslint-config": "^15.0.3",
|
|
158
|
-
"@anolilab/prettier-config": "^5.0.14",
|
|
159
|
-
"@anolilab/semantic-release-pnpm": "^1.1.6",
|
|
160
|
-
"@anolilab/semantic-release-preset": "^9.0.3",
|
|
161
|
-
"@babel/core": "^7.26.0",
|
|
162
|
-
"@rushstack/eslint-plugin-security": "^0.8.3",
|
|
163
|
-
"@secretlint/secretlint-rule-preset-recommend": "^9.0.0",
|
|
164
|
-
"@total-typescript/ts-reset": "^0.6.1",
|
|
165
|
-
"@types/node": "18.19.15",
|
|
166
|
-
"@visulima/packem": "1.10.7",
|
|
167
|
-
"@visulima/path": "1.3.3",
|
|
168
|
-
"@vitest/coverage-v8": "^2.1.8",
|
|
169
|
-
"@vitest/ui": "^2.1.8",
|
|
170
|
-
"ansi-regex": "^6.1.0",
|
|
171
|
-
"ansi-styles": "^6.2.1",
|
|
172
|
-
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
173
|
-
"cross-env": "^7.0.3",
|
|
174
|
-
"esbuild": "0.24.2",
|
|
175
|
-
"eslint": "8.57.0",
|
|
176
|
-
"eslint-plugin-deprecation": "^3.0.0",
|
|
177
|
-
"eslint-plugin-etc": "^2.0.3",
|
|
178
|
-
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
|
|
179
|
-
"eslint-plugin-mdx": "^3.1.5",
|
|
180
|
-
"eslint-plugin-vitest": "^0.4.1",
|
|
181
|
-
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
182
|
-
"prettier": "^3.4.2",
|
|
183
|
-
"rimraf": "6.0.1",
|
|
184
|
-
"rollup": "4.30.1",
|
|
185
|
-
"secretlint": "9.0.0",
|
|
186
|
-
"semantic-release": "24.2.1",
|
|
187
|
-
"typescript": "5.7.3",
|
|
188
|
-
"vitest": "^2.1.8"
|
|
168
|
+
"@visulima/is-ansi-color-supported": "2.2.12"
|
|
189
169
|
},
|
|
190
170
|
"engines": {
|
|
191
|
-
"node": ">=18
|
|
171
|
+
"node": ">=18.0.0 <=23.x"
|
|
192
172
|
},
|
|
193
173
|
"os": [
|
|
194
174
|
"darwin",
|
|
@@ -198,33 +178,5 @@
|
|
|
198
178
|
"publishConfig": {
|
|
199
179
|
"access": "public",
|
|
200
180
|
"provenance": true
|
|
201
|
-
},
|
|
202
|
-
"anolilab": {
|
|
203
|
-
"eslint-config": {
|
|
204
|
-
"plugin": {
|
|
205
|
-
"tsdoc": false
|
|
206
|
-
},
|
|
207
|
-
"warn_on_unsupported_typescript_version": false,
|
|
208
|
-
"info_on_disabling_jsx_react_rule": false,
|
|
209
|
-
"info_on_disabling_prettier_conflict_rule": false,
|
|
210
|
-
"info_on_disabling_jsonc_sort_keys_rule": false,
|
|
211
|
-
"info_on_disabling_etc_no_deprecated": false
|
|
212
|
-
}
|
|
213
|
-
},
|
|
214
|
-
"scripts": {
|
|
215
|
-
"build": "cross-env NODE_ENV=development packem build",
|
|
216
|
-
"build:prod": "cross-env NODE_ENV=production packem build",
|
|
217
|
-
"clean": "rimraf node_modules dist .eslintcache",
|
|
218
|
-
"dev": "pnpm run build --watch",
|
|
219
|
-
"lint:eslint": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,cts,mts,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs",
|
|
220
|
-
"lint:eslint:fix": "eslint . --ext js,cjs,mjs,jsx,ts,tsx,cts,mts,json,yaml,yml,md,mdx --max-warnings=0 --config .eslintrc.cjs --fix",
|
|
221
|
-
"lint:package-json": "publint --strict",
|
|
222
|
-
"lint:prettier": "prettier --config=.prettierrc.cjs --check .",
|
|
223
|
-
"lint:prettier:fix": "prettier --config=.prettierrc.cjs --write .",
|
|
224
|
-
"lint:types": "tsc --noEmit",
|
|
225
|
-
"test": "vitest run",
|
|
226
|
-
"test:coverage": "vitest run --coverage",
|
|
227
|
-
"test:ui": "vitest --ui --coverage.enabled=true",
|
|
228
|
-
"test:watch": "vitest"
|
|
229
181
|
}
|
|
230
182
|
}
|