Comparing version 4.3.0 to 4.3.1
@@ -73,2 +73,3 @@ "use strict"; | ||
pack.install({ dev: true, modulo: "@nestia/sdk", version: "latest" }); | ||
pack.install({ dev: true, modulo: "nestia", version: "latest" }); | ||
yield PluginConfigurator_1.PluginConfigurator.configure(args); | ||
@@ -75,0 +76,0 @@ }); |
{ | ||
"name": "nestia", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"description": "Nestia CLI tool", | ||
@@ -5,0 +5,0 @@ "main": "bin/index.js", |
@@ -61,4 +61,5 @@ import { ArgumentParser } from "./internal/ArgumentParser"; | ||
pack.install({ dev: true, modulo: "@nestia/sdk", version: "latest" }); | ||
pack.install({ dev: true, modulo: "nestia", version: "latest" }); | ||
await PluginConfigurator.configure(args); | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
59787
961