@yarnpkg/plugin-workspace-tools
Advanced tools
Comparing version 3.0.0-rc.2 to 3.0.0-rc.3
@@ -9,6 +9,6 @@ "use strict"; | ||
const clipanion_1 = require("clipanion"); | ||
const micromatch_1 = (0, tslib_1.__importDefault)(require("micromatch")); | ||
const micromatch_1 = tslib_1.__importDefault(require("micromatch")); | ||
const os_1 = require("os"); | ||
const p_limit_1 = (0, tslib_1.__importDefault)(require("p-limit")); | ||
const t = (0, tslib_1.__importStar)(require("typanion")); | ||
const p_limit_1 = tslib_1.__importDefault(require("p-limit")); | ||
const t = tslib_1.__importStar(require("typanion")); | ||
// eslint-disable-next-line arca/no-default-export | ||
@@ -94,4 +94,4 @@ class WorkspacesForeachCommand extends cli_1.BaseCommand { | ||
const processing = new Set(); | ||
const concurrency = this.parallel ? Math.max(1, (0, os_1.cpus)().length / 2) : 1; | ||
const limit = (0, p_limit_1.default)(this.jobs || concurrency); | ||
const concurrency = this.parallel ? Math.max(1, os_1.cpus().length / 2) : 1; | ||
const limit = p_limit_1.default(this.jobs || concurrency); | ||
let commandCount = 0; | ||
@@ -98,0 +98,0 @@ let finalExitCode = null; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
const focus_1 = (0, tslib_1.__importDefault)(require("./commands/focus")); | ||
const foreach_1 = (0, tslib_1.__importDefault)(require("./commands/foreach")); | ||
const focus_1 = tslib_1.__importDefault(require("./commands/focus")); | ||
const foreach_1 = tslib_1.__importDefault(require("./commands/foreach")); | ||
const plugin = { | ||
@@ -7,0 +7,0 @@ commands: [ |
{ | ||
"name": "@yarnpkg/plugin-workspace-tools", | ||
"version": "3.0.0-rc.2", | ||
"version": "3.0.0-rc.3", | ||
"license": "BSD-2-Clause", | ||
"main": "./lib/index.js", | ||
"dependencies": { | ||
"@yarnpkg/fslib": "^2.5.0-rc.2", | ||
"@yarnpkg/fslib": "^2.5.0-rc.3", | ||
"clipanion": "^3.0.0-rc.10", | ||
@@ -15,11 +15,11 @@ "micromatch": "^4.0.2", | ||
"peerDependencies": { | ||
"@yarnpkg/cli": "^3.0.0-rc.2", | ||
"@yarnpkg/core": "^3.0.0-rc.2" | ||
"@yarnpkg/cli": "^3.0.0-rc.3", | ||
"@yarnpkg/core": "^3.0.0-rc.3" | ||
}, | ||
"devDependencies": { | ||
"@types/micromatch": "^4.0.1", | ||
"@yarnpkg/builder": "^3.0.0-rc.2", | ||
"@yarnpkg/cli": "^3.0.0-rc.2", | ||
"@yarnpkg/core": "^3.0.0-rc.2", | ||
"typescript": "beta" | ||
"@yarnpkg/builder": "3.0.0-rc.3", | ||
"@yarnpkg/cli": "3.0.0-rc.3", | ||
"@yarnpkg/core": "3.0.0-rc.3", | ||
"typescript": "^4.3.2" | ||
}, | ||
@@ -45,3 +45,3 @@ "scripts": { | ||
"engines": { | ||
"node": ">=10.19.0" | ||
"node": ">=12 <14 || 14.2 - 14.9 || >14.10.0" | ||
}, | ||
@@ -48,0 +48,0 @@ "stableVersion": "2.2.0", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
23392
1
Updated@yarnpkg/fslib@^2.5.0-rc.3