@bbn/bbn 2.0.77 → 2.0.78

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.
@@ -216,7 +216,7 @@ export class bbnDt {
216
216
  if (!(other instanceof bbnDt)) {
217
217
  other = bbn.dt(other, null, this.kind);
218
218
  }
219
- return bbnDt.compare(this.value, other.value, unit);
219
+ return bbnDt.compare(this, other, unit);
220
220
  }
221
221
  add(amount, unit) {
222
222
  if (!this.value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "2.0.77",
3
+ "version": "2.0.78",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",