Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
@tapjs/worker@1.1.18
@tapjs/typescript@1.4.0
@tapjs/tsx@1.1.19
@tapjs/test@1.4.0
tap@18.7.0
@tapjs/synonyms@1.1.18
@tapjs/stdin@1.1.18
@tapjs/spawn@1.1.18
@tapjs/snapshot@1.2.18
@tapjs/sinon@1.1.18
@tapjs/run@1.5.0
@tapjs/reporter@1.3.16
@tapjs/node-serialize@1.3.0
@tapjs/nock@3.1.18
@tapjs/mock@1.3.0
@tapjs/mocha-globals@1.1.18
@tapjs/intercept@1.2.18
@tapjs/fixture@1.2.18
@tapjs/filter@1.2.18
@tapjs/esbuild-kit@1.1.19
@tapjs/dummy-plugin@1.1.20
@tapjs/create-plugin@1.1.18
@tapjs/core@1.5.0
@tapjs/config@2.4.15
@tapjs/clock@1.1.18
@tapjs/before-each@1.1.18
@tapjs/before@1.1.18
@tapjs/asserts@1.1.18
@tapjs/after-each@1.1.18
@tapjs/after@1.1.18
  • Loading branch information
isaacs committed Jan 25, 2024
1 parent 5bb7ca8 commit 5187113
Show file tree
Hide file tree
Showing 31 changed files with 228 additions and 228 deletions.
228 changes: 114 additions & 114 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/after-each/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/after-each",
"version": "1.1.17",
"version": "1.1.18",
"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.4.6"
"@tapjs/core": "1.5.0"
},
"tap": {
"typecheck": false
Expand Down
4 changes: 2 additions & 2 deletions src/after/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/after",
"version": "1.1.17",
"version": "1.1.18",
"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.0"
},
"peerDependencies": {
"@tapjs/core": "1.4.6"
"@tapjs/core": "1.5.0"
},
"tap": {
"typecheck": false
Expand Down
4 changes: 2 additions & 2 deletions src/asserts/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/asserts",
"version": "1.1.17",
"version": "1.1.18",
"description": "",
"tshy": {
"main": true,
Expand Down Expand Up @@ -46,7 +46,7 @@
"trivial-deferred": "^2.0.0"
},
"peerDependencies": {
"@tapjs/core": "1.4.6"
"@tapjs/core": "1.5.0"
},
"tap": {
"coverage-map": "./map.js",
Expand Down
4 changes: 2 additions & 2 deletions src/before-each/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/before-each",
"version": "1.1.17",
"version": "1.1.18",
"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.4.6"
"@tapjs/core": "1.5.0"
},
"tap": {
"typecheck": false
Expand Down
4 changes: 2 additions & 2 deletions src/before/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/before",
"version": "1.1.17",
"version": "1.1.18",
"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.0"
},
"peerDependencies": {
"@tapjs/core": "1.4.6"
"@tapjs/core": "1.5.0"
},
"tap": {
"typecheck": false
Expand Down
6 changes: 3 additions & 3 deletions src/clock/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/clock",
"version": "1.1.17",
"version": "1.1.18",
"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.17",
"@tapjs/after": "1.1.18",
"clock-mock": "^2.0.2"
},
"peerDependencies": {
"@tapjs/core": "1.4.6"
"@tapjs/core": "1.5.0"
},
"tap": {
"typecheck": false
Expand Down
10 changes: 5 additions & 5 deletions src/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/config",
"version": "2.4.14",
"version": "2.4.15",
"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.4.6",
"@tapjs/test": "1.3.17",
"@tapjs/core": "1.5.0",
"@tapjs/test": "1.4.0",
"tap-yaml": "2.2.1"
},
"peerDependencies": {
"@tapjs/core": "1.4.6",
"@tapjs/test": "1.3.17"
"@tapjs/core": "1.5.0",
"@tapjs/test": "1.4.0"
},
"tap": {
"typecheck": false,
Expand Down
4 changes: 2 additions & 2 deletions src/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/core",
"version": "1.4.6",
"version": "1.5.0",
"description": "pluggable core of node-tap",
"tshy": {
"main": true,
Expand Down Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"@tapjs/processinfo": "^3.1.6",
"@tapjs/stack": "1.2.7",
"@tapjs/test": "1.3.17",
"@tapjs/test": "1.4.0",
"async-hook-domain": "^4.0.1",
"diff": "^5.1.0",
"is-actual-promise": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions src/create-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/create-plugin",
"version": "1.1.17",
"version": "1.1.18",
"description": "Create a tap plugin with 'npm init @tapjs/plugin'",
"tshy": {
"dialects": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"license": "BlueOak-1.0.0",
"dependencies": {
"@tapjs/core": "1.4.6",
"@tapjs/core": "1.5.0",
"npm-init-template": "1.1.1",
"resolve-import": "^1.4.5"
},
Expand Down
6 changes: 3 additions & 3 deletions src/dummy-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/dummy-plugin",
"version": "1.1.19",
"version": "1.1.20",
"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.4.6"
"@tapjs/core": "1.5.0"
},
"tap": {
"typecheck": false
Expand All @@ -96,7 +96,7 @@
"url": "git+https://github.com/tapjs/tapjs.git"
},
"dependencies": {
"@tapjs/reporter": "1.3.15",
"@tapjs/reporter": "1.3.16",
"ink": "^4.4.1",
"react": "^18.2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions src/esbuild-kit/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/esbuild-kit",
"version": "1.1.18",
"version": "1.1.19",
"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.4.6"
"@tapjs/core": "1.5.0"
},
"tap": {
"typecheck": false
Expand Down
4 changes: 2 additions & 2 deletions src/filter/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/filter",
"version": "1.2.17",
"version": "1.2.18",
"description": "tap plugin providing t.only() and grep option",
"tshy": {
"main": true,
Expand Down Expand Up @@ -40,7 +40,7 @@
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"license": "BlueOak-1.0.0",
"peerDependencies": {
"@tapjs/core": "1.4.6"
"@tapjs/core": "1.5.0"
},
"tap": {
"typecheck": false
Expand Down
4 changes: 2 additions & 2 deletions src/fixture/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/fixture",
"version": "1.2.17",
"version": "1.2.18",
"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.4.6"
"@tapjs/core": "1.5.0"
},
"tap": {
"typecheck": false,
Expand Down
6 changes: 3 additions & 3 deletions src/intercept/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/intercept",
"version": "1.2.17",
"version": "1.2.18",
"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.17",
"@tapjs/after": "1.1.18",
"@tapjs/stack": "1.2.7"
},
"peerDependencies": {
"@tapjs/core": "1.4.6"
"@tapjs/core": "1.5.0"
},
"tap": {
"typecheck": false
Expand Down
12 changes: 6 additions & 6 deletions src/mocha-globals/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/mocha-globals",
"version": "1.1.17",
"version": "1.1.18",
"description": "",
"tshy": {
"main": true,
Expand Down Expand Up @@ -40,15 +40,15 @@
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"license": "BlueOak-1.0.0",
"dependencies": {
"@tapjs/after": "1.1.17",
"@tapjs/after-each": "1.1.17",
"@tapjs/before": "1.1.17",
"@tapjs/before-each": "1.1.17",
"@tapjs/after": "1.1.18",
"@tapjs/after-each": "1.1.18",
"@tapjs/before": "1.1.18",
"@tapjs/before-each": "1.1.18",
"@tapjs/stack": "1.2.7",
"is-actual-promise": "^1.0.0"
},
"peerDependencies": {
"@tapjs/core": "1.4.6"
"@tapjs/core": "1.5.0"
},
"tap": {
"typecheck": false
Expand Down
6 changes: 3 additions & 3 deletions src/mock/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/mock",
"version": "1.2.15",
"version": "1.3.0",
"description": "tap plugin adding t.mockRequire() and t.mockImport()",
"tshy": {
"main": true,
Expand Down Expand Up @@ -54,13 +54,13 @@
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"license": "BlueOak-1.0.0",
"dependencies": {
"@tapjs/after": "1.1.17",
"@tapjs/after": "1.1.18",
"@tapjs/stack": "1.2.7",
"resolve-import": "^1.4.5",
"walk-up-path": "^3.0.1"
},
"peerDependencies": {
"@tapjs/core": "1.4.6"
"@tapjs/core": "1.5.0"
},
"tap": {
"typecheck": false,
Expand Down
6 changes: 3 additions & 3 deletions src/nock/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/nock",
"version": "3.1.17",
"version": "3.1.18",
"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.17",
"@tapjs/snapshot": "1.2.18",
"@tapjs/stack": "1.2.7",
"nock": "^13.3.2"
},
"peerDependencies": {
"@tapjs/core": "1.4.6"
"@tapjs/core": "1.5.0"
},
"tap": {
"typecheck": false
Expand Down
4 changes: 2 additions & 2 deletions src/node-serialize/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/node-serialize",
"version": "1.2.6",
"version": "1.3.0",
"description": "Stream TAP test data as a serialized node:test stream",
"tshy": {
"main": true,
Expand Down Expand Up @@ -45,7 +45,7 @@
"tap-parser": "15.3.1"
},
"peerDependencies": {
"@tapjs/core": "1.4.6"
"@tapjs/core": "1.5.0"
},
"tap": {
"fail-skip": true,
Expand Down
6 changes: 3 additions & 3 deletions src/reporter/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/reporter",
"version": "1.3.15",
"version": "1.3.16",
"description": "Pretty test output reporters for tap",
"tshy": {
"dialects": [
Expand Down Expand Up @@ -57,7 +57,7 @@
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"license": "BlueOak-1.0.0",
"dependencies": {
"@tapjs/config": "2.4.14",
"@tapjs/config": "2.4.15",
"@tapjs/stack": "1.2.7",
"chalk": "^5.2.0",
"ink": "^4.4.1",
Expand All @@ -72,7 +72,7 @@
"tcompare": "6.4.5"
},
"peerDependencies": {
"@tapjs/core": "1.4.6"
"@tapjs/core": "1.5.0"
},
"tap": {
"typecheck": false,
Expand Down

0 comments on commit 5187113

Please sign in to comment.