Comparing version 1.1.1 to 1.2.0
{ | ||
"name": "ts-xor", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "Compose custom types containing mutually exclusive keys, using this generic Typescript helper type.", | ||
@@ -20,2 +20,3 @@ "main": "./dist/index.js", | ||
}, | ||
"sideEffects": false, | ||
"repository": { | ||
@@ -39,2 +40,3 @@ "type": "git", | ||
"devDependencies": { | ||
"publint": "^0.2.2", | ||
"tsup": "^7.2.0", | ||
@@ -45,7 +47,8 @@ "typescript": "^5.2.2" | ||
"build": "tsup src/index.ts --format esm,cjs --dts --sourcemap --clean", | ||
"test": "npm run test:smoke && npm run test:unit ", | ||
"test": "npm run test:smoke && npm run test:unit && npm run test:package", | ||
"test:smoke": "tsc -p . --noEmit", | ||
"test:unit": "sh scripts/run-tests.sh", | ||
"test:package": "publint", | ||
"preversion": "npm run build && npm test" | ||
} | ||
} |
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
17760
3