Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
@tapjs/worker@1.1.8
@tapjs/typescript@1.2.8
@tapjs/test@1.3.8
tap@18.4.4
@tapjs/synonyms@1.1.8
@tapjs/stdin@1.1.8
@tapjs/spawn@1.1.8
@tapjs/snapshot@1.2.8
@tapjs/sinon@1.1.8
@tapjs/run@1.4.4
@tapjs/reporter@1.3.4
@tapjs/node-serialize@1.1.8
@tapjs/nock@3.1.8
@tapjs/mock@1.2.6
@tapjs/mocha-globals@1.1.8
@tapjs/intercept@1.2.8
@tapjs/fixture@1.2.8
@tapjs/filter@1.2.8
@tapjs/esbuild-kit@1.1.8
@tapjs/dummy-plugin@1.1.8
@tapjs/create-plugin@1.1.8
@tapjs/core@1.3.8
@tapjs/config@2.4.4
@tapjs/clock@1.1.8
@tapjs/before-each@1.1.8
@tapjs/before@1.1.8
@tapjs/asserts@1.1.8
@tapjs/after-each@1.1.8
@tapjs/after@1.1.8
  • Loading branch information
isaacs committed Oct 8, 2023
1 parent 8798de3 commit 5cfde0e
Show file tree
Hide file tree
Showing 30 changed files with 224 additions and 224 deletions.
224 changes: 112 additions & 112 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.7",
"version": "1.1.8",
"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.3.7"
"@tapjs/core": "1.3.8"
},
"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.7",
"version": "1.1.8",
"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.3.7"
"@tapjs/core": "1.3.8"
},
"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.7",
"version": "1.1.8",
"description": "",
"tshy": {
"main": true,
Expand Down Expand Up @@ -46,7 +46,7 @@
"trivial-deferred": "^2.0.0"
},
"peerDependencies": {
"@tapjs/core": "1.3.7"
"@tapjs/core": "1.3.8"
},
"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.7",
"version": "1.1.8",
"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.3.7"
"@tapjs/core": "1.3.8"
},
"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.7",
"version": "1.1.8",
"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.3.7"
"@tapjs/core": "1.3.8"
},
"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.7",
"version": "1.1.8",
"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.7",
"@tapjs/after": "1.1.8",
"clock-mock": "^2.0.2"
},
"peerDependencies": {
"@tapjs/core": "1.3.7"
"@tapjs/core": "1.3.8"
},
"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.3",
"version": "2.4.4",
"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.3.7",
"@tapjs/test": "1.3.7",
"@tapjs/core": "1.3.8",
"@tapjs/test": "1.3.8",
"tap-yaml": "2.2.0"
},
"peerDependencies": {
"@tapjs/core": "1.3.7",
"@tapjs/test": "1.3.7"
"@tapjs/core": "1.3.8",
"@tapjs/test": "1.3.8"
},
"tap": {
"typecheck": false,
Expand Down
4 changes: 2 additions & 2 deletions src/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/core",
"version": "1.3.7",
"version": "1.3.8",
"description": "pluggable core of node-tap",
"tshy": {
"main": true,
Expand Down Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"@tapjs/processinfo": "^3.1.4",
"@tapjs/stack": "1.2.5",
"@tapjs/test": "1.3.7",
"@tapjs/test": "1.3.8",
"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.7",
"version": "1.1.8",
"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.3.7",
"@tapjs/core": "1.3.8",
"npm-init-template": "1.1.0",
"resolve-import": "^1.4.4"
},
Expand Down
6 changes: 3 additions & 3 deletions src/dummy-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/dummy-plugin",
"version": "1.1.7",
"version": "1.1.8",
"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.3.7"
"@tapjs/core": "1.3.8"
},
"tap": {
"typecheck": false
Expand All @@ -96,7 +96,7 @@
"url": "git+https://github.com/tapjs/tapjs.git"
},
"dependencies": {
"@tapjs/reporter": "1.3.3",
"@tapjs/reporter": "1.3.4",
"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.7",
"version": "1.1.8",
"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 @@ -43,7 +43,7 @@
"@esbuild-kit/esm-loader": "^2.6.5"
},
"peerDependencies": {
"@tapjs/core": "1.3.7"
"@tapjs/core": "1.3.8"
},
"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.7",
"version": "1.2.8",
"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.3.7"
"@tapjs/core": "1.3.8"
},
"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.7",
"version": "1.2.8",
"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.3.7"
"@tapjs/core": "1.3.8"
},
"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.7",
"version": "1.2.8",
"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.7",
"@tapjs/after": "1.1.8",
"@tapjs/stack": "1.2.5"
},
"peerDependencies": {
"@tapjs/core": "1.3.7"
"@tapjs/core": "1.3.8"
},
"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.7",
"version": "1.1.8",
"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.7",
"@tapjs/after-each": "1.1.7",
"@tapjs/before": "1.1.7",
"@tapjs/before-each": "1.1.7",
"@tapjs/after": "1.1.8",
"@tapjs/after-each": "1.1.8",
"@tapjs/before": "1.1.8",
"@tapjs/before-each": "1.1.8",
"@tapjs/stack": "1.2.5",
"is-actual-promise": "^1.0.0"
},
"peerDependencies": {
"@tapjs/core": "1.3.7"
"@tapjs/core": "1.3.8"
},
"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.5",
"version": "1.2.6",
"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.7",
"@tapjs/after": "1.1.8",
"@tapjs/stack": "1.2.5",
"resolve-import": "^1.4.4",
"walk-up-path": "^3.0.1"
},
"peerDependencies": {
"@tapjs/core": "1.3.7"
"@tapjs/core": "1.3.8"
},
"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.7",
"version": "3.1.8",
"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.7",
"@tapjs/snapshot": "1.2.8",
"@tapjs/stack": "1.2.5",
"nock": "^13.3.2"
},
"peerDependencies": {
"@tapjs/core": "1.3.7"
"@tapjs/core": "1.3.8"
},
"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.1.7",
"version": "1.1.8",
"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.2.0"
},
"peerDependencies": {
"@tapjs/core": "1.3.7"
"@tapjs/core": "1.3.8"
},
"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.3",
"version": "1.3.4",
"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.3",
"@tapjs/config": "2.4.4",
"@tapjs/stack": "1.2.5",
"chalk": "^5.2.0",
"ink": "^4.4.1",
Expand All @@ -72,7 +72,7 @@
"tcompare": "6.4.2"
},
"peerDependencies": {
"@tapjs/core": "1.3.7"
"@tapjs/core": "1.3.8"
},
"tap": {
"typecheck": false,
Expand Down

0 comments on commit 5cfde0e

Please sign in to comment.