Skip to content

Commit

Permalink
Merge pull request #74 from hpcc-systems/martdo02-patch-1
Browse files Browse the repository at this point in the history
Martdo02 patch 1
  • Loading branch information
martdo02 authored Nov 20, 2024
2 parents ff4c835 + 4104a98 commit c5a4091
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/defaultSQL/checkCredentials.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const check = async function (environment, skipIfNotRequired = false) {
properties: {
username: {
description: `Please enter your username for the ${environment} environment`,
pattern: /^[a-zA-Z\d_]+$/,
message: 'Name must be only letters, underscore and digits',
pattern: /^[a-zA-Z\d_-]+$/,
message: 'Name should be only letters, digits, underscore and hyphens',
required
},
password: {
Expand Down
2 changes: 1 addition & 1 deletion packages/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.0.6",
"version": "2.0.7",
"description": "Setup for sql on Node",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/postgresql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "2.0.2",
"version": "2.0.3",
"description": "PostgreSQL support / step definitions for MAF",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c5a4091

Please sign in to comment.