@bbn/bbn 1.0.207 → 1.0.209

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.
@@ -1,6 +1,6 @@
1
1
  import dayjs from 'dayjs';
2
2
  import isLeapYear from 'dayjs/plugin/isLeapYear.js';
3
- //import dayjs_plugin_calendar from 'dayjs/plugin/calendar.js';
3
+ import dayjs_plugin_calendar from 'dayjs/plugin/calendar.js';
4
4
  import fdate from './fdate.js';
5
5
  import date from './date.js';
6
6
  import isDate from '../type/isDate.js';
@@ -8,7 +8,7 @@ import isString from '../type/isString.js';
8
8
  var bbn = {
9
9
  _: function (st) { return st; }
10
10
  };
11
- //dayjs.extend(dayjs_plugin_calendar);
11
+ dayjs.extend(dayjs_plugin_calendar);
12
12
  dayjs.extend(isLeapYear);
13
13
  /**
14
14
  * Returns a date relative to the current day.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "1.0.207",
3
+ "version": "1.0.209",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",