@dvabuzyarov/product-version
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "@dvabuzyarov/product-version", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "Updates production version in the environment files", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -19,3 +19,3 @@ "use strict"; | ||
if (!options.project) { | ||
options.project = Object.keys(workspace.projects)[0]; | ||
options.project = Array.from(workspace.projects.keys())[0]; | ||
} | ||
@@ -22,0 +22,0 @@ const project = workspace.projects.get(options.project); |
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
68613