@bbn/bbn 2.0.90 → 2.0.91

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.
@@ -229,7 +229,7 @@ export class bbnDt {
229
229
  throw new TypeError('Cannot compare different Temporal or bbnDt types');
230
230
  }
231
231
  static parse(input, format, cls = 'auto', locale) {
232
- return parse(input, format, cls, locale);
232
+ return bbn.dt(input, format, cls, locale);
233
233
  }
234
234
  parse(input, format) {
235
235
  return bbnDt.parse(input, format, camelToCss(this.kind));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "2.0.90",
3
+ "version": "2.0.91",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",