@archildata/just-bash 0.1.11 → 0.1.12

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 -7
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @archildata/just-bash
2
2
 
3
- Archil filesystem adapter for [just-bash](https://www.npmjs.com/package/just-bash) - run bash commands against Archil distributed filesystems.
3
+ Archil filesystem adapter for just-bash - run bash commands against Archil distributed filesystems.
4
4
 
5
5
  Launch an interactive shell against your Archil disk:
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@archildata/just-bash",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Archil filesystem adapter for just-bash",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -46,10 +46,5 @@
46
46
  "bash",
47
47
  "ai-agents"
48
48
  ],
49
- "license": "MIT",
50
- "repository": {
51
- "type": "git",
52
- "url": "https://github.com/archil/archil-dataplane.git",
53
- "directory": "packages/archil-just-bash"
54
- }
49
+ "license": "MIT"
55
50
  }