Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
@tapjs/after-each@1.0.0
@tapjs/after@1.0.0
@tapjs/asserts@1.0.0
@tapjs/before-each@1.0.0
@tapjs/before@1.0.0
@tapjs/clock@1.0.0
@tapjs/config@2.0.0
@tapjs/core@1.0.0
@tapjs/create-plugin@1.0.3
@tapjs/dummy-plugin@1.0.0
@tapjs/esbuild-kit@1.0.0
@tapjs/filter@1.0.0
@tapjs/fixture@1.0.0
@tapjs/intercept@1.0.0
@tapjs/mocha-globals@1.0.0
@tapjs/mock@1.0.0
@tapjs/nock@3.0.0
@tapjs/reporter@1.0.0
@tapjs/run@1.0.0
@tapjs/sinon@1.0.0
@tapjs/snapshot@1.0.0
@tapjs/spawn@1.0.0
@tapjs/stack@1.0.0
@tapjs/stdin@1.0.0
@tapjs/synonyms@1.0.0
@tapjs/test@1.0.0
@tapjs/typescript@1.0.0
@tapjs/worker@1.0.0
npm-init-template@1.0.3
tap-parser@15.0.0
tap-yaml@2.1.1
tap@18.0.0
tcompare@6.1.0
  • Loading branch information
isaacs committed Sep 15, 2023
1 parent 47a2289 commit 793c1c0
Show file tree
Hide file tree
Showing 34 changed files with 216 additions and 216 deletions.
216 changes: 108 additions & 108 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-22",
"version": "1.0.0",
"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": "0.0.0-22"
"@tapjs/core": "1.0.0"
},
"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-22",
"version": "1.0.0",
"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": "0.0.0-22"
"@tapjs/core": "1.0.0"
},
"engines": {
"node": ">=16"
Expand Down
6 changes: 3 additions & 3 deletions src/asserts/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/asserts",
"version": "0.0.0-22",
"version": "1.0.0",
"description": "",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"type": "module",
Expand Down Expand Up @@ -38,11 +38,11 @@
"typecheck": false
},
"peerDependencies": {
"@tapjs/core": "0.0.0-22"
"@tapjs/core": "1.0.0"
},
"dependencies": {
"is-actual-promise": "^1.0.0",
"tcompare": "6.0.1-5",
"tcompare": "6.1.0",
"trivial-deferred": "^2.0.0"
},
"engines": {
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-22",
"version": "1.0.0",
"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": "0.0.0-22"
"@tapjs/core": "1.0.0"
},
"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-22",
"version": "1.0.0",
"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": "0.0.0-22"
"@tapjs/core": "1.0.0"
},
"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-12",
"version": "1.0.0",
"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": "0.0.0-22"
"@tapjs/core": "1.0.0"
},
"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-23",
"version": "2.0.0",
"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": "0.0.0-22",
"@tapjs/test": "0.0.0-22"
"@tapjs/core": "1.0.0",
"@tapjs/test": "1.0.0"
},
"dependencies": {
"chalk": "^5.2.0",
Expand Down
10 changes: 5 additions & 5 deletions src/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/core",
"version": "0.0.0-22",
"version": "1.0.0",
"description": "pluggable core of node-tap",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"type": "module",
Expand Down Expand Up @@ -51,15 +51,15 @@
},
"dependencies": {
"@tapjs/processinfo": "^3.1.1",
"@tapjs/stack": "0.0.0-8",
"@tapjs/test": "0.0.0-22",
"@tapjs/stack": "1.0.0",
"@tapjs/test": "1.0.0",
"async-hook-domain": "^4.0.1",
"is-actual-promise": "^1.0.0",
"jackspeak": "^2.3.3",
"minipass": "^7.0.3",
"signal-exit": "4.1",
"tap-parser": "15.0.0-4",
"tcompare": "6.0.1-5",
"tap-parser": "15.0.0",
"tcompare": "6.1.0",
"trivial-deferred": "^2.0.0"
},
"license": "BlueOak-1.0.0",
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-22",
"version": "1.0.3",
"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,8 +38,8 @@
"typecheck": false
},
"dependencies": {
"@tapjs/core": "0.0.0-22",
"npm-init-template": "1.0.3-3",
"@tapjs/core": "1.0.0",
"npm-init-template": "1.0.3",
"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-22",
"version": "1.0.0",
"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": "0.0.0-22"
"@tapjs/core": "1.0.0"
},
"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-22",
"version": "1.0.0",
"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": "0.0.0-22"
"@tapjs/core": "1.0.0"
},
"dependencies": {
"@esbuild-kit/cjs-loader": "^2.4.2",
Expand Down
6 changes: 3 additions & 3 deletions src/filter/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/filter",
"version": "0.0.0-22",
"version": "1.0.0",
"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,10 +37,10 @@
"typecheck": false
},
"peerDependencies": {
"@tapjs/core": "0.0.0-22"
"@tapjs/core": "1.0.0"
},
"dependencies": {
"tcompare": "6.0.1-5",
"tcompare": "6.1.0",
"trivial-deferred": "^2.0.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions src/fixture/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/fixture",
"version": "0.0.0-22",
"version": "1.0.0",
"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": "0.0.0-22"
"@tapjs/core": "1.0.0"
},
"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-22",
"version": "1.0.0",
"description": "a built-in tap extension for t.intercept() and t.capture()",
"type": "module",
"exports": {
Expand Down Expand Up @@ -41,11 +41,11 @@
},
"homepage": "https://github.com/tapjs/tapjs/src/intercept#readme",
"peerDependencies": {
"@tapjs/core": "0.0.0-22"
"@tapjs/core": "1.0.0"
},
"dependencies": {
"@tapjs/after": "0.0.0-22",
"@tapjs/stack": "0.0.0-8"
"@tapjs/after": "1.0.0",
"@tapjs/stack": "1.0.0"
},
"engines": {
"node": ">=16"
Expand Down
6 changes: 3 additions & 3 deletions src/mocha-globals/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/mocha-globals",
"version": "0.0.0-3",
"version": "1.0.0",
"description": "",
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me)",
"type": "module",
Expand Down Expand Up @@ -37,11 +37,11 @@
"typecheck": false
},
"peerDependencies": {
"@tapjs/core": "0.0.0-22"
"@tapjs/core": "1.0.0"
},
"dependencies": {
"is-actual-promise": "^1.0.0",
"tcompare": "6.0.1-5",
"tcompare": "6.1.0",
"trivial-deferred": "^2.0.0"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions src/mock/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/mock",
"version": "0.0.0-23",
"version": "1.0.0",
"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,11 +68,11 @@
"url": "git+https://github.com/tapjs/tapjs.git"
},
"peerDependencies": {
"@tapjs/core": "0.0.0-22"
"@tapjs/core": "1.0.0"
},
"dependencies": {
"@tapjs/after": "0.0.0-22",
"@tapjs/stack": "0.0.0-8",
"@tapjs/after": "1.0.0",
"@tapjs/stack": "1.0.0",
"resolve-import": "^1.2.1",
"walk-up-path": "^3.0.1"
}
Expand Down
8 changes: 4 additions & 4 deletions src/nock/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/nock",
"version": "3.0.0-22",
"version": "3.0.0",
"description": "a nock extension for tap",
"type": "module",
"files": [
Expand Down Expand Up @@ -28,11 +28,11 @@
},
"homepage": "https://github.com/tapjs/tapjs/src/nock#readme",
"peerDependencies": {
"@tapjs/core": "0.0.0-22"
"@tapjs/core": "1.0.0"
},
"dependencies": {
"@tapjs/snapshot": "0.0.0-22",
"@tapjs/stack": "0.0.0-8",
"@tapjs/snapshot": "1.0.0",
"@tapjs/stack": "1.0.0",
"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-3",
"version": "1.0.3",
"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
4 changes: 2 additions & 2 deletions src/parser/package.json
@@ -1,6 +1,6 @@
{
"name": "tap-parser",
"version": "15.0.0-4",
"version": "15.0.0",
"description": "parse the test anything protocol",
"type": "module",
"exports": {
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"events-to-array": "^2.0.3",
"tap-yaml": "2.1.1-3"
"tap-yaml": "2.1.1"
},
"scripts": {
"snap": "tap",
Expand Down
8 changes: 4 additions & 4 deletions src/reporter/package.json
@@ -1,6 +1,6 @@
{
"name": "@tapjs/reporter",
"version": "0.0.0-24",
"version": "1.0.0",
"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": "0.0.0-22"
"@tapjs/core": "1.0.0"
},
"dependencies": {
"@tapjs/config": "2.0.0-23",
"@tapjs/test": "0.0.0-22",
"@tapjs/config": "2.0.0",
"@tapjs/test": "1.0.0",
"chalk": "^5.2.0",
"ink": "^4.3.1",
"ms": "^2.1.3",
Expand Down

0 comments on commit 793c1c0

Please sign in to comment.