@bbn/bbn 2.0.82 → 2.0.83

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.
@@ -30,7 +30,7 @@ class bbnDtDuration {
30
30
  ['y', 'm', 'd', 'h', 'i', 's'].includes(realUnit) ? 0 : value
31
31
  ];
32
32
  const dur = new Temporal.Duration(...ctx);
33
- return new bbnDtDuration(dur, 0, 0, 0, 0, 0, 0, realUnit);
33
+ return new bbnDtDuration(dur);
34
34
  }
35
35
  constructor(y, m, d, h, i, s, ms, unit) {
36
36
  _bbnDtDuration_instances.add(this);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "2.0.82",
3
+ "version": "2.0.83",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",