@rushstack/package-extractor
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -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/package-extractor", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "A library for bundling selected files and dependencies into a deployable package.", | ||
@@ -19,3 +19,3 @@ "main": "lib/index.js", | ||
"@rushstack/node-core-library": "3.59.2", | ||
"@rushstack/terminal": "0.5.11" | ||
"@rushstack/terminal": "0.5.12" | ||
}, | ||
@@ -30,13 +30,13 @@ "devDependencies": { | ||
"@rushstack/eslint-config": "3.3.0", | ||
"@rushstack/heft-node-rig": "1.13.1", | ||
"@rushstack/heft-webpack5-plugin": "0.6.12", | ||
"@rushstack/heft": "0.50.7", | ||
"@rushstack/webpack-preserve-dynamic-require-plugin": "0.10.14" | ||
"@rushstack/heft-node-rig": "2.0.0", | ||
"@rushstack/heft-webpack5-plugin": "0.7.0", | ||
"@rushstack/heft": "0.51.0", | ||
"@rushstack/webpack-preserve-dynamic-require-plugin": "0.10.15" | ||
}, | ||
"scripts": { | ||
"build": "heft build --clean", | ||
"test": "heft test --no-build", | ||
"_phase:build": "heft build --clean", | ||
"_phase:test": "heft test --no-build" | ||
"test": "heft test --clean", | ||
"_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
165107
+ Added@rushstack/terminal@0.5.12(transitive)
- Removed@rushstack/terminal@0.5.11(transitive)
Updated@rushstack/terminal@0.5.12