@rushstack/rig-package
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -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.37.0" | ||
} | ||
] | ||
} |
@@ -7,5 +7,5 @@ /// <reference types="node" /> | ||
static nodeResolveAsync(id: string, opts: nodeResolve.AsyncOpts): Promise<string>; | ||
static fsExistsAsync(path: fs.PathLike): Promise<boolean>; | ||
static fsExistsAsync(filesystemPath: fs.PathLike): Promise<boolean>; | ||
static isDownwardRelative(inputPath: string): boolean; | ||
} | ||
//# sourceMappingURL=Helpers.d.ts.map |
@@ -49,5 +49,5 @@ "use strict"; | ||
} | ||
static async fsExistsAsync(path) { | ||
static async fsExistsAsync(filesystemPath) { | ||
return await new Promise((resolve) => { | ||
fs.exists(path, (exists) => { | ||
fs.exists(filesystemPath, (exists) => { | ||
resolve(exists); | ||
@@ -54,0 +54,0 @@ }); |
{ | ||
"name": "@rushstack/rig-package", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"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.6", | ||
"@rushstack/heft": "0.54.0", | ||
"@rushstack/heft-node-rig": "2.2.23", | ||
"@rushstack/heft": "0.59.0", | ||
"@types/heft-jest": "1.0.1", | ||
@@ -26,3 +26,3 @@ "@types/node": "18.17.15", | ||
"resolve": "~1.22.1", | ||
"@rushstack/eslint-config": "3.3.4" | ||
"local-eslint-config": "1.0.0" | ||
}, | ||
@@ -29,0 +29,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
77856