@axway/axway-central-cli 2.16.0-rc.0 → 2.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -257,7 +257,7 @@ const askForRedactionSet = async (setting, redactionSet) => {
257
257
  default: _types.YesNo.No,
258
258
  choices: _types.YesNoChoices
259
259
  })) === _types.YesNo.Yes;
260
- console.log(_chalk.default.gray("When a match for the key regular expression is made the match\nof the value regular expression will be replaced by the masking character"));
260
+ console.log(_chalk.default.gray("When a match for the key regular expression is found, a match\nfor the value regular expression will be replaced by the masking character(s)"));
261
261
 
262
262
  while (askSanitize) {
263
263
  const keyMatch = await (0, _basicPrompts.askInput)({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axway/axway-central-cli",
3
- "version": "2.16.0-rc.0",
3
+ "version": "2.16.0",
4
4
  "description": "Manage APIs, services and publish to the Unified Catalog",
5
5
  "homepage": "https://platform.axway.com",
6
6
  "author": {