@bbn/bbn 2.0.72 → 2.0.73

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/dt.js CHANGED
@@ -220,7 +220,7 @@ const dt = (value, inputFormat = null, cls = 'auto') => {
220
220
  const d = value;
221
221
  return new bbnDtDateTime(d.getFullYear(), d.getMonth() + 1, d.getDate(), d.getHours(), d.getMinutes(), d.getSeconds(), d.getMilliseconds());
222
222
  }
223
- throw new Error(_('Invalid date value: %s', value));
223
+ //throw new Error(_('Invalid date value: %s', value));
224
224
  };
225
225
  dt.locales = Object.create(null);
226
226
  dt.parse = parse;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "2.0.72",
3
+ "version": "2.0.73",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",