@bbn/bbn 2.0.88 → 2.0.89

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.
@@ -720,6 +720,7 @@ export class bbnDt {
720
720
  targetMs = parsed.toEpochMs();
721
721
  }
722
722
  else {
723
+ bbn.fn.log("DATE??", date);
723
724
  throw new TypeError('Unsupported date argument for diff');
724
725
  }
725
726
  const nowMs = this.toEpochMs();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "2.0.88",
3
+ "version": "2.0.89",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",