@rushstack/heft-config-file
Advanced tools
Comparing version 0.12.3 to 0.12.4
@@ -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.35.0" | ||
"packageVersion": "7.35.1" | ||
} | ||
] | ||
} |
{ | ||
"name": "@rushstack/heft-config-file", | ||
"version": "0.12.3", | ||
"version": "0.12.4", | ||
"description": "Configuration file loader for @rushstack/heft", | ||
@@ -19,11 +19,11 @@ "repository": { | ||
"jsonpath-plus": "~4.0.0", | ||
"@rushstack/node-core-library": "3.59.2", | ||
"@rushstack/rig-package": "0.3.19" | ||
"@rushstack/node-core-library": "3.59.3", | ||
"@rushstack/rig-package": "0.3.20" | ||
}, | ||
"devDependencies": { | ||
"@rushstack/heft": "0.50.6", | ||
"@rushstack/heft-node-rig": "1.13.0", | ||
"@rushstack/heft": "0.51.0", | ||
"@rushstack/heft-node-rig": "2.0.1", | ||
"@types/heft-jest": "1.0.1", | ||
"@types/node": "14.18.36", | ||
"@rushstack/eslint-config": "3.3.0" | ||
"@rushstack/eslint-config": "3.3.1" | ||
}, | ||
@@ -33,5 +33,5 @@ "scripts": { | ||
"start": "heft test --clean --watch", | ||
"_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
106524
+ Added@rushstack/node-core-library@3.59.3(transitive)
+ Added@rushstack/rig-package@0.3.20(transitive)
- Removed@rushstack/node-core-library@3.59.2(transitive)
- Removed@rushstack/rig-package@0.3.19(transitive)