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

@nx-dotnet/utils

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nx-dotnet/utils - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5-dev.1

@@ -10,3 +10,3 @@ {

},
"version": "0.1.4"
"version": "0.1.5-dev.1"
}

@@ -5,3 +5,2 @@ "use strict";

const _glob = require("glob");
const glob_1 = require("glob");
/**

@@ -30,3 +29,3 @@ * Wraps the glob package in a promise api.

console.log(`Looking for project files at '${path}/**/*.*proj'`);
const results = glob_1.sync(`${path}/**/*.*proj`);
const results = _glob.sync(`${path}/**/*.*proj`);
if (!results || results.length === 0) {

@@ -33,0 +32,0 @@ throw new Error("Unable to find a build-able project within project's source directory!");

@@ -10,2 +10,3 @@ "use strict";

tslib_1.__exportStar(require("./workspace"), exports);
tslib_1.__exportStar(require("./models"), exports);
//# sourceMappingURL=index.js.map

@@ -5,6 +5,6 @@ "use strict";

const tslib_1 = require("tslib");
const glob_1 = require("./glob");
const fs_1 = require("fs");
const path_1 = require("path");
const xmldoc_1 = require("xmldoc");
const path_1 = require("path");
const glob_1 = require("./glob");
function getProjectFileForNxProject(project) {

@@ -11,0 +11,0 @@ return tslib_1.__awaiter(this, void 0, void 0, function* () {

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