@rushstack/heft-config-file
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "0.7.2", | ||
"tag": "@rushstack/heft-config-file_v0.7.2", | ||
"date": "Fri, 08 Oct 2021 08:08:34 GMT", | ||
"comments": { | ||
"dependency": [ | ||
{ | ||
"comment": "Updating dependency \"@rushstack/node-core-library\" to `3.42.2`" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "0.7.1", | ||
@@ -7,0 +19,0 @@ "tag": "@rushstack/heft-config-file_v0.7.1", |
# Change Log - @rushstack/heft-config-file | ||
This log was last generated on Thu, 07 Oct 2021 07:13:35 GMT and should not be manually modified. | ||
This log was last generated on Fri, 08 Oct 2021 08:08:34 GMT and should not be manually modified. | ||
## 0.7.2 | ||
Fri, 08 Oct 2021 08:08:34 GMT | ||
_Version update only_ | ||
## 0.7.1 | ||
@@ -6,0 +11,0 @@ Thu, 07 Oct 2021 07:13:35 GMT |
@@ -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.9" | ||
"packageVersion": "7.18.14" | ||
} | ||
] | ||
} |
@@ -19,3 +19,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -192,3 +192,3 @@ return result; | ||
for (const [jsonPath, metadata] of Object.entries(this._jsonPathMetadata)) { | ||
jsonpath_plus_1.JSONPath({ | ||
(0, jsonpath_plus_1.JSONPath)({ | ||
path: jsonPath, | ||
@@ -195,0 +195,0 @@ json: configurationJson, |
@@ -5,2 +5,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PathResolutionMethod = exports.InheritanceType = exports.ConfigurationFile = void 0; | ||
var ConfigurationFile_1 = require("./ConfigurationFile"); | ||
@@ -7,0 +8,0 @@ Object.defineProperty(exports, "ConfigurationFile", { enumerable: true, get: function () { return ConfigurationFile_1.ConfigurationFile; } }); |
{ | ||
"name": "@rushstack/heft-config-file", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Configuration file loader for @rushstack/heft", | ||
@@ -17,3 +17,3 @@ "repository": { | ||
"dependencies": { | ||
"@rushstack/node-core-library": "3.42.1", | ||
"@rushstack/node-core-library": "3.42.2", | ||
"@rushstack/rig-package": "0.3.2", | ||
@@ -24,4 +24,4 @@ "jsonpath-plus": "~4.0.0" | ||
"@rushstack/eslint-config": "2.4.2", | ||
"@rushstack/heft": "0.38.1", | ||
"@rushstack/heft-node-rig": "1.2.13", | ||
"@rushstack/heft": "0.41.3", | ||
"@rushstack/heft-node-rig": "1.2.22", | ||
"@types/heft-jest": "1.0.1", | ||
@@ -28,0 +28,0 @@ "@types/node": "12.20.24" |
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
105920
1603
+ Added@rushstack/node-core-library@3.42.2(transitive)
- Removed@rushstack/node-core-library@3.42.1(transitive)