Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
tap@18.0.3
@tapjs/run@1.0.3
@tapjs/mock@1.0.3
  • Loading branch information
isaacs committed Sep 17, 2023
1 parent a685b06 commit 0e2f68b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/mock",
"version": "1.0.2",
"version": "1.0.3",
"description": "tap plugin adding t.mockRequire() and t.mockImport()",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/run/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/run",
"version": "1.0.2",
"version": "1.0.3",
"description": "Command-line interface for the node-tap runner",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions src/tap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tap",
"version": "18.0.2",
"version": "18.0.3",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"description": "A Test-Anything-Protocol library for JavaScript",
"homepage": "http://www.node-tap.org/",
Expand Down Expand Up @@ -43,8 +43,8 @@
"@tapjs/filter": "1.0.2",
"@tapjs/fixture": "1.0.2",
"@tapjs/intercept": "1.0.2",
"@tapjs/mock": "1.0.2",
"@tapjs/run": "1.0.2",
"@tapjs/mock": "1.0.3",
"@tapjs/run": "1.0.3",
"@tapjs/snapshot": "1.0.2",
"@tapjs/spawn": "1.0.2",
"@tapjs/stdin": "1.0.2",
Expand Down

0 comments on commit 0e2f68b

Please sign in to comment.