@bbn/bbn 1.0.99 → 1.0.100

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
@@ -4326,7 +4326,7 @@
4326
4326
  const dateSQL = function (v, dayOnly) {
4327
4327
  let value = (0, date_js_4.date)(v);
4328
4328
  if (value) {
4329
- return (0, dayjs_min_js_1.dayjs)(value).format('YYYY-MM-DD' + (dayOnly ? '' : ' HH:mm:ss'));
4329
+ return (0, dayjs_min_js_1.default)(value).format('YYYY-MM-DD' + (dayOnly ? '' : ' HH:mm:ss'));
4330
4330
  }
4331
4331
  };
4332
4332
  exports.dateSQL = dateSQL;
@@ -1,5 +1,5 @@
1
1
  import { date } from "./date.js";
2
- import { dayjs } from '../../../node_modules/dayjs/dayjs.min.js';
2
+ import dayjs from '../../../node_modules/dayjs/dayjs.min.js';
3
3
  /**
4
4
  * Returns a date with SQL format.
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "1.0.99",
3
+ "version": "1.0.100",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",