Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
tap-yaml@2.2.1
@tapjs/worker@1.1.14
@tapjs/typescript@1.3.3
@tapjs/test@1.3.14
tcompare@6.4.4
tap@18.5.4
@tapjs/synonyms@1.1.14
@tapjs/stdin@1.1.14
@tapjs/stack@1.2.7
@tapjs/spawn@1.1.14
@tapjs/snapshot@1.2.14
@tapjs/sinon@1.1.14
@tapjs/run@1.4.11
@tapjs/reporter@1.3.11
tap-parser@15.3.1
npm-init-template@1.1.1
@tapjs/node-serialize@1.2.3
@tapjs/nock@3.1.14
@tapjs/mock@1.2.12
@tapjs/mocha-globals@1.1.14
@tapjs/intercept@1.2.14
@tapjs/fixture@1.2.14
@tapjs/filter@1.2.14
@tapjs/esbuild-kit@1.1.14
@tapjs/error-serdes@1.2.1
@tapjs/dummy-plugin@1.1.15
@tapjs/docs@1.2.2
@tapjs/create-plugin@1.1.14
@tapjs/core@1.4.3
@tapjs/config@2.4.10
@tapjs/clock@1.1.14
@tapjs/before-each@1.1.14
@tapjs/before@1.1.14
@tapjs/asserts@1.1.14
@tapjs/after-each@1.1.14
@tapjs/after@1.1.14
  • Loading branch information
isaacs committed Oct 31, 2023
1 parent 00eabdc commit 08387d9
Show file tree
Hide file tree
Showing 37 changed files with 288 additions and 288 deletions.
288 changes: 144 additions & 144 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.13",
"version": "1.1.14",
"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.2"
"@tapjs/core": "1.4.3"
},
"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.13",
"version": "1.1.14",
"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.2"
"@tapjs/core": "1.4.3"
},
"tap": {
"typecheck": false
Expand Down
8 changes: 4 additions & 4 deletions src/asserts/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/asserts",
"version": "1.1.13",
"version": "1.1.14",
"description": "",
"tshy": {
"main": true,
Expand Down Expand Up @@ -40,13 +40,13 @@
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"license": "BlueOak-1.0.0",
"dependencies": {
"@tapjs/stack": "1.2.6",
"@tapjs/stack": "1.2.7",
"is-actual-promise": "^1.0.0",
"tcompare": "6.4.3",
"tcompare": "6.4.4",
"trivial-deferred": "^2.0.0"
},
"peerDependencies": {
"@tapjs/core": "1.4.2"
"@tapjs/core": "1.4.3"
},
"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.13",
"version": "1.1.14",
"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.2"
"@tapjs/core": "1.4.3"
},
"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.13",
"version": "1.1.14",
"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.2"
"@tapjs/core": "1.4.3"
},
"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.13",
"version": "1.1.14",
"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.13",
"@tapjs/after": "1.1.14",
"clock-mock": "^2.0.2"
},
"peerDependencies": {
"@tapjs/core": "1.4.2"
"@tapjs/core": "1.4.3"
},
"tap": {
"typecheck": false
Expand Down
12 changes: 6 additions & 6 deletions src/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/config",
"version": "2.4.9",
"version": "2.4.10",
"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.2",
"@tapjs/test": "1.3.13",
"tap-yaml": "2.2.0"
"@tapjs/core": "1.4.3",
"@tapjs/test": "1.3.14",
"tap-yaml": "2.2.1"
},
"peerDependencies": {
"@tapjs/core": "1.4.2",
"@tapjs/test": "1.3.13"
"@tapjs/core": "1.4.3",
"@tapjs/test": "1.3.14"
},
"tap": {
"typecheck": false,
Expand Down
12 changes: 6 additions & 6 deletions src/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/core",
"version": "1.4.2",
"version": "1.4.3",
"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.5",
"@tapjs/stack": "1.2.6",
"@tapjs/test": "1.3.13",
"@tapjs/stack": "1.2.7",
"@tapjs/test": "1.3.14",
"async-hook-domain": "^4.0.1",
"diff": "^5.1.0",
"is-actual-promise": "^1.0.0",
"minipass": "^7.0.3",
"signal-exit": "4.1",
"tap-parser": "15.3.0",
"tap-yaml": "2.2.0",
"tcompare": "6.4.3",
"tap-parser": "15.3.1",
"tap-yaml": "2.2.1",
"tcompare": "6.4.4",
"trivial-deferred": "^2.0.0"
},
"tap": {
Expand Down
6 changes: 3 additions & 3 deletions src/create-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/create-plugin",
"version": "1.1.13",
"version": "1.1.14",
"description": "Create a tap plugin with 'npm init @tapjs/plugin'",
"tshy": {
"dialects": [
Expand Down Expand Up @@ -33,8 +33,8 @@
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"license": "BlueOak-1.0.0",
"dependencies": {
"@tapjs/core": "1.4.2",
"npm-init-template": "1.1.0",
"@tapjs/core": "1.4.3",
"npm-init-template": "1.1.1",
"resolve-import": "^1.4.5"
},
"tap": {
Expand Down
2 changes: 1 addition & 1 deletion src/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/docs",
"version": "1.2.1",
"version": "1.2.2",
"description": "The content for https://node-tap.org",
"type": "commonjs",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions src/dummy-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/dummy-plugin",
"version": "1.1.14",
"version": "1.1.15",
"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.2"
"@tapjs/core": "1.4.3"
},
"tap": {
"typecheck": false
Expand All @@ -96,7 +96,7 @@
"url": "git+https://github.com/tapjs/tapjs.git"
},
"dependencies": {
"@tapjs/reporter": "1.3.10",
"@tapjs/reporter": "1.3.11",
"ink": "^4.4.1",
"react": "^18.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion src/error-serdes/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/error-serdes",
"version": "1.2.0",
"version": "1.2.1",
"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
@@ -1,6 +1,6 @@
{
"name": "@tapjs/esbuild-kit",
"version": "1.1.13",
"version": "1.1.14",
"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.4.2"
"@tapjs/core": "1.4.3"
},
"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.13",
"version": "1.2.14",
"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.2"
"@tapjs/core": "1.4.3"
},
"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.13",
"version": "1.2.14",
"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.2"
"@tapjs/core": "1.4.3"
},
"tap": {
"typecheck": false,
Expand Down
8 changes: 4 additions & 4 deletions src/intercept/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/intercept",
"version": "1.2.13",
"version": "1.2.14",
"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.13",
"@tapjs/stack": "1.2.6"
"@tapjs/after": "1.1.14",
"@tapjs/stack": "1.2.7"
},
"peerDependencies": {
"@tapjs/core": "1.4.2"
"@tapjs/core": "1.4.3"
},
"tap": {
"typecheck": false
Expand Down
14 changes: 7 additions & 7 deletions src/mocha-globals/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/mocha-globals",
"version": "1.1.13",
"version": "1.1.14",
"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.13",
"@tapjs/after-each": "1.1.13",
"@tapjs/before": "1.1.13",
"@tapjs/before-each": "1.1.13",
"@tapjs/stack": "1.2.6",
"@tapjs/after": "1.1.14",
"@tapjs/after-each": "1.1.14",
"@tapjs/before": "1.1.14",
"@tapjs/before-each": "1.1.14",
"@tapjs/stack": "1.2.7",
"is-actual-promise": "^1.0.0"
},
"peerDependencies": {
"@tapjs/core": "1.4.2"
"@tapjs/core": "1.4.3"
},
"tap": {
"typecheck": false
Expand Down
8 changes: 4 additions & 4 deletions src/mock/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/mock",
"version": "1.2.11",
"version": "1.2.12",
"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.13",
"@tapjs/stack": "1.2.6",
"@tapjs/after": "1.1.14",
"@tapjs/stack": "1.2.7",
"resolve-import": "^1.4.5",
"walk-up-path": "^3.0.1"
},
"peerDependencies": {
"@tapjs/core": "1.4.2"
"@tapjs/core": "1.4.3"
},
"tap": {
"typecheck": false,
Expand Down
8 changes: 4 additions & 4 deletions src/nock/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/nock",
"version": "3.1.13",
"version": "3.1.14",
"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.13",
"@tapjs/stack": "1.2.6",
"@tapjs/snapshot": "1.2.14",
"@tapjs/stack": "1.2.7",
"nock": "^13.3.2"
},
"peerDependencies": {
"@tapjs/core": "1.4.2"
"@tapjs/core": "1.4.3"
},
"tap": {
"typecheck": false
Expand Down

0 comments on commit 08387d9

Please sign in to comment.