@visulima/fs
Advanced tools
Comparing version 2.3.1 to 2.3.2
@@ -0,1 +1,11 @@ | ||
## @visulima/fs [2.3.2](https://github.com/visulima/visulima/compare/@visulima/fs@2.3.1...@visulima/fs@2.3.2) (2024-12-27) | ||
### Bug Fixes | ||
* **fs:** added missing yaml to dependencies ([210b995](https://github.com/visulima/visulima/commit/210b99503da7a30ceb3aa01019ae7d3f8bed6807)) | ||
### Miscellaneous Chores | ||
* updated dev dependencies ([9de2eab](https://github.com/visulima/visulima/commit/9de2eab91e95c8b9289d12f863a5167218770650)) | ||
## @visulima/fs [2.3.1](https://github.com/visulima/visulima/compare/@visulima/fs@2.3.0...@visulima/fs@2.3.1) (2024-12-12) | ||
@@ -2,0 +12,0 @@ |
{ | ||
"name": "@visulima/fs", | ||
"version": "2.3.1", | ||
"version": "2.3.2", | ||
"description": "Human friendly file system utilities for Node.js", | ||
@@ -135,3 +135,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@visulima/path": "1.1.2" | ||
"@visulima/path": "1.1.2", | ||
"yaml": "^2.6.1" | ||
}, | ||
@@ -141,5 +142,5 @@ "devDependencies": { | ||
"@anolilab/prettier-config": "^5.0.14", | ||
"@anolilab/semantic-release-pnpm": "^1.1.5", | ||
"@anolilab/semantic-release-preset": "^9.0.2", | ||
"@arethetypeswrong/cli": "^0.17.1", | ||
"@anolilab/semantic-release-pnpm": "^1.1.6", | ||
"@anolilab/semantic-release-preset": "^9.0.3", | ||
"@arethetypeswrong/cli": "^0.17.2", | ||
"@babel/core": "^7.26.0", | ||
@@ -166,3 +167,3 @@ "@ckeditor/typedoc-plugins": "43.0.0", | ||
"prettier": "^3.4.2", | ||
"redos-detector": "^5.1.3", | ||
"redos-detector": "^6.1.1", | ||
"rimraf": "6.0.1", | ||
@@ -172,3 +173,3 @@ "safe-regex2": "^4.0.0", | ||
"tempy": "^3.1.0", | ||
"type-fest": "^4.30.0", | ||
"type-fest": "^4.31.0", | ||
"typedoc": "0.26.10", | ||
@@ -178,13 +179,4 @@ "typedoc-plugin-markdown": "4.2.9", | ||
"typescript": "5.6.3", | ||
"vitest": "^2.1.8", | ||
"yaml": "^2.6.1" | ||
"vitest": "^2.1.8" | ||
}, | ||
"peerDependencies": { | ||
"yaml": ">=2.4" | ||
}, | ||
"peerDependenciesMeta": { | ||
"yaml": { | ||
"optional": true | ||
} | ||
}, | ||
"engines": { | ||
@@ -191,0 +183,0 @@ "node": ">=18.* <=23.*" |
Sorry, the diff of this file is too big to display
244759
37
+ Addedyaml@^2.6.1