tape-six-proc 1.3.0 → 1.3.1

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 +3 -3
package/README.md CHANGED
@@ -93,6 +93,7 @@ LLM-friendly documentation is available:
93
93
 
94
94
  The most recent releases:
95
95
 
96
+ - 1.3.1 _Updated dependencies (includes a workaround for Bun's stream bug)._
96
97
  - 1.3.0 _Implemented the terminate protocol. Updated dependencies._
97
98
  - 1.2.9 _Added `js-check`, Bun + Deno CI, tuned dependabot. Updated dependencies._
98
99
  - 1.2.8 _Fixed Bun stdout flush bug. Added GitHub Actions CI. Updated dependencies._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tape-six-proc",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Process-isolated test runner for tape-six. Runs each test file in its own subprocess. Works with Node, Deno, and Bun. Supports TypeScript without transpilation.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -57,8 +57,8 @@
57
57
  "llms-full.txt"
58
58
  ],
59
59
  "dependencies": {
60
- "dollar-shell": "^1.1.14",
61
- "tape-six": "^1.10.0"
60
+ "dollar-shell": "^1.2.1",
61
+ "tape-six": "^1.10.1"
62
62
  },
63
63
  "tape6": {
64
64
  "tests": [