@effect-vfs/memory 0.0.1 → 0.1.0

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -183,7 +183,7 @@ filesystem. It does not provide FUSE mounts, host-tree import or export, special
183
183
  files, advisory locks, descriptor duplication, crash durability, or
184
184
  copy-on-write snapshot optimization. Recursive adapter operations run as a
185
185
  sequence of core operations rather than one transaction. See the
186
- [implemented profile](https://github.com/lloydrichards/effect-virtual-fs/blob/main/.docs/context/implemented-profile.md)
186
+ [implemented profile](https://github.com/lloydrichards/effect-virtual-fs/blob/main/.okf/profiles/implemented-filesystem.md)
187
187
  for the exact behavior and exclusions.
188
188
 
189
189
  ## Compatibility
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-vfs/memory",
3
- "version": "0.0.1",
3
+ "version": "0.1.0",
4
4
  "description": "An in-memory implementation of Effect's FileSystem service.",
5
5
  "homepage": "https://github.com/lloydrichards/effect-virtual-fs#readme",
6
6
  "bugs": {
@@ -56,6 +56,6 @@
56
56
  "tsup": "8.5.1"
57
57
  },
58
58
  "dependencies": {
59
- "@effect-vfs/core": "^0.0.1"
59
+ "@effect-vfs/core": "^0.1.0"
60
60
  }
61
61
  }