@visulima/pail 2.1.12 → 2.1.13
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 +13 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## @visulima/pail [2.1.13](https://github.com/visulima/visulima/compare/@visulima/pail@2.1.12...@visulima/pail@2.1.13) (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/error:** upgraded to 4.4.9
|
|
12
|
+
* **@visulima/inspector:** upgraded to 1.0.14
|
|
13
|
+
|
|
1
14
|
## @visulima/pail [2.1.12](https://github.com/visulima/visulima/compare/@visulima/pail@2.1.11...@visulima/pail@2.1.12) (2024-12-12)
|
|
2
15
|
|
|
3
16
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/pail",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.13",
|
|
4
4
|
"description": "Find a file or directory by walking up parent directories.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ansi",
|
|
@@ -225,18 +225,18 @@
|
|
|
225
225
|
"LICENSE.md"
|
|
226
226
|
],
|
|
227
227
|
"dependencies": {
|
|
228
|
-
"@visulima/colorize": "1.4.
|
|
229
|
-
"@visulima/error": "4.4.
|
|
228
|
+
"@visulima/colorize": "1.4.14",
|
|
229
|
+
"@visulima/error": "4.4.9",
|
|
230
230
|
"@visulima/fmt": "1.1.12",
|
|
231
|
-
"@visulima/inspector": "1.0.
|
|
231
|
+
"@visulima/inspector": "1.0.14",
|
|
232
232
|
"safe-stable-stringify": "^2.5.0"
|
|
233
233
|
},
|
|
234
234
|
"devDependencies": {
|
|
235
235
|
"@anolilab/eslint-config": "^15.0.3",
|
|
236
236
|
"@anolilab/prettier-config": "^5.0.14",
|
|
237
|
-
"@anolilab/semantic-release-pnpm": "^1.1.
|
|
238
|
-
"@anolilab/semantic-release-preset": "^9.0.
|
|
239
|
-
"@arethetypeswrong/cli": "^0.17.
|
|
237
|
+
"@anolilab/semantic-release-pnpm": "^1.1.6",
|
|
238
|
+
"@anolilab/semantic-release-preset": "^9.0.3",
|
|
239
|
+
"@arethetypeswrong/cli": "^0.17.2",
|
|
240
240
|
"@babel/core": "^7.26.0",
|
|
241
241
|
"@rushstack/eslint-plugin-security": "^0.8.3",
|
|
242
242
|
"@secretlint/secretlint-rule-preset-recommend": "^9.0.0",
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
"semantic-release": "24.0.0",
|
|
264
264
|
"string-length": "^6.0.0",
|
|
265
265
|
"terminal-size": "^4.0.0",
|
|
266
|
-
"type-fest": "^4.
|
|
266
|
+
"type-fest": "^4.31.0",
|
|
267
267
|
"typescript": "5.4.5",
|
|
268
268
|
"vitest": "^2.1.8",
|
|
269
269
|
"wrap-ansi": "^9.0.0"
|