feat(smartfs): Integrate @push.rocks/smartfs and wire SmartFileFactory.nodeFs to return a real SmartFs instance

This commit is contained in:
2025-11-29 17:42:44 +00:00
parent ff620acece
commit 055b78e5ea
6 changed files with 15 additions and 14 deletions

View File

@@ -50,15 +50,8 @@
"@push.rocks/smartstream": "^3.2.5",
"@types/js-yaml": "^4.0.9",
"glob": "^11.0.3",
"js-yaml": "^4.1.0"
},
"peerDependencies": {
"@push.rocks/smartfs": "^1.0.0"
},
"peerDependenciesMeta": {
"@push.rocks/smartfs": {
"optional": true
}
"js-yaml": "^4.1.0",
"@push.rocks/smartfs": "^1.1.0"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.6.4",