Comparing version 1.1.9 to 1.1.10
@@ -13,3 +13,3 @@ import process from 'node:process'; | ||
const package_ = await getPackageJson(join(__dirname, '..')); | ||
updateNotifier({ pkg: package_ }).notify(); | ||
updateNotifier({ pkg: package_ }).notify({ isGlobal: true }); | ||
if (arguments_.includes('--verbose')) { | ||
@@ -16,0 +16,0 @@ debug.enable('*'); |
{ | ||
"name": "azd-infra", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"description": "Manages your Azure Developer CLI projects' infrastructure", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
33369