@rushstack/rig-package
Advanced tools
Comparing version 0.3.19 to 0.3.20
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.34.8" | ||
"packageVersion": "7.35.1" | ||
} | ||
] | ||
} |
{ | ||
"name": "@rushstack/rig-package", | ||
"version": "0.3.19", | ||
"version": "0.3.20", | ||
"description": "A system for sharing tool configurations between projects without duplicating config files.", | ||
@@ -18,4 +18,4 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@rushstack/heft-node-rig": "1.12.10", | ||
"@rushstack/heft": "0.50.4", | ||
"@rushstack/heft-node-rig": "2.0.1", | ||
"@rushstack/heft": "0.51.0", | ||
"@types/heft-jest": "1.0.1", | ||
@@ -26,9 +26,9 @@ "@types/node": "14.18.36", | ||
"resolve": "~1.22.1", | ||
"@rushstack/eslint-config": "3.3.0" | ||
"@rushstack/eslint-config": "3.3.1" | ||
}, | ||
"scripts": { | ||
"build": "heft build --clean", | ||
"_phase:build": "heft build --clean", | ||
"_phase:test": "heft test --no-build" | ||
"_phase:build": "heft run --only build -- --clean", | ||
"_phase:test": "heft run --only test -- --clean" | ||
} | ||
} |
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
73990