@artus/core
Advanced tools
Comparing version 2.0.0-beta.1 to 2.0.0-beta.2
@@ -25,7 +25,3 @@ "use strict"; | ||
// Init scan-task queue with a root task | ||
const taskQueue = [{ | ||
curPath: '.', | ||
refName: constant_1.DEFAULT_APP_REF, | ||
isPackage: false, | ||
}]; | ||
const taskQueue = []; | ||
// Init scan-task scanner | ||
@@ -38,2 +34,8 @@ const app = (_a = this.options.app) !== null && _a !== void 0 ? _a : new application_1.ArtusApplication(); | ||
} | ||
// Add Root Task(make it as top/start) | ||
taskQueue.unshift({ | ||
curPath: '.', | ||
refName: constant_1.DEFAULT_APP_REF, | ||
isPackage: false, | ||
}); | ||
// Run task queue | ||
@@ -40,0 +42,0 @@ while (taskQueue.length > 0) { |
{ | ||
"name": "@artus/core", | ||
"version": "2.0.0-beta.1", | ||
"version": "2.0.0-beta.2", | ||
"description": "Core package of Artus", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120546
2898