@dbx-tools/shared-fs 0.6.87 → 0.6.89

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 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -44,6 +44,7 @@ await mem.writeFile("note.txt", "hi");
44
44
  | `baseFS.normalizeFileSystemRoot` | Join root segments (stringify / FNV-hash) |
45
45
  | `FileSystemRootInput` | `root` option: one or many non-null segments |
46
46
  | `MemoryFileSystem` | In-memory adapter (tests / reference) |
47
+ | `memoryFS` | The module behind it, if a subclass needs its internals |
47
48
  | `baseFS.mapFileSystemError` | Wrap backend failures into `FileSystemError` |
48
49
  | `baseFS.inferFileSystemErrorCode` | Infer a code from HTTP status / message tokens |
49
50
  | `posixPath` | POSIX root/join/normalize helpers for namespace paths |
package/package.json CHANGED
@@ -23,7 +23,7 @@
23
23
  "typescript": "^5.9.3"
24
24
  },
25
25
  "dependencies": {
26
- "@dbx-tools/shared-core": "0.6.87"
26
+ "@dbx-tools/shared-core": "0.6.89"
27
27
  },
28
28
  "main": "./lib/index.js",
29
29
  "license": "UNLICENSED",
@@ -39,7 +39,7 @@
39
39
  "./package.json": "./package.json"
40
40
  }
41
41
  },
42
- "version": "0.6.87",
42
+ "version": "0.6.89",
43
43
  "types": "./lib/index.d.ts",
44
44
  "type": "module",
45
45
  "exports": {