@rushstack/heft-config-file
Advanced tools
Comparing version 0.11.5 to 0.11.6
@@ -0,1 +1,8 @@ | ||
/** | ||
* A library for loading config files for use with the | ||
* {@link https://rushstack.io/pages/heft/overview/ | Heft} build system. | ||
* | ||
* @packageDocumentation | ||
*/ | ||
import { ITerminal } from '@rushstack/node-core-library'; | ||
@@ -2,0 +9,0 @@ import { RigConfig } from '@rushstack/rig-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.32.0" | ||
"packageVersion": "7.34.0" | ||
} | ||
] | ||
} |
@@ -0,2 +1,8 @@ | ||
/** | ||
* A library for loading config files for use with the | ||
* {@link https://rushstack.io/pages/heft/overview/ | Heft} build system. | ||
* | ||
* @packageDocumentation | ||
*/ | ||
export { ConfigurationFile, IConfigurationFileOptionsBase, IConfigurationFileOptionsWithJsonSchemaFilePath, IConfigurationFileOptionsWithJsonSchemaObject, IConfigurationFileOptions, ICustomJsonPathMetadata, ICustomPropertyInheritance, IJsonPathMetadata, IJsonPathsMetadata, InheritanceType, INonCustomJsonPathMetadata, IOriginalValueOptions, IPropertiesInheritance, IPropertyInheritance, IPropertyInheritanceDefaults, PathResolutionMethod, PropertyInheritanceCustomFunction } from './ConfigurationFile'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -6,2 +6,8 @@ "use strict"; | ||
exports.PathResolutionMethod = exports.InheritanceType = exports.ConfigurationFile = void 0; | ||
/** | ||
* A library for loading config files for use with the | ||
* {@link https://rushstack.io/pages/heft/overview/ | Heft} build system. | ||
* | ||
* @packageDocumentation | ||
*/ | ||
var ConfigurationFile_1 = require("./ConfigurationFile"); | ||
@@ -8,0 +14,0 @@ Object.defineProperty(exports, "ConfigurationFile", { enumerable: true, get: function () { return ConfigurationFile_1.ConfigurationFile; } }); |
{ | ||
"name": "@rushstack/heft-config-file", | ||
"version": "0.11.5", | ||
"version": "0.11.6", | ||
"description": "Configuration file loader for @rushstack/heft", | ||
@@ -18,12 +18,12 @@ "repository": { | ||
"dependencies": { | ||
"@rushstack/node-core-library": "3.53.3", | ||
"@rushstack/rig-package": "0.3.17", | ||
"jsonpath-plus": "~4.0.0" | ||
"jsonpath-plus": "~4.0.0", | ||
"@rushstack/node-core-library": "3.54.0", | ||
"@rushstack/rig-package": "0.3.17" | ||
}, | ||
"devDependencies": { | ||
"@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/heft-jest": "1.0.1", | ||
"@types/node": "12.20.24" | ||
"@types/node": "12.20.24", | ||
"@rushstack/eslint-config": "3.1.1" | ||
}, | ||
@@ -30,0 +30,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
103510
1041
+ 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.0(transitive)
+ Addedresolve@1.22.9(transitive)
+ Addedsupports-preserve-symlinks-flag@1.0.0(transitive)
- Removed@rushstack/node-core-library@3.53.3(transitive)
- Removed@types/node@12.20.24(transitive)