@poe-platform/safe-bash 0.1.109 → 0.1.111

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 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -75,8 +75,7 @@ adapters from `@poe-platform/safe-fs/core`; matching scoped packages share files
75
75
  and error identity. Legacy `poe-code` imports use a separate runtime; see the
76
76
  [filesystem migration boundary](../safe-fs/README.md#entry-points-and-shared-identity).
77
77
  The core's portable `posixPath` exposes `basename`, `dirname`, `extname`, `join`,
78
- and `isAbsolute`. Node-only adapters and command packs are not included;
79
- `[[ … =~ … ]]` explicitly returns status 2. Use the Node entry for regex-worker
78
+ and `isAbsolute`. Node-only adapters and command packs are not included. Use the Node entry for regex-worker
80
79
  commands such as `grep`, `sed`, and `rg`.
81
80
 
82
81
  ## Supported features and commands
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poe-platform/safe-bash",
3
- "version": "0.1.109",
3
+ "version": "0.1.111",
4
4
  "description": "Extensible virtual shell with pluggable filesystems and streaming commands",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -137,7 +137,7 @@
137
137
  "access": "public"
138
138
  },
139
139
  "dependencies": {
140
- "@poe-platform/safe-fs": "0.1.109",
140
+ "@poe-platform/safe-fs": "0.1.111",
141
141
  "@types/node": "^25.2.2"
142
142
  }
143
143
  }