@bbn/bbn 2.0.59 → 2.0.61

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.
@@ -15,8 +15,6 @@ const lc = function (str, localeCode) {
15
15
  };
16
16
  export default function parse(input, format, cls = 'auto', locale) {
17
17
  var _a, _b, _c, _d, _e, _f, _g;
18
- bbn.fn.log([input, format, cls]);
19
- debugger;
20
18
  buildLocaleFromIntl();
21
19
  const TemporalAny = globalThis.Temporal;
22
20
  if (!TemporalAny) {
@@ -513,7 +511,6 @@ export default function parse(input, format, cls = 'auto', locale) {
513
511
  }
514
512
  }
515
513
  if (matchedToken) {
516
- debugger;
517
514
  pattern += `(${matchedToken.regex})`;
518
515
  if (matchedToken.apply) {
519
516
  applyFns.push(value => matchedToken.apply(value, ctx));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "2.0.59",
3
+ "version": "2.0.61",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",