Comparing version 6.0.1-4 to 6.0.1-5
{ | ||
"name": "tcompare", | ||
"version": "6.0.1-4", | ||
"version": "6.0.1-5", | ||
"description": "A comprehensive comparison library, for use in test frameworks", | ||
@@ -8,15 +8,20 @@ "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", | ||
"type": "module", | ||
"keywords": [ | ||
"deepEqual", | ||
"match", | ||
"compare", | ||
"object", | ||
"comparison", | ||
"diff" | ||
], | ||
"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" | ||
} | ||
@@ -34,3 +39,3 @@ } | ||
"test": "tap", | ||
"prepare": "tsc -p tsconfig/cjs.json && tsc -p tsconfig/esm.json && bash scripts/fixup.sh", | ||
"prepare": "tshy", | ||
"pretest": "npm run prepare", | ||
@@ -42,2 +47,3 @@ "presnap": "npm run prepare", | ||
"tap": { | ||
"typecheck": false, | ||
"coverage-map": "map.js" | ||
@@ -51,3 +57,9 @@ }, | ||
"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
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
449252
1