@visulima/pail 2.1.2 → 2.1.3

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 +9 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## @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
+
3
+
4
+ ### Dependencies
5
+
6
+ * **@visulima/colorize:** upgraded to 1.4.5
7
+ * **@visulima/error:** upgraded to 4.3.2
8
+ * **@visulima/inspector:** upgraded to 1.0.5
9
+
1
10
  ## @visulima/pail [2.1.2](https://github.com/visulima/visulima/compare/@visulima/pail@2.1.1...@visulima/pail@2.1.2) (2024-08-01)
2
11
 
3
12
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/pail",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Find a file or directory by walking up parent directories.",
5
5
  "keywords": [
6
6
  "ansi",
@@ -188,10 +188,10 @@
188
188
  "LICENSE.md"
189
189
  ],
190
190
  "dependencies": {
191
- "@visulima/colorize": "1.4.4",
192
- "@visulima/error": "4.3.1",
191
+ "@visulima/colorize": "1.4.5",
192
+ "@visulima/error": "4.3.2",
193
193
  "@visulima/fmt": "1.1.6",
194
- "@visulima/inspector": "1.0.4",
194
+ "@visulima/inspector": "1.0.5",
195
195
  "safe-stable-stringify": "^2.4.3"
196
196
  },
197
197
  "devDependencies": {