@tapjs/after-each
Advanced tools
Comparing version 1.0.7 to 1.1.0
{ | ||
"name": "@tapjs/after-each", | ||
"version": "1.0.7", | ||
"version": "1.1.0", | ||
"description": "a built-in tap extension for t.afterEach()", | ||
"tshy": { | ||
"main": true, | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": "./src/index.ts" | ||
} | ||
}, | ||
"type": "module", | ||
"main": "./dist/commonjs/index.js", | ||
"types": "./dist/commonjs/index.d.ts", | ||
"exports": { | ||
@@ -31,2 +40,10 @@ "./package.json": "./package.json", | ||
}, | ||
"author": "Isaac Z. Schlueter", | ||
"license": "BlueOak-1.0.0", | ||
"dependencies": { | ||
"function-loop": "^4.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@tapjs/core": "1.3.0" | ||
}, | ||
"tap": { | ||
@@ -38,4 +55,2 @@ "typecheck": false | ||
], | ||
"author": "Isaac Z. Schlueter", | ||
"license": "BlueOak-1.0.0", | ||
"bugs": { | ||
@@ -45,8 +60,2 @@ "url": "https://github.com/tapjs/tapjs/issues" | ||
"homepage": "https://github.com/tapjs/tapjs/src/spawn#readme", | ||
"peerDependencies": { | ||
"@tapjs/core": "1.2.0" | ||
}, | ||
"dependencies": { | ||
"function-loop": "^4.0.0" | ||
}, | ||
"engines": { | ||
@@ -58,9 +67,3 @@ "node": ">=16" | ||
"url": "git+https://github.com/tapjs/tapjs.git" | ||
}, | ||
"tshy": { | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": "./src/index.ts" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18069