tape-six-proc 1.0.0 → 1.0.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 +2 -2
package/README.md CHANGED
@@ -22,6 +22,7 @@ has the same usage as `tape6`.
22
22
 
23
23
  The most recent releases:
24
24
 
25
+ * 1.0.1 *Updated dependencies.*
25
26
  * 1.0.0 *The first official release.*
26
27
  * 0.12.1 *Updated dependencies, which included fixes for Deno.*
27
28
  * 0.12.0 *Initial release.*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tape-six-proc",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Helper for TAP the test harness for the modern JavaScript (ES6) to run tests in separate processes.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -26,6 +26,6 @@
26
26
  "homepage": "https://github.com/uhop/tape-six-proc#readme",
27
27
  "dependencies": {
28
28
  "dollar-shell": "^1.1.0",
29
- "tape-six": "^1.0.2"
29
+ "tape-six": "^1.0.3"
30
30
  }
31
31
  }