@tapjs/after
Advanced tools
Comparing version 0.0.0-21 to 0.0.0-22
{ | ||
"name": "@tapjs/after", | ||
"version": "0.0.0-21", | ||
"version": "0.0.0-22", | ||
"description": "a built-in tap extension for t.after() and t.teardown()", | ||
"type": "module", | ||
"exports": { | ||
"./package.json": { | ||
"import": "./package.json", | ||
"require": "./package.json" | ||
}, | ||
"./package.json": "./package.json", | ||
".": { | ||
"import": { | ||
"types": "./dist/mjs/index.d.ts", | ||
"default": "./dist/mjs/index.js" | ||
"types": "./dist/esm/index.d.ts", | ||
"default": "./dist/esm/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/cjs/index.d.ts", | ||
"default": "./dist/cjs/index.js" | ||
"types": "./dist/commonjs/index.d.ts", | ||
"default": "./dist/commonjs/index.js" | ||
} | ||
@@ -26,3 +23,3 @@ } | ||
"scripts": { | ||
"prepare": "tsc -p tsconfig/cjs.json && tsc -p tsconfig/esm.json && bash ./scripts/fixup.sh", | ||
"prepare": "tshy", | ||
"pretest": "npm run prepare", | ||
@@ -48,3 +45,3 @@ "presnap": "npm run prepare", | ||
"peerDependencies": { | ||
"@tapjs/core": "0.0.0-21" | ||
"@tapjs/core": "0.0.0-22" | ||
}, | ||
@@ -60,3 +57,9 @@ "engines": { | ||
"is-actual-promise": "^1.0.0" | ||
}, | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
18649
1