Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
@tapjs/worker@1.1.11
@tapjs/typescript@1.3.0
@tapjs/test@1.3.11
tap@18.5.0
@tapjs/synonyms@1.1.11
@tapjs/stdin@1.1.11
@tapjs/spawn@1.1.11
@tapjs/snapshot@1.2.11
@tapjs/sinon@1.1.11
@tapjs/run@1.4.7
@tapjs/reporter@1.3.7
tap-parser@15.3.0
@tapjs/node-serialize@1.2.0
@tapjs/nock@3.1.11
@tapjs/mock@1.2.9
@tapjs/mocha-globals@1.1.11
@tapjs/intercept@1.2.11
@tapjs/fixture@1.2.11
@tapjs/filter@1.2.11
@tapjs/esbuild-kit@1.1.11
@tapjs/error-serdes@1.2.0
@tapjs/dummy-plugin@1.1.11
@tapjs/create-plugin@1.1.11
@tapjs/core@1.4.0
@tapjs/config@2.4.7
@tapjs/clock@1.1.11
@tapjs/before-each@1.1.11
@tapjs/before@1.1.11
@tapjs/asserts@1.1.11
@tapjs/after-each@1.1.11
@tapjs/after@1.1.11
  • Loading branch information
isaacs committed Oct 11, 2023
1 parent 7fd2e13 commit 264f9cf
Show file tree
Hide file tree
Showing 32 changed files with 240 additions and 240 deletions.
240 changes: 120 additions & 120 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.10",
"version": "1.1.11",
"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.10"
"@tapjs/core": "1.4.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.10",
"version": "1.1.11",
"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.10"
"@tapjs/core": "1.4.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.10",
"version": "1.1.11",
"description": "",
"tshy": {
"main": true,
Expand Down Expand Up @@ -46,7 +46,7 @@
"trivial-deferred": "^2.0.0"
},
"peerDependencies": {
"@tapjs/core": "1.3.10"
"@tapjs/core": "1.4.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.10",
"version": "1.1.11",
"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.10"
"@tapjs/core": "1.4.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.10",
"version": "1.1.11",
"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.10"
"@tapjs/core": "1.4.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.10",
"version": "1.1.11",
"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.10",
"@tapjs/after": "1.1.11",
"clock-mock": "^2.0.2"
},
"peerDependencies": {
"@tapjs/core": "1.3.10"
"@tapjs/core": "1.4.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.6",
"version": "2.4.7",
"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.10",
"@tapjs/test": "1.3.10",
"@tapjs/core": "1.4.0",
"@tapjs/test": "1.3.11",
"tap-yaml": "2.2.0"
},
"peerDependencies": {
"@tapjs/core": "1.3.10",
"@tapjs/test": "1.3.10"
"@tapjs/core": "1.4.0",
"@tapjs/test": "1.3.11"
},
"tap": {
"typecheck": false,
Expand Down
6 changes: 3 additions & 3 deletions src/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/core",
"version": "1.3.10",
"version": "1.4.0",
"description": "pluggable core of node-tap",
"tshy": {
"main": true,
Expand Down Expand Up @@ -53,13 +53,13 @@
"dependencies": {
"@tapjs/processinfo": "^3.1.4",
"@tapjs/stack": "1.2.5",
"@tapjs/test": "1.3.10",
"@tapjs/test": "1.3.11",
"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.2.1",
"tap-parser": "15.3.0",
"tap-yaml": "2.2.0",
"tcompare": "6.4.3",
"trivial-deferred": "^2.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.10",
"version": "1.1.11",
"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.10",
"@tapjs/core": "1.4.0",
"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.10",
"version": "1.1.11",
"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.10"
"@tapjs/core": "1.4.0"
},
"tap": {
"typecheck": false
Expand All @@ -96,7 +96,7 @@
"url": "git+https://github.com/tapjs/tapjs.git"
},
"dependencies": {
"@tapjs/reporter": "1.3.6",
"@tapjs/reporter": "1.3.7",
"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.1.0",
"version": "1.2.0",
"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.10",
"version": "1.1.11",
"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.10"
"@tapjs/core": "1.4.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.10",
"version": "1.2.11",
"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.10"
"@tapjs/core": "1.4.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.10",
"version": "1.2.11",
"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.10"
"@tapjs/core": "1.4.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.10",
"version": "1.2.11",
"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.10",
"@tapjs/after": "1.1.11",
"@tapjs/stack": "1.2.5"
},
"peerDependencies": {
"@tapjs/core": "1.3.10"
"@tapjs/core": "1.4.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.10",
"version": "1.1.11",
"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.10",
"@tapjs/after-each": "1.1.10",
"@tapjs/before": "1.1.10",
"@tapjs/before-each": "1.1.10",
"@tapjs/after": "1.1.11",
"@tapjs/after-each": "1.1.11",
"@tapjs/before": "1.1.11",
"@tapjs/before-each": "1.1.11",
"@tapjs/stack": "1.2.5",
"is-actual-promise": "^1.0.0"
},
"peerDependencies": {
"@tapjs/core": "1.3.10"
"@tapjs/core": "1.4.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.8",
"version": "1.2.9",
"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.10",
"@tapjs/after": "1.1.11",
"@tapjs/stack": "1.2.5",
"resolve-import": "^1.4.4",
"walk-up-path": "^3.0.1"
},
"peerDependencies": {
"@tapjs/core": "1.3.10"
"@tapjs/core": "1.4.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.10",
"version": "3.1.11",
"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.10",
"@tapjs/snapshot": "1.2.11",
"@tapjs/stack": "1.2.5",
"nock": "^13.3.2"
},
"peerDependencies": {
"@tapjs/core": "1.3.10"
"@tapjs/core": "1.4.0"
},
"tap": {
"typecheck": false
Expand Down
8 changes: 4 additions & 4 deletions src/node-serialize/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/node-serialize",
"version": "1.1.10",
"version": "1.2.0",
"description": "Stream TAP test data as a serialized node:test stream",
"tshy": {
"main": true,
Expand Down Expand Up @@ -40,12 +40,12 @@
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"license": "BlueOak-1.0.0",
"dependencies": {
"@tapjs/error-serdes": "1.1.0",
"@tapjs/error-serdes": "1.2.0",
"@tapjs/stack": "1.2.5",
"tap-parser": "15.2.1"
"tap-parser": "15.3.0"
},
"peerDependencies": {
"@tapjs/core": "1.3.10"
"@tapjs/core": "1.4.0"
},
"tap": {
"fail-skip": true,
Expand Down
2 changes: 1 addition & 1 deletion src/parser/package.json
@@ -1,6 +1,6 @@
{
"name": "tap-parser",
"version": "15.2.1",
"version": "15.3.0",
"description": "parse the test anything protocol",
"tshy": {
"main": true,
Expand Down

0 comments on commit 264f9cf

Please sign in to comment.