@visulima/is-ansi-color-supported 2.2.7 → 2.2.8
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
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## @visulima/is-ansi-color-supported [2.2.8](https://github.com/visulima/visulima/compare/@visulima/is-ansi-color-supported@2.2.7...@visulima/is-ansi-color-supported@2.2.8) (2024-10-05)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* updated dev dependencies, updated packem to v1.0.7, fixed naming of some lint config files ([c071a9c](https://github.com/visulima/visulima/commit/c071a9c8e129014a962ff654a16f302ca18a5c67))
|
|
6
|
+
|
|
1
7
|
## @visulima/is-ansi-color-supported [2.2.7](https://github.com/visulima/visulima/compare/@visulima/is-ansi-color-supported@2.2.6...@visulima/is-ansi-color-supported@2.2.7) (2024-09-24)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var i=Object.defineProperty;var o=(r,e)=>i(r,"name",{value:e,configurable:!0});import{SPACE_TRUE_COLORS as a,SPACE_16_COLORS as t,SPACE_MONO as u}from"./packem_shared/SPACE_MONO-BEQbKWNs.mjs";import{SPACE_256_COLORS as v}from"./packem_shared/SPACE_MONO-BEQbKWNs.mjs";var s=Object.defineProperty,p=o((r,e)=>s(r,"name",{value:e,configurable:!0}),"e");const n=p(()=>(()=>{if(typeof navigator<"u"){if(navigator.userAgentData&&navigator.userAgentData.brands.find(({b:r})=>r==="Chromium")?.version>93)return a;if(/\b(Chrome|Chromium)\//.test(navigator.userAgent))return t}return(process.env.NEXT_RUNTIME??"").includes("edge")?t:u})(),"isColorSupported"),d=n,f=n;export{t as SPACE_16_COLORS,v as SPACE_256_COLORS,u as SPACE_MONO,a as SPACE_TRUE_COLORS,f as isStderrColorSupported,d as isStdoutColorSupported};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/is-ansi-color-supported",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.8",
|
|
4
4
|
"description": "Detect whether a terminal or browser supports ansi colors.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -95,13 +95,13 @@
|
|
|
95
95
|
"@anolilab/semantic-release-pnpm": "^1.1.3",
|
|
96
96
|
"@anolilab/semantic-release-preset": "^9.0.0",
|
|
97
97
|
"@arethetypeswrong/cli": "^0.16.4",
|
|
98
|
-
"@babel/core": "^7.25.
|
|
98
|
+
"@babel/core": "^7.25.7",
|
|
99
99
|
"@rushstack/eslint-plugin-security": "^0.8.3",
|
|
100
|
-
"@secretlint/secretlint-rule-preset-recommend": "^8.
|
|
100
|
+
"@secretlint/secretlint-rule-preset-recommend": "^8.3.0",
|
|
101
101
|
"@types/node": "18.19.15",
|
|
102
|
-
"@visulima/packem": "1.0.
|
|
103
|
-
"@vitest/coverage-v8": "^2.1.
|
|
104
|
-
"@vitest/ui": "^2.1.
|
|
102
|
+
"@visulima/packem": "1.0.7",
|
|
103
|
+
"@vitest/coverage-v8": "^2.1.2",
|
|
104
|
+
"@vitest/ui": "^2.1.2",
|
|
105
105
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
106
106
|
"cross-env": "^7.0.3",
|
|
107
107
|
"esbuild": "0.24.0",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"secretlint": "8.2.4",
|
|
118
118
|
"semantic-release": "24.0.0",
|
|
119
119
|
"typescript": "5.4.5",
|
|
120
|
-
"vitest": "^2.1.
|
|
120
|
+
"vitest": "^2.1.2"
|
|
121
121
|
},
|
|
122
122
|
"engines": {
|
|
123
123
|
"node": ">=18.* <=22.*"
|