Skip to content

Commit

Permalink
Merge pull request #3 from konkerdotdev/memfs
Browse files Browse the repository at this point in the history
Add memfs TinyFileSystem implementation
  • Loading branch information
konker committed Jan 13, 2024
2 parents 6a14fa2 + 317719b commit 73637a8
Show file tree
Hide file tree
Showing 6 changed files with 1,573 additions and 1,073 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@konker.dev/tiny-filesystem-fp",
"version": "0.0.2",
"version": "0.0.3",
"author": "Konrad Markus <mail@konker.dev>",
"description": "A minimal filesystem abstraction for Node.js and AWS S3, based on Effect-TS",
"license": "ISC",
Expand Down Expand Up @@ -32,7 +32,8 @@
},
"peerDependencies": {
"@aws-sdk/client-s3": "^3.450.0",
"@konker.dev/aws-client-effect-s3": "^0.0.4"
"@konker.dev/aws-client-effect-s3": "^0.0.4",
"memfs": "^4.6.0"
},
"devDependencies": {
"@effect/language-service": "^0.0.21",
Expand Down

0 comments on commit 73637a8

Please sign in to comment.