@pnpm/workspace.pkgs-graph
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "@pnpm/workspace.pkgs-graph", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Create a graph from an array of packages", | ||
@@ -14,3 +14,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=14.6" | ||
"node": ">=16.14" | ||
}, | ||
@@ -24,3 +24,3 @@ "bugs": { | ||
"better-path-resolve": "1.0.0", | ||
"@pnpm/workspace.pkgs-graph": "1.0.0" | ||
"@pnpm/workspace.pkgs-graph": "2.0.0" | ||
}, | ||
@@ -30,7 +30,7 @@ "dependencies": { | ||
"ramda": "npm:@pnpm/ramda@0.28.1", | ||
"@pnpm/resolve-workspace-range": "4.0.0" | ||
"@pnpm/resolve-workspace-range": "5.0.0" | ||
}, | ||
"funding": "https://opencollective.com/pnpm", | ||
"keywords": [ | ||
"pnpm7" | ||
"pnpm8" | ||
], | ||
@@ -41,3 +41,3 @@ "exports": { | ||
"scripts": { | ||
"lint": "eslint src/**/*.ts test/**/*.ts", | ||
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", | ||
"_test": "jest", | ||
@@ -44,0 +44,0 @@ "test": "pnpm run compile && pnpm run _test", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
11005
1
+ Added@pnpm/resolve-workspace-range@5.0.0(transitive)
- Removed@pnpm/resolve-workspace-range@4.0.0(transitive)