Skip to content

Commit 788d93a

Browse files
committedNov 13, 2023
update versions
tap@18.5.8 @tapjs/run@1.4.15 @tapjs/reporter@1.3.14 @tapjs/esbuild-kit@1.1.17 @tapjs/dummy-plugin@1.1.18 @tapjs/config@2.4.13
1 parent 1a6ab31 commit 788d93a

File tree

7 files changed

+22
-22
lines changed

7 files changed

+22
-22
lines changed
 

‎package-lock.json

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/config",
3-
"version": "2.4.12",
3+
"version": "2.4.13",
44
"description": "Utility loading and managing tap configuration",
55
"tshy": {
66
"main": true,

‎src/dummy-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/dummy-plugin",
3-
"version": "1.1.17",
3+
"version": "1.1.18",
44
"description": "an example plugin for use in testing tap itself",
55
"tshy": {
66
"main": true,
@@ -96,7 +96,7 @@
9696
"url": "git+https://github.com/tapjs/tapjs.git"
9797
},
9898
"dependencies": {
99-
"@tapjs/reporter": "1.3.13",
99+
"@tapjs/reporter": "1.3.14",
100100
"ink": "^4.4.1",
101101
"react": "^18.2.0"
102102
}

‎src/esbuild-kit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/esbuild-kit",
3-
"version": "1.1.16",
3+
"version": "1.1.17",
44
"description": "Alternative to @tapjs/typescript. Load typescript using @esbuild-kit/cjs-loader and @esbuild-kit/esm-loader instead of ts-node.",
55
"tshy": {
66
"main": true,

‎src/reporter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/reporter",
3-
"version": "1.3.13",
3+
"version": "1.3.14",
44
"description": "Pretty test output reporters for tap",
55
"tshy": {
66
"dialects": [
@@ -57,7 +57,7 @@
5757
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
5858
"license": "BlueOak-1.0.0",
5959
"dependencies": {
60-
"@tapjs/config": "2.4.12",
60+
"@tapjs/config": "2.4.13",
6161
"@tapjs/stack": "1.2.7",
6262
"chalk": "^5.2.0",
6363
"ink": "^4.4.1",

‎src/run/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/run",
3-
"version": "1.4.14",
3+
"version": "1.4.15",
44
"description": "Command-line interface for the node-tap runner",
55
"tshy": {
66
"dialects": [
@@ -41,9 +41,9 @@
4141
"dependencies": {
4242
"@tapjs/after": "1.1.16",
4343
"@tapjs/before": "1.1.16",
44-
"@tapjs/config": "2.4.12",
44+
"@tapjs/config": "2.4.13",
4545
"@tapjs/processinfo": "^3.1.6",
46-
"@tapjs/reporter": "1.3.13",
46+
"@tapjs/reporter": "1.3.14",
4747
"@tapjs/spawn": "1.1.16",
4848
"@tapjs/stdin": "1.1.16",
4949
"@tapjs/test": "1.3.16",

‎src/tap/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tap",
3-
"version": "18.5.7",
3+
"version": "18.5.8",
44
"description": "A Test-Anything-Protocol library for JavaScript",
55
"tshy": {
66
"main": true,
@@ -54,7 +54,7 @@
5454
"@tapjs/intercept": "1.2.16",
5555
"@tapjs/mock": "1.2.14",
5656
"@tapjs/node-serialize": "1.2.5",
57-
"@tapjs/run": "1.4.14",
57+
"@tapjs/run": "1.4.15",
5858
"@tapjs/snapshot": "1.2.16",
5959
"@tapjs/spawn": "1.1.16",
6060
"@tapjs/stdin": "1.1.16",

0 commit comments

Comments
 (0)