Comparing version 2.1.1-2 to 2.1.1-3
{ | ||
"name": "tap-yaml", | ||
"version": "2.1.1-2", | ||
"version": "2.1.1-3", | ||
"description": "Yaml handling for TAP parsers and generators", | ||
"type": "module", | ||
"exports": { | ||
"./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" | ||
} | ||
}, | ||
"./package.json": { | ||
"import": "./package.json", | ||
"require": "./package.json" | ||
} | ||
@@ -25,3 +22,3 @@ }, | ||
"test": "tap", | ||
"prepare": "tsc -p tsconfig/cjs.json && tsc -p tsconfig/esm.json && bash ./scripts/fixup.sh", | ||
"prepare": "tshy", | ||
"pretest": "npm run prepare", | ||
@@ -52,2 +49,3 @@ "presnap": "npm run prepare", | ||
"tap": { | ||
"typecheck": false, | ||
"coverage-map": "map.js" | ||
@@ -57,3 +55,9 @@ }, | ||
"node": ">=16" | ||
}, | ||
"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
21798
170
1