@dra2020/baseclient 1.0.140 → 1.0.141

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.
@@ -1306,7 +1306,7 @@ class Evaluator {
1306
1306
  }
1307
1307
  }
1308
1308
  }
1309
- const reInvalidChars = /[\.\[\]\\]/;
1309
+ const reInvalidChars = /[\[\]\\]/;
1310
1310
  const reExpr = /^=(.*)$/;
1311
1311
  class FormatDetail {
1312
1312
  constructor(pattern, options) {