tape-six-proc 0.12.0 → 1.0.0
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.
- package/.github/FUNDING.yml +2 -0
- package/README.md +2 -0
- package/package.json +2 -2
- package/wiki/Release-notes.md +2 -0
package/README.md
CHANGED
|
@@ -22,6 +22,8 @@ has the same usage as `tape6`.
|
|
|
22
22
|
|
|
23
23
|
The most recent releases:
|
|
24
24
|
|
|
25
|
+
* 1.0.0 *The first official release.*
|
|
26
|
+
* 0.12.1 *Updated dependencies, which included fixes for Deno.*
|
|
25
27
|
* 0.12.0 *Initial release.*
|
|
26
28
|
|
|
27
29
|
For more info consult full [release notes](https://github.com/uhop/tape-six-proc/wiki/Release-notes).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tape-six-proc",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0",
|
|
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.
|
|
29
|
+
"tape-six": "^1.0.2"
|
|
30
30
|
}
|
|
31
31
|
}
|