Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rushstack/heft

Package Overview
Dependencies
Maintainers
2
Versions
359
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/heft - npm Package Compare versions

Comparing version 0.41.0 to 0.41.1

9

CHANGELOG.md
# Change Log - @rushstack/heft
This log was last generated on Tue, 05 Oct 2021 15:08:37 GMT and should not be manually modified.
This log was last generated on Wed, 06 Oct 2021 02:41:48 GMT and should not be manually modified.
## 0.41.1
Wed, 06 Oct 2021 02:41:48 GMT
### Patches
- Replace ITerminal with Terminal in data structure values to preserve compatability with plugins written before ITerminal.
## 0.41.0

@@ -6,0 +13,0 @@ Tue, 05 Oct 2021 15:08:37 GMT

7

dist/heft.d.ts

@@ -18,2 +18,3 @@ import { AsyncParallelHook } from 'tapable';

import { SyncHook } from 'tapable';
import { Terminal } from '@rushstack/node-core-library';

@@ -159,3 +160,3 @@ declare class BuildStage extends StageBase<BuildStageHooks, IBuildStageProperties, IBuildStageOptions> {

*/
get globalTerminal(): ITerminal;
get globalTerminal(): Terminal;
/**

@@ -637,3 +638,3 @@ * Terminal provider for the provided terminal.

export declare interface IScopedLogger {
readonly terminal: ITerminal;
readonly terminal: Terminal;
/**

@@ -790,3 +791,3 @@ * Call this function to emit an error to the heft runtime.

readonly terminalProvider: ITerminalProvider;
readonly terminal: ITerminal;
readonly terminal: Terminal;
/**

@@ -793,0 +794,0 @@ * @internal

@@ -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.18.12"
"packageVersion": "7.18.13"
}
]
}

@@ -1,2 +0,2 @@

import { ITerminal, ITerminalProvider, IPackageJson } from '@rushstack/node-core-library';
import { Terminal, ITerminalProvider, IPackageJson } from '@rushstack/node-core-library';
import { RigConfig } from '@rushstack/rig-package';

@@ -72,3 +72,3 @@ /**

*/
get globalTerminal(): ITerminal;
get globalTerminal(): Terminal;
/**

@@ -75,0 +75,0 @@ * Terminal provider for the provided terminal.

@@ -1,2 +0,2 @@

import { ITerminal, ITerminalProvider } from '@rushstack/node-core-library';
import { Terminal, ITerminalProvider } from '@rushstack/node-core-library';
import { IHeftPlugin } from '../IHeftPlugin';

@@ -14,3 +14,3 @@ export interface IScopedLoggerOptions {

export interface IScopedLogger {
readonly terminal: ITerminal;
readonly terminal: Terminal;
/**

@@ -41,3 +41,3 @@ * Call this function to emit an error to the heft runtime.

readonly terminalProvider: ITerminalProvider;
readonly terminal: ITerminal;
readonly terminal: Terminal;
/**

@@ -44,0 +44,0 @@ * @internal

{
"name": "@rushstack/heft",
"version": "0.41.0",
"version": "0.41.1",
"description": "Build all your JavaScript projects the same way: A way that works.",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc