@visulima/colorize 1.4.18 → 1.4.19
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 +16 -0
- package/package.json +17 -65
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## @visulima/colorize [1.4.19](https://github.com/visulima/visulima/compare/@visulima/colorize@1.4.18...@visulima/colorize@1.4.19) (2025-01-22)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **colorize:** fixed the typesVersions exports ([47d60fe](https://github.com/visulima/visulima/commit/47d60fee140168fe46830a778ed874fb7a1a34a8))
|
|
6
|
+
* fixed support for edge-light runtime ([40e9ea3](https://github.com/visulima/visulima/commit/40e9ea38d442c5aed4f8660596d4ef63c79bdf35))
|
|
7
|
+
|
|
8
|
+
### Miscellaneous Chores
|
|
9
|
+
|
|
10
|
+
* updated all dev dependencies and all dependencies in the app folder ([87f4ccb](https://github.com/visulima/visulima/commit/87f4ccbf9f7900ec5b56f3c1477bc4a0ef571bcf))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Dependencies
|
|
14
|
+
|
|
15
|
+
* **@visulima/is-ansi-color-supported:** upgraded to 2.2.11
|
|
16
|
+
|
|
1
17
|
## @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
18
|
|
|
3
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/colorize",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.19",
|
|
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,41 +165,7 @@
|
|
|
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.11"
|
|
189
169
|
},
|
|
190
170
|
"engines": {
|
|
191
171
|
"node": ">=18.* <=23.*"
|
|
@@ -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
|
}
|