@bbn/bbn 2.0.142 → 2.0.144

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.
@@ -215,6 +215,7 @@ export class bbnDt {
215
215
  throw new TypeError('This Temporal type does not support until/since');
216
216
  }
217
217
  const diff = rawA.until(rawB, { smallestUnit: realUnit, largestUnit: realUnit });
218
+ bbn.fn.log(['compare0', diff, realUnit, diff.sign, a.date(), b.date(), rawA.day, rawB.day]);
218
219
  return diff.sign;
219
220
  }
220
221
  // ---- CASE 2: different constructors, but convertible bbnDt kinds ----
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "2.0.142",
3
+ "version": "2.0.144",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",