tape-six-proc 1.2.5 → 1.2.6

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
@@ -88,6 +88,7 @@ LLM-friendly documentation is available:
88
88
 
89
89
  The most recent releases:
90
90
 
91
+ - 1.2.6 _Updated dependencies. Added AI agent rule files. Improved workflows._
91
92
  - 1.2.5 _Synchronized with `tape-six` 1.7.6+. Simplified CLI via shared config utilities. Added `--info` flag. Fixed Deno stdout flush._
92
93
  - 1.2.4 _Synchronized with `tape-six` 1.7.4. Added Min reporter support. Improved docs and npm keywords._
93
94
  - 1.2.3 _Updated dependencies, cleaned up docs, added AI-friendly links and TS info._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tape-six-proc",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
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": {
@@ -56,8 +56,8 @@
56
56
  "llms-full.txt"
57
57
  ],
58
58
  "dependencies": {
59
- "dollar-shell": "^1.1.11",
60
- "tape-six": "^1.7.8"
59
+ "dollar-shell": "^1.1.12",
60
+ "tape-six": "^1.7.11"
61
61
  },
62
62
  "tape6": {
63
63
  "tests": [