@pnpm/deps.graph-sequencer
Advanced tools
Comparing version 2.0.1 to 900.0.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.graphSequencer = void 0; | ||
exports.graphSequencer = graphSequencer; | ||
/** | ||
@@ -106,3 +106,2 @@ * Performs topological sorting on a graph while supporting node restrictions. | ||
} | ||
exports.graphSequencer = graphSequencer; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@pnpm/deps.graph-sequencer", | ||
"version": "2.0.1", | ||
"version": "900.0.0", | ||
"description": "Sort items in a graph using a topological sort", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@pnpm/deps.graph-sequencer": "2.0.1" | ||
"@pnpm/deps.graph-sequencer": "900.0.0" | ||
}, | ||
@@ -33,2 +33,5 @@ "exports": { | ||
}, | ||
"jest": { | ||
"preset": "@pnpm/jest-config" | ||
}, | ||
"scripts": { | ||
@@ -35,0 +38,0 @@ "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", |
Sorry, the diff of this file is not supported yet
10575
124