Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
@tapjs/worker@1.0.1
@tapjs/typescript@1.0.1
@tapjs/test@1.0.1
tap@18.0.1
@tapjs/synonyms@1.0.1
@tapjs/stdin@1.0.1
@tapjs/spawn@1.0.1
@tapjs/snapshot@1.0.1
@tapjs/sinon@1.0.1
@tapjs/run@1.0.1
@tapjs/reporter@1.0.1
@tapjs/nock@3.0.1
@tapjs/mock@1.0.1
@tapjs/mocha-globals@1.0.1
@tapjs/intercept@1.0.1
@tapjs/fixture@1.0.1
@tapjs/filter@1.0.1
@tapjs/esbuild-kit@1.0.1
@tapjs/dummy-plugin@1.0.1
@tapjs/create-plugin@1.0.4
@tapjs/core@1.0.1
@tapjs/config@2.0.1
@tapjs/clock@1.0.1
@tapjs/before-each@1.0.1
@tapjs/before@1.0.1
@tapjs/asserts@1.0.1
@tapjs/after-each@1.0.1
@tapjs/after@1.0.1
  • Loading branch information
isaacs committed Sep 15, 2023
1 parent b336c7b commit 88223b6
Show file tree
Hide file tree
Showing 29 changed files with 172 additions and 172 deletions.
172 changes: 86 additions & 86 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.0.0",
"version": "1.0.1",
"description": "a built-in tap extension for t.afterEach()",
"type": "module",
"exports": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"homepage": "https://github.com/tapjs/tapjs/src/spawn#readme",
"peerDependencies": {
"@tapjs/core": "1.0.0"
"@tapjs/core": "1.0.1"
},
"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": "1.0.0",
"version": "1.0.1",
"description": "a built-in tap extension for t.after() and t.teardown()",
"type": "module",
"exports": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"homepage": "https://github.com/tapjs/tapjs/src/spawn#readme",
"peerDependencies": {
"@tapjs/core": "1.0.0"
"@tapjs/core": "1.0.1"
},
"engines": {
"node": ">=16"
Expand Down
4 changes: 2 additions & 2 deletions src/asserts/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/asserts",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"type": "module",
Expand Down Expand Up @@ -38,7 +38,7 @@
"typecheck": false
},
"peerDependencies": {
"@tapjs/core": "1.0.0"
"@tapjs/core": "1.0.1"
},
"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": "1.0.0",
"version": "1.0.1",
"description": "a built-in tap extension for t.beforeEach()",
"type": "module",
"exports": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"homepage": "https://github.com/tapjs/tapjs/src/spawn#readme",
"peerDependencies": {
"@tapjs/core": "1.0.0"
"@tapjs/core": "1.0.1"
},
"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": "1.0.0",
"version": "1.0.1",
"description": "a built-in tap extension for t.before()",
"type": "module",
"exports": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"homepage": "https://github.com/tapjs/tapjs/src/spawn#readme",
"peerDependencies": {
"@tapjs/core": "1.0.0"
"@tapjs/core": "1.0.1"
},
"engines": {
"node": ">=16"
Expand Down
4 changes: 2 additions & 2 deletions src/clock/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/clock",
"version": "1.0.0",
"version": "1.0.1",
"description": "a make believe clock for tests involving time",
"type": "module",
"exports": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"endOfLine": "lf"
},
"peerDependencies": {
"@tapjs/core": "1.0.0"
"@tapjs/core": "1.0.1"
},
"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",
"version": "2.0.1",
"description": "Utility loading and managing tap configuration",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"type": "module",
Expand Down Expand Up @@ -31,8 +31,8 @@
"typedoc": "typedoc --tsconfig tsconfig/esm.json ./src/*.ts"
},
"peerDependencies": {
"@tapjs/core": "1.0.0",
"@tapjs/test": "1.0.0"
"@tapjs/core": "1.0.1",
"@tapjs/test": "1.0.1"
},
"dependencies": {
"chalk": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions src/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/core",
"version": "1.0.0",
"version": "1.0.1",
"description": "pluggable core of node-tap",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"type": "module",
Expand Down Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@tapjs/processinfo": "^3.1.1",
"@tapjs/stack": "1.0.0",
"@tapjs/test": "1.0.0",
"@tapjs/test": "1.0.1",
"async-hook-domain": "^4.0.1",
"is-actual-promise": "^1.0.0",
"jackspeak": "^2.3.3",
Expand Down
4 changes: 2 additions & 2 deletions src/create-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/create-plugin",
"version": "1.0.3",
"version": "1.0.4",
"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 @@ -38,7 +38,7 @@
"typecheck": false
},
"dependencies": {
"@tapjs/core": "1.0.0",
"@tapjs/core": "1.0.1",
"npm-init-template": "1.0.3",
"resolve-import": "^1.2.1"
},
Expand Down
4 changes: 2 additions & 2 deletions src/dummy-plugin/package.json
@@ -1,7 +1,7 @@
{
"name": "@tapjs/dummy-plugin",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "an example plugin for use in testing tap itself",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -83,7 +83,7 @@
"url": "https://github.com/tapjs/tapjs/issues"
},
"peerDependencies": {
"@tapjs/core": "1.0.0"
"@tapjs/core": "1.0.1"
},
"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": "1.0.0",
"version": "1.0.1",
"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 @@ -36,7 +36,7 @@
"typecheck": false
},
"peerDependencies": {
"@tapjs/core": "1.0.0"
"@tapjs/core": "1.0.1"
},
"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": "1.0.0",
"version": "1.0.1",
"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 @@ -37,7 +37,7 @@
"typecheck": false
},
"peerDependencies": {
"@tapjs/core": "1.0.0"
"@tapjs/core": "1.0.1"
},
"dependencies": {
"tcompare": "6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions src/fixture/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/fixture",
"version": "1.0.0",
"version": "1.0.1",
"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 @@ -38,7 +38,7 @@
"coverage-map": "map.js"
},
"peerDependencies": {
"@tapjs/core": "1.0.0"
"@tapjs/core": "1.0.1"
},
"dependencies": {
"mkdirp": "^3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions src/intercept/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/intercept",
"version": "1.0.0",
"version": "1.0.1",
"description": "a built-in tap extension for t.intercept() and t.capture()",
"type": "module",
"exports": {
Expand Down Expand Up @@ -41,10 +41,10 @@
},
"homepage": "https://github.com/tapjs/tapjs/src/intercept#readme",
"peerDependencies": {
"@tapjs/core": "1.0.0"
"@tapjs/core": "1.0.1"
},
"dependencies": {
"@tapjs/after": "1.0.0",
"@tapjs/after": "1.0.1",
"@tapjs/stack": "1.0.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions src/mocha-globals/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/mocha-globals",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"type": "module",
Expand Down Expand Up @@ -37,7 +37,7 @@
"typecheck": false
},
"peerDependencies": {
"@tapjs/core": "1.0.0"
"@tapjs/core": "1.0.1"
},
"dependencies": {
"is-actual-promise": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions src/mock/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/mock",
"version": "1.0.0",
"version": "1.0.1",
"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 @@ -68,10 +68,10 @@
"url": "git+https://github.com/tapjs/tapjs.git"
},
"peerDependencies": {
"@tapjs/core": "1.0.0"
"@tapjs/core": "1.0.1"
},
"dependencies": {
"@tapjs/after": "1.0.0",
"@tapjs/after": "1.0.1",
"@tapjs/stack": "1.0.0",
"resolve-import": "^1.2.1",
"walk-up-path": "^3.0.1"
Expand Down
6 changes: 3 additions & 3 deletions src/nock/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/nock",
"version": "3.0.0",
"version": "3.0.1",
"description": "a nock extension for tap",
"type": "module",
"files": [
Expand Down Expand Up @@ -28,10 +28,10 @@
},
"homepage": "https://github.com/tapjs/tapjs/src/nock#readme",
"peerDependencies": {
"@tapjs/core": "1.0.0"
"@tapjs/core": "1.0.1"
},
"dependencies": {
"@tapjs/snapshot": "1.0.0",
"@tapjs/snapshot": "1.0.1",
"@tapjs/stack": "1.0.0",
"nock": "^13.3.2"
},
Expand Down
8 changes: 4 additions & 4 deletions src/reporter/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/reporter",
"version": "1.0.0",
"version": "1.0.1",
"description": "Pretty test output reporters for tap",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"type": "module",
Expand Down Expand Up @@ -66,11 +66,11 @@
"typedoc": "typedoc ./src/*.ts"
},
"peerDependencies": {
"@tapjs/core": "1.0.0"
"@tapjs/core": "1.0.1"
},
"dependencies": {
"@tapjs/config": "2.0.0",
"@tapjs/test": "1.0.0",
"@tapjs/config": "2.0.1",
"@tapjs/test": "1.0.1",
"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": "1.0.0",
"version": "1.0.1",
"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 @@ -44,17 +44,17 @@
"typedoc": "typedoc --tsconfig tsconfig/esm.json ./src/*.ts"
},
"peerDependencies": {
"@tapjs/core": "1.0.0"
"@tapjs/core": "1.0.1"
},
"dependencies": {
"@tapjs/after": "1.0.0",
"@tapjs/before": "1.0.0",
"@tapjs/config": "2.0.0",
"@tapjs/after": "1.0.1",
"@tapjs/before": "1.0.1",
"@tapjs/config": "2.0.1",
"@tapjs/processinfo": "^3.1.1",
"@tapjs/reporter": "1.0.0",
"@tapjs/spawn": "1.0.0",
"@tapjs/stdin": "1.0.0",
"@tapjs/test": "1.0.0",
"@tapjs/reporter": "1.0.1",
"@tapjs/spawn": "1.0.1",
"@tapjs/stdin": "1.0.1",
"@tapjs/test": "1.0.1",
"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": "1.0.0",
"version": "1.0.1",
"description": "a sinon extension for tap",
"type": "module",
"exports": {
Expand Down Expand Up @@ -42,10 +42,10 @@
},
"homepage": "https://github.com/tapjs/tapjs/src/sinon#readme",
"peerDependencies": {
"@tapjs/core": "1.0.0"
"@tapjs/core": "1.0.1"
},
"dependencies": {
"@tapjs/after": "1.0.0",
"@tapjs/after": "1.0.1",
"sinon": "^15.2.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions src/snapshot/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/snapshot",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"type": "module",
Expand Down Expand Up @@ -38,7 +38,7 @@
"coverage-map": "map.js"
},
"peerDependencies": {
"@tapjs/core": "1.0.0"
"@tapjs/core": "1.0.1"
},
"dependencies": {
"is-actual-promise": "^1.0.0",
Expand Down

0 comments on commit 88223b6

Please sign in to comment.