tape-six 1.4.4 → 1.4.5
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/README.md +1 -0
- package/bin/tape6-bun.js +1 -0
- package/bin/tape6-deno.js +1 -0
- package/bin/tape6-node.js +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -380,6 +380,7 @@ Test output can be controlled by flags. See [Supported flags](https://github.com
|
|
|
380
380
|
|
|
381
381
|
The most recent releases:
|
|
382
382
|
|
|
383
|
+
- 1.4.5 _Internal: added flags support for custom test runners._
|
|
383
384
|
- 1.4.4 _Refreshed the lock file._
|
|
384
385
|
- 1.4.3 _Updated dev dependencies + a minor bugfix._
|
|
385
386
|
- 1.4.2 _Improved documentation._
|
package/bin/tape6-bun.js
CHANGED
package/bin/tape6-deno.js
CHANGED
package/bin/tape6-node.js
CHANGED
package/index.js
CHANGED