@arco-cli/stone
Advanced tools
Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2
@@ -31,3 +31,3 @@ "use strict"; | ||
if (extension.loaded) return null; | ||
// create an index of all vertices in dependency graph | ||
// create an index of all vertices in a dependency graph | ||
const deps = this.graph.getRuntimeDependencies(extension, runtime); | ||
@@ -34,0 +34,0 @@ const instances = deps.map(extension => extension.instance); |
{ | ||
"name": "@arco-cli/stone", | ||
"version": "2.0.0-alpha.1", | ||
"version": "2.0.0-alpha.2", | ||
"description": "Plugin system for Arco cli", | ||
@@ -22,3 +22,4 @@ "main": "./dist/index.js", | ||
], | ||
"license": "MIT" | ||
"license": "MIT", | ||
"gitHead": "15e3acc6046c6f9f599bdf9ada0bdae3d47c921f" | ||
} |
Sorry, the diff of this file is not supported yet
82286
66