@teqed/interact-ibmi
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -214,3 +214,2 @@ import inquirer from 'inquirer'; | ||
console.log(`User ${newUser} created.`); | ||
console.log(CHGUSRPRF(toUser.userId, toUser.userPasswordExpirationInterval, toUser.userMaximumAllowedStorage, toUser.userCharacterCodeSetId)); | ||
await cmdOdbc(CHGUSRPRF(toUser.userId, toUser.userPasswordExpirationInterval, toUser.userMaximumAllowedStorage, toUser.userCharacterCodeSetId)).catch(async (error) => { | ||
@@ -217,0 +216,0 @@ const parseError = await parseErrorMessage(error); |
@@ -87,3 +87,3 @@ { | ||
"type": "module", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"engines": { | ||
@@ -90,0 +90,0 @@ "node": ">=16.0.0" |
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
54655
1140