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

@rushstack/heft

Package Overview
Dependencies
Maintainers
3
Versions
358
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.55.2 to 0.56.0

4

dist/heft.d.ts

@@ -20,5 +20,5 @@ /**

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

@@ -139,3 +139,3 @@ /**

*/
get rigConfig(): RigConfig;
get rigConfig(): IRigConfig;
/**

@@ -142,0 +142,0 @@ * The rig package resolver, which can be used to rig-resolve a requested package.

@@ -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.3"
"packageVersion": "7.35.4"
}
]
}
import { type ITerminalProvider, type IPackageJson, type ITerminal } from '@rushstack/node-core-library';
import { RigConfig } from '@rushstack/rig-package';
import { type IRigConfig } from '@rushstack/rig-package';
import { type IRigPackageResolver } from './RigPackageResolver';

@@ -48,3 +48,3 @@ /**

*/
get rigConfig(): RigConfig;
get rigConfig(): IRigConfig;
/**

@@ -51,0 +51,0 @@ * The rig package resolver, which can be used to rig-resolve a requested package.

import { type ITerminal, type IPackageJson } from '@rushstack/node-core-library';
import type { RigConfig } from '@rushstack/rig-package';
import type { IRigConfig } from '@rushstack/rig-package';
/**

@@ -20,3 +20,3 @@ * Rig resolves requested tools from the project's Heft rig.

projectPackageJson: IPackageJson;
rigConfig: RigConfig;
rigConfig: IRigConfig;
}

@@ -23,0 +23,0 @@ /**

import { type ITerminal } from '@rushstack/node-core-library';
import type { RigConfig } from '@rushstack/rig-package';
import type { IRigConfig } from '@rushstack/rig-package';
import type { IDeleteOperation } from '../plugins/DeleteFilesPlugin';

@@ -47,5 +47,5 @@ import type { INodeServicePluginConfiguration } from '../plugins/NodeServicePlugin';

*/
static loadHeftConfigurationFileForProjectAsync(terminal: ITerminal, projectPath: string, rigConfig?: RigConfig | undefined): Promise<IHeftConfigurationJson>;
static tryLoadNodeServiceConfigurationFileAsync(terminal: ITerminal, projectPath: string, rigConfig?: RigConfig | undefined): Promise<INodeServicePluginConfiguration | undefined>;
static loadHeftConfigurationFileForProjectAsync(terminal: ITerminal, projectPath: string, rigConfig?: IRigConfig | undefined): Promise<IHeftConfigurationJson>;
static tryLoadNodeServiceConfigurationFileAsync(terminal: ITerminal, projectPath: string, rigConfig?: IRigConfig | undefined): Promise<INodeServicePluginConfiguration | undefined>;
}
//# sourceMappingURL=CoreConfigFiles.d.ts.map
{
"name": "@rushstack/heft",
"version": "0.55.2",
"version": "0.56.0",
"description": "Build all your JavaScript projects the same way: A way that works.",

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

"watchpack": "2.4.0",
"@rushstack/heft-config-file": "0.12.5",
"@rushstack/heft-config-file": "0.13.0",
"@rushstack/node-core-library": "3.59.4",
"@rushstack/rig-package": "0.3.21",
"@rushstack/rig-package": "0.4.0",
"@rushstack/ts-command-line": "4.15.1"

@@ -56,3 +56,3 @@ },

"typescript": "~5.0.4",
"@microsoft/api-extractor": "7.35.4",
"@microsoft/api-extractor": "7.36.0",
"@rushstack/eslint-config": "3.3.2"

@@ -59,0 +59,0 @@ },

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

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