Skip to content

File tree

32 files changed

+255
-254
lines changed

32 files changed

+255
-254
lines changed

package-lock.json

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

src/after-each/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/after-each",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "a built-in tap extension for t.afterEach()",
55
"tshy": {
66
"main": true,
@@ -43,7 +43,7 @@
4343
"function-loop": "^4.0.0"
4444
},
4545
"peerDependencies": {
46-
"@tapjs/core": "1.3.6"
46+
"@tapjs/core": "1.3.7"
4747
},
4848
"tap": {
4949
"typecheck": false

src/after/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/after",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "a built-in tap extension for t.after() and t.teardown()",
55
"tshy": {
66
"main": true,
@@ -43,7 +43,7 @@
4343
"is-actual-promise": "^1.0.0"
4444
},
4545
"peerDependencies": {
46-
"@tapjs/core": "1.3.6"
46+
"@tapjs/core": "1.3.7"
4747
},
4848
"tap": {
4949
"typecheck": false

src/asserts/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/asserts",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "",
55
"tshy": {
66
"main": true,
@@ -40,13 +40,13 @@
4040
"author": "Isaac Z. Schlueter <[email protected]> (https://blog.izs.me)",
4141
"license": "BlueOak-1.0.0",
4242
"dependencies": {
43-
"@tapjs/stack": "1.2.4",
43+
"@tapjs/stack": "1.2.5",
4444
"is-actual-promise": "^1.0.0",
45-
"tcompare": "6.4.1",
45+
"tcompare": "6.4.2",
4646
"trivial-deferred": "^2.0.0"
4747
},
4848
"peerDependencies": {
49-
"@tapjs/core": "1.3.6"
49+
"@tapjs/core": "1.3.7"
5050
},
5151
"tap": {
5252
"coverage-map": "./map.js",

src/before-each/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/before-each",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "a built-in tap extension for t.beforeEach()",
55
"tshy": {
66
"main": true,
@@ -43,7 +43,7 @@
4343
"function-loop": "^4.0.0"
4444
},
4545
"peerDependencies": {
46-
"@tapjs/core": "1.3.6"
46+
"@tapjs/core": "1.3.7"
4747
},
4848
"tap": {
4949
"typecheck": false

src/before/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/before",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "a built-in tap extension for t.before()",
55
"tshy": {
66
"main": true,
@@ -43,7 +43,7 @@
4343
"is-actual-promise": "^1.0.0"
4444
},
4545
"peerDependencies": {
46-
"@tapjs/core": "1.3.6"
46+
"@tapjs/core": "1.3.7"
4747
},
4848
"tap": {
4949
"typecheck": false

src/clock/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/clock",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "a make believe clock for tests involving time",
55
"tshy": {
66
"main": true,
@@ -39,11 +39,11 @@
3939
},
4040
"license": "BlueOak-1.0.0",
4141
"dependencies": {
42-
"@tapjs/after": "1.1.6",
42+
"@tapjs/after": "1.1.7",
4343
"clock-mock": "^2.0.2"
4444
},
4545
"peerDependencies": {
46-
"@tapjs/core": "1.3.6"
46+
"@tapjs/core": "1.3.7"
4747
},
4848
"tap": {
4949
"typecheck": false

src/config/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/config",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "Utility loading and managing tap configuration",
55
"tshy": {
66
"main": true,
@@ -44,13 +44,13 @@
4444
"jackspeak": "^2.3.6",
4545
"polite-json": "^4.0.1",
4646
"walk-up-path": "^3.0.1",
47-
"@tapjs/core": "1.3.6",
48-
"@tapjs/test": "1.3.6",
47+
"@tapjs/core": "1.3.7",
48+
"@tapjs/test": "1.3.7",
4949
"tap-yaml": "2.2.0"
5050
},
5151
"peerDependencies": {
52-
"@tapjs/core": "1.3.6",
53-
"@tapjs/test": "1.3.6"
52+
"@tapjs/core": "1.3.7",
53+
"@tapjs/test": "1.3.7"
5454
},
5555
"tap": {
5656
"typecheck": false,

src/core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/core",
3-
"version": "1.3.6",
3+
"version": "1.3.7",
44
"description": "pluggable core of node-tap",
55
"tshy": {
66
"main": true,
@@ -52,16 +52,16 @@
5252
"license": "BlueOak-1.0.0",
5353
"dependencies": {
5454
"@tapjs/processinfo": "^3.1.4",
55-
"@tapjs/stack": "1.2.4",
56-
"@tapjs/test": "1.3.6",
55+
"@tapjs/stack": "1.2.5",
56+
"@tapjs/test": "1.3.7",
5757
"async-hook-domain": "^4.0.1",
5858
"diff": "^5.1.0",
5959
"is-actual-promise": "^1.0.0",
6060
"minipass": "^7.0.3",
6161
"signal-exit": "4.1",
6262
"tap-parser": "15.2.0",
6363
"tap-yaml": "2.2.0",
64-
"tcompare": "6.4.1",
64+
"tcompare": "6.4.2",
6565
"trivial-deferred": "^2.0.0"
6666
},
6767
"tap": {

src/create-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/create-plugin",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "Create a tap plugin with 'npm init @tapjs/plugin'",
55
"tshy": {
66
"dialects": [
@@ -33,7 +33,7 @@
3333
"author": "Isaac Z. Schlueter <[email protected]> (https://blog.izs.me)",
3434
"license": "BlueOak-1.0.0",
3535
"dependencies": {
36-
"@tapjs/core": "1.3.6",
36+
"@tapjs/core": "1.3.7",
3737
"npm-init-template": "1.1.0",
3838
"resolve-import": "^1.4.2"
3939
},

src/dummy-plugin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/dummy-plugin",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "an example plugin for use in testing tap itself",
55
"tshy": {
66
"main": true,
@@ -76,7 +76,7 @@
7676
"author": "Isaac Z. Schlueter",
7777
"license": "BlueOak-1.0.0",
7878
"peerDependencies": {
79-
"@tapjs/core": "1.3.6"
79+
"@tapjs/core": "1.3.7"
8080
},
8181
"tap": {
8282
"typecheck": false
@@ -96,7 +96,7 @@
9696
"url": "git+https://github.com/tapjs/tapjs.git"
9797
},
9898
"dependencies": {
99-
"@tapjs/reporter": "1.3.2",
99+
"@tapjs/reporter": "1.3.3",
100100
"ink": "^4.4.1",
101101
"react": "^18.2.0"
102102
}

src/esbuild-kit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/esbuild-kit",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
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,
@@ -43,7 +43,7 @@
4343
"@esbuild-kit/esm-loader": "^2.6.5"
4444
},
4545
"peerDependencies": {
46-
"@tapjs/core": "1.3.6"
46+
"@tapjs/core": "1.3.7"
4747
},
4848
"tap": {
4949
"typecheck": false

src/filter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/filter",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"description": "tap plugin providing t.only() and grep option",
55
"tshy": {
66
"main": true,
@@ -40,7 +40,7 @@
4040
"author": "Isaac Z. Schlueter <[email protected]> (https://blog.izs.me)",
4141
"license": "BlueOak-1.0.0",
4242
"peerDependencies": {
43-
"@tapjs/core": "1.3.6"
43+
"@tapjs/core": "1.3.7"
4444
},
4545
"tap": {
4646
"typecheck": false

src/fixture/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/fixture",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"description": "Tap plugin to provide t.testdir() and t.fixture()",
55
"tshy": {
66
"main": true,
@@ -44,7 +44,7 @@
4444
"rimraf": "^5.0.5"
4545
},
4646
"peerDependencies": {
47-
"@tapjs/core": "1.3.6"
47+
"@tapjs/core": "1.3.7"
4848
},
4949
"tap": {
5050
"typecheck": false,

src/intercept/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/intercept",
3-
"version": "1.2.6",
3+
"version": "1.2.7",
44
"description": "a built-in tap extension for t.intercept() and t.capture()",
55
"tshy": {
66
"main": true,
@@ -40,11 +40,11 @@
4040
"author": "Isaac Z. Schlueter",
4141
"license": "BlueOak-1.0.0",
4242
"dependencies": {
43-
"@tapjs/after": "1.1.6",
44-
"@tapjs/stack": "1.2.4"
43+
"@tapjs/after": "1.1.7",
44+
"@tapjs/stack": "1.2.5"
4545
},
4646
"peerDependencies": {
47-
"@tapjs/core": "1.3.6"
47+
"@tapjs/core": "1.3.7"
4848
},
4949
"tap": {
5050
"typecheck": false

src/mocha-globals/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/mocha-globals",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "",
55
"tshy": {
66
"main": true,
@@ -40,15 +40,15 @@
4040
"author": "Isaac Z. Schlueter <[email protected]> (https://blog.izs.me)",
4141
"license": "BlueOak-1.0.0",
4242
"dependencies": {
43-
"@tapjs/after": "1.1.6",
44-
"@tapjs/after-each": "1.1.6",
45-
"@tapjs/before": "1.1.6",
46-
"@tapjs/before-each": "1.1.6",
47-
"@tapjs/stack": "1.2.4",
43+
"@tapjs/after": "1.1.7",
44+
"@tapjs/after-each": "1.1.7",
45+
"@tapjs/before": "1.1.7",
46+
"@tapjs/before-each": "1.1.7",
47+
"@tapjs/stack": "1.2.5",
4848
"is-actual-promise": "^1.0.0"
4949
},
5050
"peerDependencies": {
51-
"@tapjs/core": "1.3.6"
51+
"@tapjs/core": "1.3.7"
5252
},
5353
"tap": {
5454
"typecheck": false

src/mock/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/mock",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "tap plugin adding t.mockRequire() and t.mockImport()",
55
"tshy": {
66
"main": true,
@@ -54,13 +54,13 @@
5454
"author": "Isaac Z. Schlueter <[email protected]> (https://blog.izs.me)",
5555
"license": "BlueOak-1.0.0",
5656
"dependencies": {
57-
"@tapjs/after": "1.1.6",
58-
"@tapjs/stack": "1.2.4",
57+
"@tapjs/after": "1.1.7",
58+
"@tapjs/stack": "1.2.5",
5959
"resolve-import": "^1.4.2",
6060
"walk-up-path": "^3.0.1"
6161
},
6262
"peerDependencies": {
63-
"@tapjs/core": "1.3.6"
63+
"@tapjs/core": "1.3.7"
6464
},
6565
"tap": {
6666
"typecheck": false,

src/nock/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/nock",
3-
"version": "3.1.6",
3+
"version": "3.1.7",
44
"description": "a nock extension for tap",
55
"tshy": {
66
"main": true,
@@ -39,12 +39,12 @@
3939
},
4040
"license": "BlueOak-1.0.0",
4141
"dependencies": {
42-
"@tapjs/snapshot": "1.2.6",
43-
"@tapjs/stack": "1.2.4",
42+
"@tapjs/snapshot": "1.2.7",
43+
"@tapjs/stack": "1.2.5",
4444
"nock": "^13.3.2"
4545
},
4646
"peerDependencies": {
47-
"@tapjs/core": "1.3.6"
47+
"@tapjs/core": "1.3.7"
4848
},
4949
"tap": {
5050
"typecheck": false

src/node-serialize/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/node-serialize",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "Stream TAP test data as a serialized node:test stream",
55
"tshy": {
66
"main": true,
@@ -41,11 +41,11 @@
4141
"license": "BlueOak-1.0.0",
4242
"dependencies": {
4343
"@tapjs/error-serdes": "1.1.0",
44-
"@tapjs/stack": "1.2.4",
44+
"@tapjs/stack": "1.2.5",
4545
"tap-parser": "15.2.0"
4646
},
4747
"peerDependencies": {
48-
"@tapjs/core": "1.3.6"
48+
"@tapjs/core": "1.3.7"
4949
},
5050
"tap": {
5151
"fail-skip": true,

0 commit comments

Comments
 (0)