@visulima/ansi 1.0.10 → 1.0.11
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 +12 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## @visulima/ansi [1.0.11](https://github.com/visulima/visulima/compare/@visulima/ansi@1.0.10...@visulima/ansi@1.0.11) (2024-12-31)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* updated dev dependencies ([9de2eab](https://github.com/visulima/visulima/commit/9de2eab91e95c8b9289d12f863a5167218770650))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@visulima/colorize:** upgraded to 1.4.14
|
|
11
|
+
* **@visulima/path:** upgraded to 1.2.0
|
|
12
|
+
|
|
1
13
|
## @visulima/ansi [1.0.10](https://github.com/visulima/visulima/compare/@visulima/ansi@1.0.9...@visulima/ansi@1.0.10) (2024-12-12)
|
|
2
14
|
|
|
3
15
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/ansi",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"description": "ANSI escape codes for some terminal swag.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"alternative-screen",
|
|
@@ -201,16 +201,16 @@
|
|
|
201
201
|
"@anolilab/eslint-config": "^15.0.3",
|
|
202
202
|
"@anolilab/prettier-config": "^5.0.14",
|
|
203
203
|
"@anolilab/semantic-release-pnpm": "1.1.3",
|
|
204
|
-
"@anolilab/semantic-release-preset": "^9.0.
|
|
205
|
-
"@arethetypeswrong/cli": "^0.17.
|
|
204
|
+
"@anolilab/semantic-release-preset": "^9.0.3",
|
|
205
|
+
"@arethetypeswrong/cli": "^0.17.2",
|
|
206
206
|
"@babel/core": "^7.26.0",
|
|
207
207
|
"@rushstack/eslint-plugin-security": "^0.8.3",
|
|
208
208
|
"@secretlint/secretlint-rule-preset-recommend": "^9.0.0",
|
|
209
209
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
210
210
|
"@types/node": "20.14.6",
|
|
211
|
-
"@visulima/colorize": "1.4.
|
|
211
|
+
"@visulima/colorize": "1.4.14",
|
|
212
212
|
"@visulima/packem": "1.9.2",
|
|
213
|
-
"@visulima/path": "1.
|
|
213
|
+
"@visulima/path": "1.2.0",
|
|
214
214
|
"@vitest/coverage-v8": "^2.1.8",
|
|
215
215
|
"@vitest/ui": "^2.1.8",
|
|
216
216
|
"ansi-regex": "^6.1.0",
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
"rimraf": "5.0.9",
|
|
230
230
|
"secretlint": "8.2.4",
|
|
231
231
|
"semantic-release": "^24.2.0",
|
|
232
|
-
"type-fest": "^4.
|
|
232
|
+
"type-fest": "^4.31.0",
|
|
233
233
|
"typescript": "5.4.5",
|
|
234
234
|
"vitest": "^2.1.8"
|
|
235
235
|
},
|