Skip to content

File tree

32 files changed

+240
-240
lines changed

32 files changed

+240
-240
lines changed

package-lock.json

Lines changed: 120 additions & 120 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/after-each/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/after-each",
3-
"version": "1.1.16",
3+
"version": "1.1.17",
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.4.5"
46+
"@tapjs/core": "1.4.6"
4747
},
4848
"tap": {
4949
"typecheck": false

src/after/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/after",
3-
"version": "1.1.16",
3+
"version": "1.1.17",
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.4.5"
46+
"@tapjs/core": "1.4.6"
4747
},
4848
"tap": {
4949
"typecheck": false

src/asserts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/asserts",
3-
"version": "1.1.16",
3+
"version": "1.1.17",
44
"description": "",
55
"tshy": {
66
"main": true,
@@ -42,11 +42,11 @@
4242
"dependencies": {
4343
"@tapjs/stack": "1.2.7",
4444
"is-actual-promise": "^1.0.0",
45-
"tcompare": "6.4.4",
45+
"tcompare": "6.4.5",
4646
"trivial-deferred": "^2.0.0"
4747
},
4848
"peerDependencies": {
49-
"@tapjs/core": "1.4.5"
49+
"@tapjs/core": "1.4.6"
5050
},
5151
"tap": {
5252
"coverage-map": "./map.js",

src/before-each/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/before-each",
3-
"version": "1.1.16",
3+
"version": "1.1.17",
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.4.5"
46+
"@tapjs/core": "1.4.6"
4747
},
4848
"tap": {
4949
"typecheck": false

src/before/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/before",
3-
"version": "1.1.16",
3+
"version": "1.1.17",
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.4.5"
46+
"@tapjs/core": "1.4.6"
4747
},
4848
"tap": {
4949
"typecheck": false

src/clock/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/clock",
3-
"version": "1.1.16",
3+
"version": "1.1.17",
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.16",
42+
"@tapjs/after": "1.1.17",
4343
"clock-mock": "^2.0.2"
4444
},
4545
"peerDependencies": {
46-
"@tapjs/core": "1.4.5"
46+
"@tapjs/core": "1.4.6"
4747
},
4848
"tap": {
4949
"typecheck": false

src/config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/config",
3-
"version": "2.4.13",
3+
"version": "2.4.14",
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.4.5",
48-
"@tapjs/test": "1.3.16",
47+
"@tapjs/core": "1.4.6",
48+
"@tapjs/test": "1.3.17",
4949
"tap-yaml": "2.2.1"
5050
},
5151
"peerDependencies": {
52-
"@tapjs/core": "1.4.5",
53-
"@tapjs/test": "1.3.16"
52+
"@tapjs/core": "1.4.6",
53+
"@tapjs/test": "1.3.17"
5454
},
5555
"tap": {
5656
"typecheck": false,

src/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/core",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"description": "pluggable core of node-tap",
55
"tshy": {
66
"main": true,
@@ -53,15 +53,15 @@
5353
"dependencies": {
5454
"@tapjs/processinfo": "^3.1.6",
5555
"@tapjs/stack": "1.2.7",
56-
"@tapjs/test": "1.3.16",
56+
"@tapjs/test": "1.3.17",
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.3.1",
6363
"tap-yaml": "2.2.1",
64-
"tcompare": "6.4.4",
64+
"tcompare": "6.4.5",
6565
"trivial-deferred": "^2.0.0"
6666
},
6767
"tap": {

src/create-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tapjs/create-plugin",
3-
"version": "1.1.16",
3+
"version": "1.1.17",
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.4.5",
36+
"@tapjs/core": "1.4.6",
3737
"npm-init-template": "1.1.1",
3838
"resolve-import": "^1.4.5"
3939
},

0 commit comments

Comments
 (0)