opticore-installer 1.2.51 → 1.2.52

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.
package/dist/index.cjs CHANGED
@@ -292,7 +292,7 @@ var SPromptsDBCredentials = class {
292
292
  CDbNameLabel.placeholderDBUser,
293
293
  CDbNameLabel.dbUserInvalidValue,
294
294
  CDbNameLabel.dbUserBadPattern,
295
- "^[a-zA-Z0-9]+$",
295
+ "^.+$",
296
296
  this.projectPath
297
297
  );
298
298
  if (user instanceof Function) {
@@ -351,7 +351,7 @@ var SPromptsDBCredentials = class {
351
351
  CDbNameLabel.placeholderDBName,
352
352
  CDbNameLabel.dbNameInvalidValue,
353
353
  CDbNameLabel.dbNameBadPattern,
354
- "^[a-zA-Z0-9]+$",
354
+ "^.+$",
355
355
  this.projectPath
356
356
  );
357
357
  if (dbName instanceof Function) {
package/dist/index.js CHANGED
@@ -269,7 +269,7 @@ var SPromptsDBCredentials = class {
269
269
  CDbNameLabel.placeholderDBUser,
270
270
  CDbNameLabel.dbUserInvalidValue,
271
271
  CDbNameLabel.dbUserBadPattern,
272
- "^[a-zA-Z0-9]+$",
272
+ "^.+$",
273
273
  this.projectPath
274
274
  );
275
275
  if (user instanceof Function) {
@@ -328,7 +328,7 @@ var SPromptsDBCredentials = class {
328
328
  CDbNameLabel.placeholderDBName,
329
329
  CDbNameLabel.dbNameInvalidValue,
330
330
  CDbNameLabel.dbNameBadPattern,
331
- "^[a-zA-Z0-9]+$",
331
+ "^.+$",
332
332
  this.projectPath
333
333
  );
334
334
  if (dbName instanceof Function) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opticore-installer",
3
- "version": "1.2.51",
3
+ "version": "1.2.52",
4
4
  "description": "opticore framework installer",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",