@amir-cli/cli-set
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@amir-cli/cli-set", | ||
"type": "module", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "set plugin for cli", | ||
@@ -6,0 +6,0 @@ "main": "Set.js", |
@@ -38,3 +38,3 @@ import fs from 'fs'; | ||
} | ||
return {...currentObject, [fieldName]: newValue} | ||
return {...currentObject, [fieldName]: parseInt(newValue)} | ||
} | ||
@@ -41,0 +41,0 @@ // If new value is a Boolean |
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
4972