@rushstack/rig-package
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -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.37.0" | ||
"packageVersion": "7.39.1" | ||
} | ||
] | ||
} |
@@ -68,5 +68,5 @@ "use strict"; | ||
} | ||
exports.Helpers = Helpers; | ||
// Based on Path.isDownwardRelative() from @rushstack/node-core-library | ||
Helpers._upwardPathSegmentRegex = /([\/\\]|^)\.\.([\/\\]|$)/; | ||
exports.Helpers = Helpers; | ||
//# sourceMappingURL=Helpers.js.map |
@@ -274,2 +274,3 @@ "use strict"; | ||
} | ||
exports.RigConfig = RigConfig; | ||
// For syntax details, see PackageNameParser from @rushstack/node-core-library | ||
@@ -295,3 +296,2 @@ RigConfig._packageNameRegExp = /^(@[A-Za-z0-9\-_\.]+\/)?[A-Za-z0-9\-_\.]+$/; | ||
RigConfig._configCache = new Map(); | ||
exports.RigConfig = RigConfig; | ||
//# sourceMappingURL=RigConfig.js.map |
{ | ||
"name": "@rushstack/rig-package", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "A system for sharing tool configurations between projects without duplicating config files.", | ||
@@ -18,4 +18,4 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@rushstack/heft-node-rig": "2.2.23", | ||
"@rushstack/heft": "0.59.0", | ||
"@rushstack/heft-node-rig": "2.4.0", | ||
"@rushstack/heft": "0.64.0", | ||
"@types/heft-jest": "1.0.1", | ||
@@ -22,0 +22,0 @@ "@types/node": "18.17.15", |
@@ -227,4 +227,4 @@ # @rushstack/rig-package | ||
out what's new in the latest version | ||
- [API Reference](https://rushstack.io/pages/api/rig-package/) | ||
- [API Reference](https://api.rushstack.io/pages/rig-package/) | ||
`@rushstack/rig-package` is part of the [Rush Stack](https://rushstack.io/) family of projects. |
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
78287