Skip to content

Commit 91ac45e

Browse files
committed
v5.3.0
- [New] Use import() on esm files in supported node versions (#547) - [Refactor] `bin/tape`: separate "preparing of files list" from "require files list" - [Refactor] avoid reassigning arguments - [Refactor] remove unused line, unneeded var initialization; add missing `new` - [Refactor] remove use of legacy `exports` - [Refactor] add names to `Test.prototype` functions - [Deps] update `object-inspect` - [Docs] correct docs for `t.teardown` (#558) - [readme] Another way to create custom reporters (#556) - [readme] remove travis badge; add actions and codecov badges - [Deps] update `glob`, `is-regex`, `object-inspect` - [meta] ensure `not-in-publish`‘s absence does not fail anything - [meta] add `safe-publish-latest`; use `prepublishOnly` script for npm 7+ - [Dev Deps] update `aud`, `eslint` - [Tests] uncaught exceptions and unhandled rejections importing files with bin/tape (#547) - [Tests] exclude examples from coverage - [actions] use `node/install` instead of `node/run`; use `codecov` action
1 parent 9d3c5b4 commit 91ac45e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tape",
3-
"version": "5.2.2",
3+
"version": "5.3.0",
44
"description": "tap-producing test harness for node and browsers",
55
"main": "index.js",
66
"exports": {

0 commit comments

Comments
 (0)