@visulima/pail 2.1.3 → 2.1.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## @visulima/pail [2.1.4](https://github.com/visulima/visulima/compare/@visulima/pail@2.1.3...@visulima/pail@2.1.4) (2024-08-08)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * updated dev dependencies ([da46d8e](https://github.com/visulima/visulima/commit/da46d8ef8a964c086060944172f1bd931b7bde9a))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/error:** upgraded to 4.4.0
11
+
1
12
  ## @visulima/pail [2.1.3](https://github.com/visulima/visulima/compare/@visulima/pail@2.1.2...@visulima/pail@2.1.3) (2024-08-04)
2
13
 
3
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/pail",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "Find a file or directory by walking up parent directories.",
5
5
  "keywords": [
6
6
  "ansi",
@@ -189,7 +189,7 @@
189
189
  ],
190
190
  "dependencies": {
191
191
  "@visulima/colorize": "1.4.5",
192
- "@visulima/error": "4.3.2",
192
+ "@visulima/error": "4.4.0",
193
193
  "@visulima/fmt": "1.1.6",
194
194
  "@visulima/inspector": "1.0.5",
195
195
  "safe-stable-stringify": "^2.4.3"
@@ -225,7 +225,7 @@
225
225
  "semantic-release": "24.0.0",
226
226
  "string-length": "^6.0.0",
227
227
  "terminal-size": "^4.0.0",
228
- "type-fest": "^4.23.0",
228
+ "type-fest": "^4.24.0",
229
229
  "typescript": "5.4.5",
230
230
  "vitest": "^2.0.5",
231
231
  "wrap-ansi": "^9.0.0"