From dd436b7de796d465478cdb82c4b3287aa00e9f11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 30 Jul 2023 19:15:53 +0000 Subject: [PATCH] Version Packages --- .changeset/few-bikes-marry.md | 5 --- .changeset/nasty-zebras-hug.md | 5 --- .changeset/new-islands-talk.md | 5 --- .changeset/ninety-scissors-itch.md | 5 --- .changeset/purple-queens-speak.md | 5 --- .changeset/red-ants-grin.md | 5 --- .changeset/silver-balloons-repeat.md | 5 --- .changeset/slimy-bobcats-itch.md | 5 --- libs/autobuild/CHANGELOG.md | 6 ++++ libs/autobuild/package.json | 2 +- libs/codegen/package.json | 8 ++--- libs/colors/CHANGELOG.md | 7 ++++ libs/colors/package.json | 4 +-- libs/figma/CHANGELOG.md | 19 ++++++++++ libs/figma/package.json | 8 ++--- libs/fs/CHANGELOG.md | 7 ++++ libs/fs/package.json | 4 +-- libs/log/CHANGELOG.md | 9 +++++ libs/log/package.json | 4 +-- libs/pkg-misc/CHANGELOG.md | 8 +++++ libs/pkg-misc/package.json | 6 ++-- libs/std/CHANGELOG.md | 6 ++++ libs/std/package.json | 2 +- libs/svg/CHANGELOG.md | 12 +++++++ libs/svg/package.json | 10 +++--- libs/vfs/CHANGELOG.md | 11 ++++++ libs/vfs/package.json | 12 +++---- yarn.lock | 54 ++++++++++++++-------------- 28 files changed, 142 insertions(+), 97 deletions(-) delete mode 100644 .changeset/few-bikes-marry.md delete mode 100644 .changeset/nasty-zebras-hug.md delete mode 100644 .changeset/new-islands-talk.md delete mode 100644 .changeset/ninety-scissors-itch.md delete mode 100644 .changeset/purple-queens-speak.md delete mode 100644 .changeset/red-ants-grin.md delete mode 100644 .changeset/silver-balloons-repeat.md delete mode 100644 .changeset/slimy-bobcats-itch.md diff --git a/.changeset/few-bikes-marry.md b/.changeset/few-bikes-marry.md deleted file mode 100644 index 6b99fd8..0000000 --- a/.changeset/few-bikes-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@neodx/figma': patch ---- - -Rework documentation, add big section about docs migration diff --git a/.changeset/nasty-zebras-hug.md b/.changeset/nasty-zebras-hug.md deleted file mode 100644 index dca9541..0000000 --- a/.changeset/nasty-zebras-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@neodx/figma': patch ---- - -Reorganize Node Export API for more accurate stages composition diff --git a/.changeset/new-islands-talk.md b/.changeset/new-islands-talk.md deleted file mode 100644 index b79f0a4..0000000 --- a/.changeset/new-islands-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@neodx/autobuild': minor ---- - -Add `--flatten` option for `dist` unzipping which results in user-friendly structure diff --git a/.changeset/ninety-scissors-itch.md b/.changeset/ninety-scissors-itch.md deleted file mode 100644 index 032c7e8..0000000 --- a/.changeset/ninety-scissors-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@neodx/svg': patch ---- - -Add `resetColors: false` support diff --git a/.changeset/purple-queens-speak.md b/.changeset/purple-queens-speak.md deleted file mode 100644 index 1db0df3..0000000 --- a/.changeset/purple-queens-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@neodx/log': patch ---- - -Inline `cli-truncate` dependency to solve `cjs` imports issue diff --git a/.changeset/red-ants-grin.md b/.changeset/red-ants-grin.md deleted file mode 100644 index 37c870f..0000000 --- a/.changeset/red-ants-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@neodx/std': patch ---- - -Add `shallowEqual` diff --git a/.changeset/silver-balloons-repeat.md b/.changeset/silver-balloons-repeat.md deleted file mode 100644 index e766c8c..0000000 --- a/.changeset/silver-balloons-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@neodx/figma': minor ---- - -Make Export APIs more consistent, diff --git a/.changeset/slimy-bobcats-itch.md b/.changeset/slimy-bobcats-itch.md deleted file mode 100644 index d8bfca1..0000000 --- a/.changeset/slimy-bobcats-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@neodx/figma': minor ---- - -Introduce new Export API: Exporting published library component diff --git a/libs/autobuild/CHANGELOG.md b/libs/autobuild/CHANGELOG.md index 3d9faba..648239b 100644 --- a/libs/autobuild/CHANGELOG.md +++ b/libs/autobuild/CHANGELOG.md @@ -1,5 +1,11 @@ # @neodx/autobuild +## 0.1.0 + +### Minor Changes + +- [#114](https://github.com/secundant/neodx/pull/114) [`98044fe`](https://github.com/secundant/neodx/commit/98044fef94d8f3159db2b2d5d30292895d7e1472) Thanks [@secundant](https://github.com/secundant)! - Add `--flatten` option for `dist` unzipping which results in user-friendly structure + ## 0.0.8 ### Patch Changes diff --git a/libs/autobuild/package.json b/libs/autobuild/package.json index 4930e5f..9cdf0de 100644 --- a/libs/autobuild/package.json +++ b/libs/autobuild/package.json @@ -1,7 +1,7 @@ { "name": "@neodx/autobuild", "packageManager": "yarn@3.2.0", - "version": "0.0.8", + "version": "0.1.0", "type": "module", "bin": "bin.mjs", "files": [ diff --git a/libs/codegen/package.json b/libs/codegen/package.json index 1134404..fa89bf1 100644 --- a/libs/codegen/package.json +++ b/libs/codegen/package.json @@ -60,10 +60,10 @@ "tmp": "^0.2.1" }, "dependencies": { - "@neodx/fs": "^0.0.8", - "@neodx/pkg-misc": "^0.0.6", - "@neodx/std": "^0.1.4", - "@neodx/vfs": "^0.1.8", + "@neodx/fs": "^0.0.9", + "@neodx/pkg-misc": "^0.0.7", + "@neodx/std": "^0.1.5", + "@neodx/vfs": "^0.1.9", "ejs": "^3.1.9", "jsonc-parser": "^3.2.0", "picocolors": "^1.0.0", diff --git a/libs/colors/CHANGELOG.md b/libs/colors/CHANGELOG.md index 8116b60..e1af6ed 100644 --- a/libs/colors/CHANGELOG.md +++ b/libs/colors/CHANGELOG.md @@ -1,5 +1,12 @@ # @neodx/colors +## 0.2.5 + +### Patch Changes + +- Updated dependencies [[`98044fe`](https://github.com/secundant/neodx/commit/98044fef94d8f3159db2b2d5d30292895d7e1472)]: + - @neodx/std@0.1.5 + ## 0.2.4 ### Patch Changes diff --git a/libs/colors/package.json b/libs/colors/package.json index 33f51ef..d931ea5 100644 --- a/libs/colors/package.json +++ b/libs/colors/package.json @@ -1,6 +1,6 @@ { "name": "@neodx/colors", - "version": "0.2.4", + "version": "0.2.5", "description": "Formatting and color utils for the terminal", "type": "module", "main": "./dist/index.cjs", @@ -48,7 +48,7 @@ "@neodx/autobuild": "*" }, "dependencies": { - "@neodx/std": "^0.1.4" + "@neodx/std": "^0.1.5" }, "exports": { ".": { diff --git a/libs/figma/CHANGELOG.md b/libs/figma/CHANGELOG.md index aeedcf4..cadc0be 100644 --- a/libs/figma/CHANGELOG.md +++ b/libs/figma/CHANGELOG.md @@ -1,5 +1,24 @@ # @neodx/figma +## 0.3.0 + +### Minor Changes + +- [#114](https://github.com/secundant/neodx/pull/114) [`98044fe`](https://github.com/secundant/neodx/commit/98044fef94d8f3159db2b2d5d30292895d7e1472) Thanks [@secundant](https://github.com/secundant)! - Make Export APIs more consistent, + +- [#114](https://github.com/secundant/neodx/pull/114) [`98044fe`](https://github.com/secundant/neodx/commit/98044fef94d8f3159db2b2d5d30292895d7e1472) Thanks [@secundant](https://github.com/secundant)! - Introduce new Export API: Exporting published library component + +### Patch Changes + +- [#114](https://github.com/secundant/neodx/pull/114) [`98044fe`](https://github.com/secundant/neodx/commit/98044fef94d8f3159db2b2d5d30292895d7e1472) Thanks [@secundant](https://github.com/secundant)! - Rework documentation, add big section about docs migration + +- [#114](https://github.com/secundant/neodx/pull/114) [`98044fe`](https://github.com/secundant/neodx/commit/98044fef94d8f3159db2b2d5d30292895d7e1472) Thanks [@secundant](https://github.com/secundant)! - Reorganize Node Export API for more accurate stages composition + +- Updated dependencies [[`98044fe`](https://github.com/secundant/neodx/commit/98044fef94d8f3159db2b2d5d30292895d7e1472), [`98044fe`](https://github.com/secundant/neodx/commit/98044fef94d8f3159db2b2d5d30292895d7e1472)]: + - @neodx/log@0.2.1 + - @neodx/std@0.1.5 + - @neodx/vfs@0.1.9 + ## 0.2.3 ### Patch Changes diff --git a/libs/figma/package.json b/libs/figma/package.json index b6ae118..061a230 100644 --- a/libs/figma/package.json +++ b/libs/figma/package.json @@ -1,6 +1,6 @@ { "name": "@neodx/figma", - "version": "0.2.3", + "version": "0.3.0", "packageManager": "yarn@3.2.0", "description": "No description", "type": "module", @@ -55,9 +55,9 @@ "nuke": "rm -rf dist" }, "dependencies": { - "@neodx/log": "^0.2.0", - "@neodx/std": "^0.1.4", - "@neodx/vfs": "^0.1.8", + "@neodx/log": "^0.2.1", + "@neodx/std": "^0.1.5", + "@neodx/vfs": "^0.1.9", "colord": "2.9.3", "commander": "11.0.0", "cosmiconfig": "8.2.0", diff --git a/libs/fs/CHANGELOG.md b/libs/fs/CHANGELOG.md index ca578ef..9f5debc 100644 --- a/libs/fs/CHANGELOG.md +++ b/libs/fs/CHANGELOG.md @@ -1,5 +1,12 @@ # @neodx/fs +## 0.0.9 + +### Patch Changes + +- Updated dependencies [[`98044fe`](https://github.com/secundant/neodx/commit/98044fef94d8f3159db2b2d5d30292895d7e1472)]: + - @neodx/std@0.1.5 + ## 0.0.8 ### Patch Changes diff --git a/libs/fs/package.json b/libs/fs/package.json index b12f542..9f0eb84 100644 --- a/libs/fs/package.json +++ b/libs/fs/package.json @@ -1,6 +1,6 @@ { "name": "@neodx/fs", - "version": "0.0.8", + "version": "0.0.9", "description": "File system helpers", "type": "module", "main": "./dist/index.cjs", @@ -26,7 +26,7 @@ "tmp": "^0.2.1" }, "dependencies": { - "@neodx/std": "^0.1.4", + "@neodx/std": "^0.1.5", "jsonc-parser": "^3.2.0", "tiny-glob": "^0.2.9" }, diff --git a/libs/log/CHANGELOG.md b/libs/log/CHANGELOG.md index f2267e9..e25a827 100644 --- a/libs/log/CHANGELOG.md +++ b/libs/log/CHANGELOG.md @@ -1,5 +1,14 @@ # @neodx/log +## 0.2.1 + +### Patch Changes + +- [#114](https://github.com/secundant/neodx/pull/114) [`98044fe`](https://github.com/secundant/neodx/commit/98044fef94d8f3159db2b2d5d30292895d7e1472) Thanks [@secundant](https://github.com/secundant)! - Inline `cli-truncate` dependency to solve `cjs` imports issue + +- Updated dependencies []: + - @neodx/colors@0.2.5 + ## 0.2.0 ### Minor Changes diff --git a/libs/log/package.json b/libs/log/package.json index 1b6f0e5..2f2fd75 100644 --- a/libs/log/package.json +++ b/libs/log/package.json @@ -2,7 +2,7 @@ "name": "@neodx/log", "packageManager": "yarn@3.2.0", "description": "A lightweight universal logging framework", - "version": "0.2.0", + "version": "0.2.1", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.mjs", @@ -56,7 +56,7 @@ "lint": "eslint" }, "dependencies": { - "@neodx/colors": "^0.2.4", + "@neodx/colors": "^0.2.5", "pathe": "^1.1.1" }, "devDependencies": { diff --git a/libs/pkg-misc/CHANGELOG.md b/libs/pkg-misc/CHANGELOG.md index 924b82a..619dc0f 100644 --- a/libs/pkg-misc/CHANGELOG.md +++ b/libs/pkg-misc/CHANGELOG.md @@ -1,5 +1,13 @@ # @neodx/pkg-misc +## 0.0.7 + +### Patch Changes + +- Updated dependencies [[`98044fe`](https://github.com/secundant/neodx/commit/98044fef94d8f3159db2b2d5d30292895d7e1472)]: + - @neodx/std@0.1.5 + - @neodx/fs@0.0.9 + ## 0.0.6 ### Patch Changes diff --git a/libs/pkg-misc/package.json b/libs/pkg-misc/package.json index 54880c6..7334ae3 100644 --- a/libs/pkg-misc/package.json +++ b/libs/pkg-misc/package.json @@ -1,6 +1,6 @@ { "name": "@neodx/pkg-misc", - "version": "0.0.6", + "version": "0.0.7", "description": "Collection of utilities for common cases in package development - smart dependencies updates, simple formatting with auto-detection of prettier config, etc.", "type": "module", "main": "./dist/cjs/index.cjs", @@ -20,8 +20,8 @@ "lint": "eslint src" }, "dependencies": { - "@neodx/fs": "^0.0.8", - "@neodx/std": "^0.1.4", + "@neodx/fs": "^0.0.9", + "@neodx/std": "^0.1.5", "@types/prettier": "^2.7.3", "pathe": "^1.1.1", "semver": "^7.5.4" diff --git a/libs/std/CHANGELOG.md b/libs/std/CHANGELOG.md index 0f51a56..2dcfd05 100644 --- a/libs/std/CHANGELOG.md +++ b/libs/std/CHANGELOG.md @@ -1,5 +1,11 @@ # @neodx/std +## 0.1.5 + +### Patch Changes + +- [#114](https://github.com/secundant/neodx/pull/114) [`98044fe`](https://github.com/secundant/neodx/commit/98044fef94d8f3159db2b2d5d30292895d7e1472) Thanks [@secundant](https://github.com/secundant)! - Add `shallowEqual` + ## 0.1.4 ### Patch Changes diff --git a/libs/std/package.json b/libs/std/package.json index d8b2ce0..561b206 100644 --- a/libs/std/package.json +++ b/libs/std/package.json @@ -1,6 +1,6 @@ { "name": "@neodx/std", - "version": "0.1.4", + "version": "0.1.5", "description": "Standard language helpers", "type": "module", "main": "./dist/index.cjs", diff --git a/libs/svg/CHANGELOG.md b/libs/svg/CHANGELOG.md index d2db876..995eab7 100644 --- a/libs/svg/CHANGELOG.md +++ b/libs/svg/CHANGELOG.md @@ -1,5 +1,17 @@ # @neodx/svg +## 0.5.1 + +### Patch Changes + +- [#114](https://github.com/secundant/neodx/pull/114) [`98044fe`](https://github.com/secundant/neodx/commit/98044fef94d8f3159db2b2d5d30292895d7e1472) Thanks [@secundant](https://github.com/secundant)! - Add `resetColors: false` support + +- Updated dependencies [[`98044fe`](https://github.com/secundant/neodx/commit/98044fef94d8f3159db2b2d5d30292895d7e1472), [`98044fe`](https://github.com/secundant/neodx/commit/98044fef94d8f3159db2b2d5d30292895d7e1472)]: + - @neodx/log@0.2.1 + - @neodx/std@0.1.5 + - @neodx/fs@0.0.9 + - @neodx/vfs@0.1.9 + ## 0.5.0 ### Minor Changes diff --git a/libs/svg/package.json b/libs/svg/package.json index 3d87e7e..1d887ae 100644 --- a/libs/svg/package.json +++ b/libs/svg/package.json @@ -1,7 +1,7 @@ { "name": "@neodx/svg", "packageManager": "yarn@3.2.0", - "version": "0.5.0", + "version": "0.5.1", "description": "Supercharge your icons ⚡️", "author": { "name": "Dmitry Remezov", @@ -59,10 +59,10 @@ "lint": "eslint src" }, "dependencies": { - "@neodx/fs": "^0.0.8", - "@neodx/log": "^0.2.0", - "@neodx/std": "^0.1.4", - "@neodx/vfs": "^0.1.8", + "@neodx/fs": "^0.0.9", + "@neodx/log": "^0.2.1", + "@neodx/std": "^0.1.5", + "@neodx/vfs": "^0.1.9", "chokidar": "^3.5.3", "colord": "2.9.3", "commander": "11.0.0", diff --git a/libs/vfs/CHANGELOG.md b/libs/vfs/CHANGELOG.md index 31ac5c8..db3b438 100644 --- a/libs/vfs/CHANGELOG.md +++ b/libs/vfs/CHANGELOG.md @@ -1,5 +1,16 @@ # @neodx/vfs +## 0.1.9 + +### Patch Changes + +- Updated dependencies [[`98044fe`](https://github.com/secundant/neodx/commit/98044fef94d8f3159db2b2d5d30292895d7e1472), [`98044fe`](https://github.com/secundant/neodx/commit/98044fef94d8f3159db2b2d5d30292895d7e1472)]: + - @neodx/log@0.2.1 + - @neodx/std@0.1.5 + - @neodx/colors@0.2.5 + - @neodx/fs@0.0.9 + - @neodx/pkg-misc@0.0.7 + ## 0.1.8 ### Patch Changes diff --git a/libs/vfs/package.json b/libs/vfs/package.json index 2055cca..46c9bd9 100644 --- a/libs/vfs/package.json +++ b/libs/vfs/package.json @@ -1,6 +1,6 @@ { "name": "@neodx/vfs", - "version": "0.1.8", + "version": "0.1.9", "description": "Simple virtual file system - working dir context, lazy changes, different modes, integrations and moreover", "type": "module", "main": "./dist/cjs/index.cjs", @@ -56,11 +56,11 @@ } }, "dependencies": { - "@neodx/colors": "^0.2.4", - "@neodx/fs": "^0.0.8", - "@neodx/log": "^0.2.0", - "@neodx/pkg-misc": "^0.0.6", - "@neodx/std": "^0.1.4", + "@neodx/colors": "^0.2.5", + "@neodx/fs": "^0.0.9", + "@neodx/log": "^0.2.1", + "@neodx/pkg-misc": "^0.0.7", + "@neodx/std": "^0.1.5", "pathe": "^1.1.1", "picocolors": "^1.0.0" } diff --git a/yarn.lock b/yarn.lock index d81131b..d8327eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1736,10 +1736,10 @@ __metadata: resolution: "@neodx/codegen@workspace:libs/codegen" dependencies: "@neodx/autobuild": "*" - "@neodx/fs": ^0.0.8 - "@neodx/pkg-misc": ^0.0.6 - "@neodx/std": ^0.1.4 - "@neodx/vfs": ^0.1.8 + "@neodx/fs": ^0.0.9 + "@neodx/pkg-misc": ^0.0.7 + "@neodx/std": ^0.1.5 + "@neodx/vfs": ^0.1.9 "@types/ejs": ^3.1.2 "@types/semver": ^7.5.0 "@types/tmp": ^0.2.3 @@ -1752,12 +1752,12 @@ __metadata: languageName: unknown linkType: soft -"@neodx/colors@^0.2.4, @neodx/colors@workspace:libs/colors": +"@neodx/colors@^0.2.5, @neodx/colors@workspace:libs/colors": version: 0.0.0-use.local resolution: "@neodx/colors@workspace:libs/colors" dependencies: "@neodx/autobuild": "*" - "@neodx/std": ^0.1.4 + "@neodx/std": ^0.1.5 languageName: unknown linkType: soft @@ -1774,9 +1774,9 @@ __metadata: resolution: "@neodx/figma@workspace:libs/figma" dependencies: "@neodx/autobuild": "*" - "@neodx/log": ^0.2.0 - "@neodx/std": ^0.1.4 - "@neodx/vfs": ^0.1.8 + "@neodx/log": ^0.2.1 + "@neodx/std": ^0.1.5 + "@neodx/vfs": ^0.1.9 colord: 2.9.3 commander: 11.0.0 cosmiconfig: 8.2.0 @@ -1787,12 +1787,12 @@ __metadata: languageName: unknown linkType: soft -"@neodx/fs@*, @neodx/fs@^0.0.8, @neodx/fs@workspace:libs/fs": +"@neodx/fs@*, @neodx/fs@^0.0.9, @neodx/fs@workspace:libs/fs": version: 0.0.0-use.local resolution: "@neodx/fs@workspace:libs/fs" dependencies: "@neodx/autobuild": "*" - "@neodx/std": ^0.1.4 + "@neodx/std": ^0.1.5 "@types/tmp": ^0.2.3 jsonc-parser: ^3.2.0 tiny-glob: ^0.2.9 @@ -1800,12 +1800,12 @@ __metadata: languageName: unknown linkType: soft -"@neodx/log@*, @neodx/log@^0.2.0, @neodx/log@workspace:*, @neodx/log@workspace:libs/log": +"@neodx/log@*, @neodx/log@^0.2.1, @neodx/log@workspace:*, @neodx/log@workspace:libs/log": version: 0.0.0-use.local resolution: "@neodx/log@workspace:libs/log" dependencies: "@neodx/autobuild": "*" - "@neodx/colors": ^0.2.4 + "@neodx/colors": ^0.2.5 "@types/bunyan": ^1.8.8 "@types/express": ^4.17.17 "@types/koa": ^2.13.6 @@ -1837,13 +1837,13 @@ __metadata: languageName: unknown linkType: soft -"@neodx/pkg-misc@^0.0.6, @neodx/pkg-misc@workspace:libs/pkg-misc": +"@neodx/pkg-misc@^0.0.7, @neodx/pkg-misc@workspace:libs/pkg-misc": version: 0.0.0-use.local resolution: "@neodx/pkg-misc@workspace:libs/pkg-misc" dependencies: "@neodx/autobuild": "*" - "@neodx/fs": ^0.0.8 - "@neodx/std": ^0.1.4 + "@neodx/fs": ^0.0.9 + "@neodx/std": ^0.1.5 "@types/prettier": ^2.7.3 "@types/semver": ^7.5.0 pathe: ^1.1.1 @@ -1906,7 +1906,7 @@ __metadata: languageName: unknown linkType: soft -"@neodx/std@*, @neodx/std@^0.1.4, @neodx/std@workspace:*, @neodx/std@workspace:libs/std": +"@neodx/std@*, @neodx/std@^0.1.5, @neodx/std@workspace:*, @neodx/std@workspace:libs/std": version: 0.0.0-use.local resolution: "@neodx/std@workspace:libs/std" dependencies: @@ -1919,10 +1919,10 @@ __metadata: resolution: "@neodx/svg@workspace:libs/svg" dependencies: "@neodx/autobuild": "*" - "@neodx/fs": ^0.0.8 - "@neodx/log": ^0.2.0 - "@neodx/std": ^0.1.4 - "@neodx/vfs": ^0.1.8 + "@neodx/fs": ^0.0.9 + "@neodx/log": ^0.2.1 + "@neodx/std": ^0.1.5 + "@neodx/vfs": ^0.1.9 "@swc/helpers": ^0.5.1 "@types/react": ^18.2.15 "@types/react-dom": ^18.2.7 @@ -1944,16 +1944,16 @@ __metadata: languageName: unknown linkType: soft -"@neodx/vfs@*, @neodx/vfs@^0.1.8, @neodx/vfs@workspace:libs/vfs": +"@neodx/vfs@*, @neodx/vfs@^0.1.9, @neodx/vfs@workspace:libs/vfs": version: 0.0.0-use.local resolution: "@neodx/vfs@workspace:libs/vfs" dependencies: "@neodx/autobuild": "*" - "@neodx/colors": ^0.2.4 - "@neodx/fs": ^0.0.8 - "@neodx/log": ^0.2.0 - "@neodx/pkg-misc": ^0.0.6 - "@neodx/std": ^0.1.4 + "@neodx/colors": ^0.2.5 + "@neodx/fs": ^0.0.9 + "@neodx/log": ^0.2.1 + "@neodx/pkg-misc": ^0.0.7 + "@neodx/std": ^0.1.5 "@types/tmp": ^0.2.3 pathe: ^1.1.1 picocolors: ^1.0.0