@bbn/bbn 1.0.112 → 1.0.113

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/bundle.js CHANGED
@@ -3699,7 +3699,7 @@
3699
3699
  const bbn = {
3700
3700
  _: st => st
3701
3701
  };
3702
- dayjs_min_js_1.default.extend(dayjs_plugin_calendar);
3702
+ dayjs_min_js_1.default.extend(calendar_js_1.default);
3703
3703
  /**
3704
3704
  * Returns a date relative to the current day.
3705
3705
  *
@@ -8,7 +8,7 @@ const { dayjs_plugin_calendar } = pkg;
8
8
  const bbn = {
9
9
  _: st => st
10
10
  };
11
- dayjs.extend(dayjs_plugin_calendar);
11
+ dayjs.extend(pkg);
12
12
  /**
13
13
  * Returns a date relative to the current day.
14
14
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "1.0.112",
3
+ "version": "1.0.113",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",