@archildata/just-bash 0.1.10 → 0.1.11

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 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @archildata/just-bash
2
2
 
3
- Archil filesystem adapter for [just-bash](https://github.com/anthropics/just-bash) - run bash commands against Archil distributed filesystems.
3
+ Archil filesystem adapter for [just-bash](https://www.npmjs.com/package/just-bash) - run bash commands against Archil distributed filesystems.
4
4
 
5
5
  Launch an interactive shell against your Archil disk:
6
6
 
@@ -130,7 +130,6 @@ new ArchilFs(client: ArchilClient, options?: { user?: UnixUser })
130
130
 
131
131
  #### Utilities
132
132
  - `resolveInodeId(path)` - Get inode ID for delegation operations
133
- - `clearCache()` - Clear path cache
134
133
 
135
134
  ## Debugging
136
135
 
@@ -146,7 +145,6 @@ DEBUG=archil:* node myapp.js
146
145
 
147
146
  ## Performance
148
147
 
149
- - **Path-to-inode caching** - Avoids repeated directory lookups
150
148
  - **Chunked reads** - Large files read in 4 MiB chunks
151
149
  - **Native protocol** - Direct Archil protocol access, no FUSE overhead
152
150
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archildata/just-bash",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "Archil filesystem adapter for just-bash",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",