Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
@tapjs/worker@0.0.0-21
@tapjs/typescript@0.0.0-21
@tapjs/test@0.0.0-21
tap@18.0.0-25
@tapjs/synonyms@0.0.0-2
@tapjs/stdin@0.0.0-21
@tapjs/stack@0.0.0-7
@tapjs/spawn@0.0.0-21
@tapjs/snapshot@0.0.0-21
@tapjs/sinon@0.0.0-21
@tapjs/run@0.0.0-23
@tapjs/reporter@0.0.0-23
npm-init-template@1.0.3-2
@tapjs/nock@3.0.0-21
@tapjs/mock@0.0.0-22
@tapjs/mocha-globals@0.0.0-2
@tapjs/intercept@0.0.0-21
@tapjs/fixture@0.0.0-21
@tapjs/filter@0.0.0-21
@tapjs/esbuild-kit@0.0.0-21
@tapjs/dummy-plugin@0.0.0-21
@tapjs/create-plugin@1.0.3-21
@tapjs/core@0.0.0-21
@tapjs/config@2.0.0-22
@tapjs/clock@0.0.0-11
@tapjs/before-each@0.0.0-21
@tapjs/before@0.0.0-21
@tapjs/asserts@0.0.0-21
@tapjs/after-each@0.0.0-21
@tapjs/after@0.0.0-21
  • Loading branch information
isaacs committed Sep 10, 2023
1 parent c5972e7 commit aff25fc
Show file tree
Hide file tree
Showing 31 changed files with 186 additions and 186 deletions.
186 changes: 93 additions & 93 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": "0.0.0-20",
"version": "0.0.0-21",
"description": "a built-in tap extension for t.afterEach()",
"type": "module",
"exports": {
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"homepage": "https://github.com/tapjs/tapjs/src/spawn#readme",
"peerDependencies": {
"@tapjs/core": "0.0.0-20"
"@tapjs/core": "0.0.0-21"
},
"dependencies": {
"function-loop": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions src/after/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/after",
"version": "0.0.0-20",
"version": "0.0.0-21",
"description": "a built-in tap extension for t.after() and t.teardown()",
"type": "module",
"exports": {
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"homepage": "https://github.com/tapjs/tapjs/src/spawn#readme",
"peerDependencies": {
"@tapjs/core": "0.0.0-20"
"@tapjs/core": "0.0.0-21"
},
"engines": {
"node": ">=16"
Expand Down
4 changes: 2 additions & 2 deletions src/asserts/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/asserts",
"version": "0.0.0-20",
"version": "0.0.0-21",
"description": "",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"type": "module",
Expand Down Expand Up @@ -41,7 +41,7 @@
"typecheck": false
},
"peerDependencies": {
"@tapjs/core": "0.0.0-20"
"@tapjs/core": "0.0.0-21"
},
"dependencies": {
"is-actual-promise": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions src/before-each/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/before-each",
"version": "0.0.0-20",
"version": "0.0.0-21",
"description": "a built-in tap extension for t.beforeEach()",
"type": "module",
"exports": {
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"homepage": "https://github.com/tapjs/tapjs/src/spawn#readme",
"peerDependencies": {
"@tapjs/core": "0.0.0-20"
"@tapjs/core": "0.0.0-21"
},
"dependencies": {
"function-loop": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions src/before/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/before",
"version": "0.0.0-20",
"version": "0.0.0-21",
"description": "a built-in tap extension for t.before()",
"type": "module",
"exports": {
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"homepage": "https://github.com/tapjs/tapjs/src/spawn#readme",
"peerDependencies": {
"@tapjs/core": "0.0.0-20"
"@tapjs/core": "0.0.0-21"
},
"engines": {
"node": ">=16"
Expand Down
4 changes: 2 additions & 2 deletions src/clock/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/clock",
"version": "0.0.0-10",
"version": "0.0.0-11",
"description": "a make believe clock for tests involving time",
"type": "module",
"exports": {
Expand Down Expand Up @@ -50,7 +50,7 @@
"endOfLine": "lf"
},
"peerDependencies": {
"@tapjs/core": "0.0.0-20"
"@tapjs/core": "0.0.0-21"
},
"engines": {
"node": ">=16"
Expand Down
6 changes: 3 additions & 3 deletions src/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/config",
"version": "2.0.0-21",
"version": "2.0.0-22",
"description": "Utility loading and managing tap configuration",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"type": "module",
Expand Down Expand Up @@ -34,8 +34,8 @@
"typedoc": "typedoc --tsconfig tsconfig/esm.json ./src/*.ts"
},
"peerDependencies": {
"@tapjs/core": "0.0.0-20",
"@tapjs/test": "0.0.0-20"
"@tapjs/core": "0.0.0-21",
"@tapjs/test": "0.0.0-21"
},
"dependencies": {
"chalk": "^5.2.0",
Expand Down
6 changes: 3 additions & 3 deletions src/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/core",
"version": "0.0.0-20",
"version": "0.0.0-21",
"description": "pluggable core of node-tap",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"type": "module",
Expand Down Expand Up @@ -47,8 +47,8 @@
},
"dependencies": {
"@tapjs/processinfo": "^3.0.2",
"@tapjs/stack": "0.0.0-6",
"@tapjs/test": "0.0.0-20",
"@tapjs/stack": "0.0.0-7",
"@tapjs/test": "0.0.0-21",
"async-hook-domain": "^4.0.1",
"is-actual-promise": "^1.0.0",
"jackspeak": "^2.3.3",
Expand Down
6 changes: 3 additions & 3 deletions src/create-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/create-plugin",
"version": "1.0.3-20",
"version": "1.0.3-21",
"description": "Create a tap plugin with 'npm init @tapjs/plugin'",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"bin": {
Expand Down Expand Up @@ -41,8 +41,8 @@
"typecheck": false
},
"dependencies": {
"@tapjs/core": "0.0.0-20",
"npm-init-template": "1.0.3-1",
"@tapjs/core": "0.0.0-21",
"npm-init-template": "1.0.3-2",
"resolve-import": "^1.2.1"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions src/dummy-plugin/package.json
@@ -1,7 +1,7 @@
{
"name": "@tapjs/dummy-plugin",
"private": true,
"version": "0.0.0-20",
"version": "0.0.0-21",
"description": "an example plugin for use in testing tap itself",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -70,7 +70,7 @@
"url": "https://github.com/tapjs/tapjs/issues"
},
"peerDependencies": {
"@tapjs/core": "0.0.0-20"
"@tapjs/core": "0.0.0-21"
},
"engines": {
"node": ">=16"
Expand Down
4 changes: 2 additions & 2 deletions src/esbuild-kit/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/esbuild-kit",
"version": "0.0.0-20",
"version": "0.0.0-21",
"description": "Alternative to @tapjs/typescript. Load typescript using @esbuild-kit/cjs-loader and @esbuild-kit/esm-loader instead of ts-node.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -40,7 +40,7 @@
"typecheck": false
},
"peerDependencies": {
"@tapjs/core": "0.0.0-20"
"@tapjs/core": "0.0.0-21"
},
"dependencies": {
"@esbuild-kit/cjs-loader": "^2.4.2",
Expand Down
4 changes: 2 additions & 2 deletions src/filter/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/filter",
"version": "0.0.0-20",
"version": "0.0.0-21",
"description": "tap plugin providing t.only() and grep option",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"type": "module",
Expand Down Expand Up @@ -40,7 +40,7 @@
"typecheck": false
},
"peerDependencies": {
"@tapjs/core": "0.0.0-20"
"@tapjs/core": "0.0.0-21"
},
"dependencies": {
"tcompare": "6.0.1-4",
Expand Down
4 changes: 2 additions & 2 deletions src/fixture/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/fixture",
"version": "0.0.0-20",
"version": "0.0.0-21",
"description": "Tap plugin to provide t.testdir() and t.fixture()",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"type": "module",
Expand Down Expand Up @@ -41,7 +41,7 @@
"coverage-map": "map.js"
},
"peerDependencies": {
"@tapjs/core": "0.0.0-20"
"@tapjs/core": "0.0.0-21"
},
"dependencies": {
"mkdirp": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions src/intercept/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/intercept",
"version": "0.0.0-20",
"version": "0.0.0-21",
"description": "a built-in tap extension for t.intercept() and t.capture()",
"type": "module",
"exports": {
Expand Down Expand Up @@ -44,11 +44,11 @@
},
"homepage": "https://github.com/tapjs/tapjs/src/intercept#readme",
"peerDependencies": {
"@tapjs/core": "0.0.0-20"
"@tapjs/core": "0.0.0-21"
},
"dependencies": {
"@tapjs/after": "0.0.0-20",
"@tapjs/stack": "0.0.0-6"
"@tapjs/after": "0.0.0-21",
"@tapjs/stack": "0.0.0-7"
},
"engines": {
"node": ">=16"
Expand Down
4 changes: 2 additions & 2 deletions src/mocha-globals/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/mocha-globals",
"version": "0.0.0-1",
"version": "0.0.0-2",
"description": "",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"type": "module",
Expand Down Expand Up @@ -40,7 +40,7 @@
"typecheck": false
},
"peerDependencies": {
"@tapjs/core": "0.0.0-20"
"@tapjs/core": "0.0.0-21"
},
"dependencies": {
"is-actual-promise": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions src/mock/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/mock",
"version": "0.0.0-21",
"version": "0.0.0-22",
"description": "tap plugin adding t.mockRequire() and t.mockImport()",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"type": "module",
Expand Down Expand Up @@ -63,11 +63,11 @@
"url": "git+https://github.com/tapjs/tapjs.git"
},
"peerDependencies": {
"@tapjs/core": "0.0.0-20"
"@tapjs/core": "0.0.0-21"
},
"dependencies": {
"@tapjs/after": "0.0.0-20",
"@tapjs/stack": "0.0.0-6",
"@tapjs/after": "0.0.0-21",
"@tapjs/stack": "0.0.0-7",
"resolve-import": "^1.2.1"
}
}
8 changes: 4 additions & 4 deletions src/nock/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/nock",
"version": "3.0.0-20",
"version": "3.0.0-21",
"description": "a nock extension for tap",
"type": "module",
"exports": {
Expand Down Expand Up @@ -44,11 +44,11 @@
},
"homepage": "https://github.com/tapjs/tapjs/src/nock#readme",
"peerDependencies": {
"@tapjs/core": "0.0.0-20"
"@tapjs/core": "0.0.0-21"
},
"dependencies": {
"@tapjs/snapshot": "0.0.0-20",
"@tapjs/stack": "0.0.0-6",
"@tapjs/snapshot": "0.0.0-21",
"@tapjs/stack": "0.0.0-7",
"nock": "^13.3.2"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/npm-init-template/package.json
@@ -1,6 +1,6 @@
{
"name": "npm-init-template",
"version": "1.0.3-1",
"version": "1.0.3-2",
"description": "Create 'npm init' packages easily with templates and prompts",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"type": "module",
Expand Down
8 changes: 4 additions & 4 deletions src/reporter/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/reporter",
"version": "0.0.0-22",
"version": "0.0.0-23",
"description": "Pretty test output reporters for tap",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"type": "module",
Expand Down Expand Up @@ -57,11 +57,11 @@
"typedoc": "typedoc ./src/*.ts"
},
"peerDependencies": {
"@tapjs/core": "0.0.0-20"
"@tapjs/core": "0.0.0-21"
},
"dependencies": {
"@tapjs/config": "2.0.0-21",
"@tapjs/test": "0.0.0-20",
"@tapjs/config": "2.0.0-22",
"@tapjs/test": "0.0.0-21",
"chalk": "^5.2.0",
"ink": "^4.3.1",
"ms": "^2.1.3",
Expand Down
18 changes: 9 additions & 9 deletions src/run/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/run",
"version": "0.0.0-22",
"version": "0.0.0-23",
"description": "Command-line interface for the node-tap runner",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"type": "module",
Expand Down Expand Up @@ -38,17 +38,17 @@
"typedoc": "typedoc --tsconfig tsconfig/esm.json ./src/*.ts"
},
"peerDependencies": {
"@tapjs/core": "0.0.0-20"
"@tapjs/core": "0.0.0-21"
},
"dependencies": {
"@tapjs/after": "0.0.0-20",
"@tapjs/before": "0.0.0-20",
"@tapjs/config": "2.0.0-21",
"@tapjs/after": "0.0.0-21",
"@tapjs/before": "0.0.0-21",
"@tapjs/config": "2.0.0-22",
"@tapjs/processinfo": "^3.0.2",
"@tapjs/reporter": "0.0.0-22",
"@tapjs/spawn": "0.0.0-20",
"@tapjs/stdin": "0.0.0-20",
"@tapjs/test": "0.0.0-20",
"@tapjs/reporter": "0.0.0-23",
"@tapjs/spawn": "0.0.0-21",
"@tapjs/stdin": "0.0.0-21",
"@tapjs/test": "0.0.0-21",
"c8": "^8.0.1",
"chokidar": "^3.5.3",
"foreground-child": "^3.1.1",
Expand Down
6 changes: 3 additions & 3 deletions src/sinon/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/sinon",
"version": "0.0.0-20",
"version": "0.0.0-21",
"description": "a sinon extension for tap",
"type": "module",
"exports": {
Expand Down Expand Up @@ -45,10 +45,10 @@
},
"homepage": "https://github.com/tapjs/tapjs/src/sinon#readme",
"peerDependencies": {
"@tapjs/core": "0.0.0-20"
"@tapjs/core": "0.0.0-21"
},
"dependencies": {
"@tapjs/after": "0.0.0-20",
"@tapjs/after": "0.0.0-21",
"sinon": "^15.2.0"
},
"engines": {
Expand Down

0 comments on commit aff25fc

Please sign in to comment.