@visulima/pail 1.1.9 → 1.1.10

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 +7 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## @visulima/pail [1.1.10](https://github.com/visulima/visulima/compare/@visulima/pail@1.1.9...@visulima/pail@1.1.10) (2024-04-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **api-platform:** updated ts-japi dep ([4f4d29f](https://github.com/visulima/visulima/commit/4f4d29f5995c899926837edb1703f4ea262bba09))
7
+
1
8
  ## @visulima/pail [1.1.9](https://github.com/visulima/visulima/compare/@visulima/pail@1.1.8...@visulima/pail@1.1.9) (2024-04-17)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/pail",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "description": "Find a file or directory by walking up parent directories.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -192,8 +192,8 @@
192
192
  "@secretlint/secretlint-rule-preset-recommend": "^8.2.3",
193
193
  "@total-typescript/ts-reset": "^0.5.1",
194
194
  "@types/node": "18.18.8",
195
- "@vitest/coverage-v8": "^1.5.0",
196
- "@vitest/ui": "^1.5.0",
195
+ "@vitest/coverage-v8": "^1.5.2",
196
+ "@vitest/ui": "^1.5.2",
197
197
  "cross-env": "^7.0.3",
198
198
  "eslint": "^8.57.0",
199
199
  "eslint-plugin-deprecation": "^2.0.0",
@@ -212,7 +212,7 @@
212
212
  "terminal-size": "^4.0.0",
213
213
  "tsup": "^8.0.2",
214
214
  "typescript": "^5.4.5",
215
- "vitest": "^1.5.0",
215
+ "vitest": "^1.5.2",
216
216
  "wrap-ansi": "^9.0.0"
217
217
  },
218
218
  "peerDependencies": {