Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 36 changed files with 286 additions and 286 deletions.
286 changes: 143 additions & 143 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/after-each/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/after-each",
"version": "1.1.19",
"version": "1.1.20",
"description": "a built-in tap extension for t.afterEach()",
"tshy": {
"main": true,
Expand Down Expand Up @@ -43,7 +43,7 @@
"function-loop": "^4.0.0"
},
"peerDependencies": {
"@tapjs/core": "1.5.1"
"@tapjs/core": "1.5.2"
},
"tap": {
"typecheck": false
Expand Down
4 changes: 2 additions & 2 deletions src/after/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/after",
"version": "1.1.19",
"version": "1.1.20",
"description": "a built-in tap extension for t.after() and t.teardown()",
"tshy": {
"main": true,
Expand Down Expand Up @@ -43,7 +43,7 @@
"is-actual-promise": "^1.0.1"
},
"peerDependencies": {
"@tapjs/core": "1.5.1"
"@tapjs/core": "1.5.2"
},
"tap": {
"typecheck": false
Expand Down
8 changes: 4 additions & 4 deletions src/asserts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/asserts",
"version": "1.1.19",
"version": "1.1.20",
"description": "",
"tshy": {
"main": true,
Expand Down Expand Up @@ -40,13 +40,13 @@
"author": "Isaac Z. Schlueter <[email protected]> (https://blog.izs.me)",
"license": "BlueOak-1.0.0",
"dependencies": {
"@tapjs/stack": "1.2.7",
"@tapjs/stack": "1.2.8",
"is-actual-promise": "^1.0.1",
"tcompare": "6.4.5",
"tcompare": "6.4.6",
"trivial-deferred": "^2.0.0"
},
"peerDependencies": {
"@tapjs/core": "1.5.1"
"@tapjs/core": "1.5.2"
},
"tap": {
"coverage-map": "./map.js",
Expand Down
4 changes: 2 additions & 2 deletions src/before-each/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/before-each",
"version": "1.1.19",
"version": "1.1.20",
"description": "a built-in tap extension for t.beforeEach()",
"tshy": {
"main": true,
Expand Down Expand Up @@ -43,7 +43,7 @@
"function-loop": "^4.0.0"
},
"peerDependencies": {
"@tapjs/core": "1.5.1"
"@tapjs/core": "1.5.2"
},
"tap": {
"typecheck": false
Expand Down
4 changes: 2 additions & 2 deletions src/before/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/before",
"version": "1.1.19",
"version": "1.1.20",
"description": "a built-in tap extension for t.before()",
"tshy": {
"main": true,
Expand Down Expand Up @@ -43,7 +43,7 @@
"is-actual-promise": "^1.0.1"
},
"peerDependencies": {
"@tapjs/core": "1.5.1"
"@tapjs/core": "1.5.2"
},
"tap": {
"typecheck": false
Expand Down
6 changes: 3 additions & 3 deletions src/clock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/clock",
"version": "1.1.19",
"version": "1.1.20",
"description": "a make believe clock for tests involving time",
"tshy": {
"main": true,
Expand Down Expand Up @@ -39,11 +39,11 @@
},
"license": "BlueOak-1.0.0",
"dependencies": {
"@tapjs/after": "1.1.19",
"@tapjs/after": "1.1.20",
"clock-mock": "^2.0.2"
},
"peerDependencies": {
"@tapjs/core": "1.5.1"
"@tapjs/core": "1.5.2"
},
"tap": {
"typecheck": false
Expand Down
12 changes: 6 additions & 6 deletions src/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/config",
"version": "2.4.16",
"version": "2.4.17",
"description": "Utility loading and managing tap configuration",
"tshy": {
"main": true,
Expand Down Expand Up @@ -44,13 +44,13 @@
"jackspeak": "^2.3.6",
"polite-json": "^4.0.1",
"walk-up-path": "^3.0.1",
"@tapjs/core": "1.5.1",
"@tapjs/test": "1.4.1",
"tap-yaml": "2.2.1"
"@tapjs/core": "1.5.2",
"@tapjs/test": "1.4.2",
"tap-yaml": "2.2.2"
},
"peerDependencies": {
"@tapjs/core": "1.5.1",
"@tapjs/test": "1.4.1"
"@tapjs/core": "1.5.2",
"@tapjs/test": "1.4.2"
},
"tap": {
"typecheck": false,
Expand Down
12 changes: 6 additions & 6 deletions src/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/core",
"version": "1.5.1",
"version": "1.5.2",
"description": "pluggable core of node-tap",
"tshy": {
"main": true,
Expand Down Expand Up @@ -52,16 +52,16 @@
"license": "BlueOak-1.0.0",
"dependencies": {
"@tapjs/processinfo": "^3.1.7",
"@tapjs/stack": "1.2.7",
"@tapjs/test": "1.4.1",
"@tapjs/stack": "1.2.8",
"@tapjs/test": "1.4.2",
"async-hook-domain": "^4.0.1",
"diff": "^5.2.0",
"is-actual-promise": "^1.0.1",
"minipass": "^7.0.4",
"signal-exit": "4.1",
"tap-parser": "15.3.1",
"tap-yaml": "2.2.1",
"tcompare": "6.4.5",
"tap-parser": "15.3.2",
"tap-yaml": "2.2.2",
"tcompare": "6.4.6",
"trivial-deferred": "^2.0.0"
},
"tap": {
Expand Down
4 changes: 2 additions & 2 deletions src/create-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/create-plugin",
"version": "1.1.19",
"version": "1.1.20",
"description": "Create a tap plugin with 'npm init @tapjs/plugin'",
"tshy": {
"dialects": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"author": "Isaac Z. Schlueter <[email protected]> (https://blog.izs.me)",
"license": "BlueOak-1.0.0",
"dependencies": {
"@tapjs/core": "1.5.1",
"@tapjs/core": "1.5.2",
"npm-init-template": "1.1.1",
"resolve-import": "^1.4.5"
},
Expand Down
6 changes: 3 additions & 3 deletions src/dummy-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/dummy-plugin",
"version": "1.1.21",
"version": "1.1.22",
"description": "an example plugin for use in testing tap itself",
"tshy": {
"main": true,
Expand Down Expand Up @@ -76,7 +76,7 @@
"author": "Isaac Z. Schlueter",
"license": "BlueOak-1.0.0",
"peerDependencies": {
"@tapjs/core": "1.5.1"
"@tapjs/core": "1.5.2"
},
"tap": {
"typecheck": false
Expand All @@ -96,7 +96,7 @@
"url": "git+https://github.com/tapjs/tapjs.git"
},
"dependencies": {
"@tapjs/reporter": "1.3.17",
"@tapjs/reporter": "1.3.18",
"ink": "^4.4.1",
"react": "^18.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/error-serdes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/error-serdes",
"version": "1.2.1",
"version": "1.2.2",
"description": "Port of node's error_serdes.js to userland, plus test message streaming",
"tshy": {
"main": true,
Expand Down
4 changes: 2 additions & 2 deletions src/esbuild-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/esbuild-kit",
"version": "1.1.20",
"version": "1.1.21",
"description": "Alternative to @tapjs/typescript. Load typescript using @esbuild-kit/cjs-loader and @esbuild-kit/esm-loader instead of ts-node.",
"tshy": {
"main": true,
Expand Down Expand Up @@ -50,7 +50,7 @@
"@esbuild-kit/esm-loader": "^2.6.5"
},
"peerDependencies": {
"@tapjs/core": "1.5.1"
"@tapjs/core": "1.5.2"
},
"tap": {
"typecheck": false
Expand Down
4 changes: 2 additions & 2 deletions src/filter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/filter",
"version": "1.2.19",
"version": "1.2.20",
"description": "tap plugin providing t.only() and grep option",
"tshy": {
"main": true,
Expand Down Expand Up @@ -40,7 +40,7 @@
"author": "Isaac Z. Schlueter <[email protected]> (https://blog.izs.me)",
"license": "BlueOak-1.0.0",
"peerDependencies": {
"@tapjs/core": "1.5.1"
"@tapjs/core": "1.5.2"
},
"tap": {
"typecheck": false
Expand Down
4 changes: 2 additions & 2 deletions src/fixture/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/fixture",
"version": "1.2.19",
"version": "1.2.20",
"description": "Tap plugin to provide t.testdir() and t.fixture()",
"tshy": {
"main": true,
Expand Down Expand Up @@ -44,7 +44,7 @@
"rimraf": "^5.0.5"
},
"peerDependencies": {
"@tapjs/core": "1.5.1"
"@tapjs/core": "1.5.2"
},
"tap": {
"typecheck": false,
Expand Down
8 changes: 4 additions & 4 deletions src/intercept/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/intercept",
"version": "1.2.19",
"version": "1.2.20",
"description": "a built-in tap extension for t.intercept() and t.capture()",
"tshy": {
"main": true,
Expand Down Expand Up @@ -40,11 +40,11 @@
"author": "Isaac Z. Schlueter",
"license": "BlueOak-1.0.0",
"dependencies": {
"@tapjs/after": "1.1.19",
"@tapjs/stack": "1.2.7"
"@tapjs/after": "1.1.20",
"@tapjs/stack": "1.2.8"
},
"peerDependencies": {
"@tapjs/core": "1.5.1"
"@tapjs/core": "1.5.2"
},
"tap": {
"typecheck": false
Expand Down
14 changes: 7 additions & 7 deletions src/mocha-globals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/mocha-globals",
"version": "1.1.19",
"version": "1.1.20",
"description": "",
"tshy": {
"main": true,
Expand Down Expand Up @@ -40,15 +40,15 @@
"author": "Isaac Z. Schlueter <[email protected]> (https://blog.izs.me)",
"license": "BlueOak-1.0.0",
"dependencies": {
"@tapjs/after": "1.1.19",
"@tapjs/after-each": "1.1.19",
"@tapjs/before": "1.1.19",
"@tapjs/before-each": "1.1.19",
"@tapjs/stack": "1.2.7",
"@tapjs/after": "1.1.20",
"@tapjs/after-each": "1.1.20",
"@tapjs/before": "1.1.20",
"@tapjs/before-each": "1.1.20",
"@tapjs/stack": "1.2.8",
"is-actual-promise": "^1.0.1"
},
"peerDependencies": {
"@tapjs/core": "1.5.1"
"@tapjs/core": "1.5.2"
},
"tap": {
"typecheck": false
Expand Down
8 changes: 4 additions & 4 deletions src/mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/mock",
"version": "1.3.1",
"version": "1.3.2",
"description": "tap plugin adding t.mockRequire() and t.mockImport()",
"tshy": {
"main": true,
Expand Down Expand Up @@ -54,13 +54,13 @@
"author": "Isaac Z. Schlueter <[email protected]> (https://blog.izs.me)",
"license": "BlueOak-1.0.0",
"dependencies": {
"@tapjs/after": "1.1.19",
"@tapjs/stack": "1.2.7",
"@tapjs/after": "1.1.20",
"@tapjs/stack": "1.2.8",
"resolve-import": "^1.4.5",
"walk-up-path": "^3.0.1"
},
"peerDependencies": {
"@tapjs/core": "1.5.1"
"@tapjs/core": "1.5.2"
},
"tap": {
"typecheck": false,
Expand Down
8 changes: 4 additions & 4 deletions src/nock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tapjs/nock",
"version": "3.1.19",
"version": "3.1.20",
"description": "a nock extension for tap",
"tshy": {
"main": true,
Expand Down Expand Up @@ -39,12 +39,12 @@
},
"license": "BlueOak-1.0.0",
"dependencies": {
"@tapjs/snapshot": "1.2.19",
"@tapjs/stack": "1.2.7",
"@tapjs/snapshot": "1.2.20",
"@tapjs/stack": "1.2.8",
"nock": "^13.5.4"
},
"peerDependencies": {
"@tapjs/core": "1.5.1"
"@tapjs/core": "1.5.2"
},
"tap": {
"typecheck": false
Expand Down

0 comments on commit bf457f2

Please sign in to comment.