@bbn/bbn 2.0.122 → 2.0.123

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.
@@ -538,10 +538,10 @@ export default function parse(input, format, cls = 'auto', force, locale) {
538
538
  pattern += escapeRegex(fmt[i]);
539
539
  i += 1;
540
540
  }
541
- if (!ctx.month && (fmt === "YYYY-MM-DD HH:mm:ss")) {
542
- bbn.fn.log(i);
543
- debugger;
544
- }
541
+ }
542
+ if (!ctx.month && (fmt === "YYYY-MM-DD HH:mm:ss")) {
543
+ bbn.fn.log(i);
544
+ debugger;
545
545
  }
546
546
  const fullRegex = new RegExp('^' + pattern + '$');
547
547
  let match = fullRegex.exec(input);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "2.0.122",
3
+ "version": "2.0.123",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",