Skip to content

Commit c08352c

Browse files
chore: release (#241)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 01a4721 commit c08352c

7 files changed

Lines changed: 28 additions & 12 deletions

File tree

.changeset/fix-esm-dynamic-require.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

examples/executor-tools/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# executor-tools-example
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`01a4721`](https://github.com/vercel-labs/just-bash/commit/01a4721324350adea4b035b311f0b60ccdbb65ff)]:
8+
- just-bash@3.0.1
9+
- @just-bash/executor@1.0.2
10+
311
## 1.0.2
412

513
### Patch Changes

examples/executor-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "executor-tools-example",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Example of @just-bash/executor — inline tools + GraphQL/OpenAPI/MCP discovery",
55
"type": "module",
66
"scripts": {

packages/just-bash-executor/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @just-bash/executor
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`01a4721`](https://github.com/vercel-labs/just-bash/commit/01a4721324350adea4b035b311f0b60ccdbb65ff)]:
8+
- just-bash@3.0.1
9+
310
## 1.0.1
411

512
### Patch Changes

packages/just-bash-executor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@just-bash/executor",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Experimental tool-invocation companion for just-bash. Wires @executor-js/sdk into js-exec via the invokeTool hook.",
55
"repository": {
66
"type": "git",

packages/just-bash/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# just-bash
22

3+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [#238](https://github.com/vercel-labs/just-bash/pull/238) [`01a4721`](https://github.com/vercel-labs/just-bash/commit/01a4721324350adea4b035b311f0b60ccdbb65ff) Thanks [@cramforce](https://github.com/cramforce)! - Fix `Dynamic require of "tty" is not supported` crash when invoking commands that transitively load `debug` / `supports-color` (notably `file`) under ESM Node consumers and via the `just-bash` CLI binary.
8+
9+
The esbuild dynamic-require shim emitted into the ESM Node bundles had no `require` to delegate to at chunk-init under ESM, so any runtime `require("tty")` / `require("os")` from `file-type``debug` chain threw. Build banners now provide `createRequire(import.meta.url)` for `build:lib`, `build:cli`, and `build:shell`. CJS and browser bundles are unchanged.
10+
11+
Fixes [#211](https://github.com/vercel-labs/just-bash/issues/211).
12+
313
## 3.0.0
414

515
### Major Changes

packages/just-bash/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "just-bash",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A simulated bash environment with virtual filesystem",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)