@rushstack/heft
Advanced tools
Comparing version 0.49.3 to 0.49.4
@@ -0,1 +1,9 @@ | ||
/** | ||
* Heft is a config-driven toolchain that invokes other popular tools such | ||
* as TypeScript, ESLint, Jest, Webpack, and API Extractor. You can use it to build | ||
* web applications, Node.js services, command-line tools, libraries, and more. | ||
* | ||
* @packageDocumentation | ||
*/ | ||
import { AsyncParallelHook } from 'tapable'; | ||
@@ -2,0 +10,0 @@ import { AsyncSeriesBailHook } from 'tapable'; |
@@ -0,1 +1,8 @@ | ||
/** | ||
* Heft is a config-driven toolchain that invokes other popular tools such | ||
* as TypeScript, ESLint, Jest, Webpack, and API Extractor. You can use it to build | ||
* web applications, Node.js services, command-line tools, libraries, and more. | ||
* | ||
* @packageDocumentation | ||
*/ | ||
export { IHeftPlugin } from './pluginFramework/IHeftPlugin'; | ||
@@ -2,0 +9,0 @@ export { HeftConfiguration, IHeftActionConfiguration, IHeftActionConfigurationOptions, IHeftConfigurationInitializationOptions as _IHeftConfigurationInitializationOptions } from './configuration/HeftConfiguration'; |
{ | ||
"name": "@rushstack/heft", | ||
"version": "0.49.3", | ||
"version": "0.49.4", | ||
"description": "Build all your JavaScript projects the same way: A way that works.", | ||
@@ -31,6 +31,2 @@ "keywords": [ | ||
"dependencies": { | ||
"@rushstack/heft-config-file": "0.11.5", | ||
"@rushstack/node-core-library": "3.53.3", | ||
"@rushstack/rig-package": "0.3.17", | ||
"@rushstack/ts-command-line": "4.13.1", | ||
"@types/tapable": "1.0.6", | ||
@@ -45,9 +41,11 @@ "argparse": "~1.0.9", | ||
"tapable": "1.1.3", | ||
"true-case-path": "~2.2.1" | ||
"true-case-path": "~2.2.1", | ||
"@rushstack/heft-config-file": "0.11.6", | ||
"@rushstack/node-core-library": "3.54.0", | ||
"@rushstack/rig-package": "0.3.17", | ||
"@rushstack/ts-command-line": "4.13.1" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "7.34.0", | ||
"@rushstack/eslint-config": "3.1.1", | ||
"@rushstack/heft": "0.48.0", | ||
"@rushstack/heft-node-rig": "1.11.0", | ||
"@rushstack/heft": "0.49.3", | ||
"@rushstack/heft-node-rig": "1.11.14", | ||
"@types/argparse": "1.0.38", | ||
@@ -61,3 +59,5 @@ "@types/eslint": "8.2.0", | ||
"tslint": "~5.20.1", | ||
"typescript": "~4.8.4" | ||
"typescript": "~4.8.4", | ||
"@microsoft/api-extractor": "7.34.1", | ||
"@rushstack/eslint-config": "3.1.1" | ||
}, | ||
@@ -64,0 +64,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
999186
9197
+ Added@rushstack/heft-config-file@0.11.6(transitive)
+ Added@rushstack/node-core-library@3.54.0(transitive)
+ Addedfunction-bind@1.1.2(transitive)
+ Addedhasown@2.0.2(transitive)
+ Addedis-core-module@2.16.1(transitive)
+ Addedresolve@1.22.10(transitive)
+ Addedsupports-preserve-symlinks-flag@1.0.0(transitive)
- Removed@rushstack/heft-config-file@0.11.5(transitive)
- Removed@rushstack/node-core-library@3.53.3(transitive)
- Removed@types/node@12.20.24(transitive)