@bbn/bbn 1.0.466 → 1.0.467

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.
package/dist/date.d.ts CHANGED
@@ -22,7 +22,7 @@ declare class bbnDateTool {
22
22
  get WW(): string;
23
23
  get isValid(): boolean;
24
24
  get daysInMonth(): number;
25
- get valueOf(): number;
25
+ valueOf(): number;
26
26
  add(value: number, unit?: string): bbnDateTool | null;
27
27
  sub(value: number, unit: string | null): bbnDateTool;
28
28
  subtract(value: number, unit: string | null): bbnDateTool;
package/dist/date.js CHANGED
@@ -339,7 +339,7 @@ class bbnDateTool {
339
339
  }
340
340
  return __classPrivateFieldGet(this, _bbnDateTool_daysInMonth, "f");
341
341
  }
342
- get valueOf() {
342
+ valueOf() {
343
343
  return this.mtst;
344
344
  }
345
345
  add(value, unit = 'd') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "1.0.466",
3
+ "version": "1.0.467",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",