@bbn/bbn 2.0.27 → 2.0.29

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.
@@ -155,12 +155,15 @@ export default function buildLocaleFromIntl() {
155
155
  weekdaysLong.push(fmtWeekLong.format(d));
156
156
  weekdaysShort.push(fmtWeekShort.format(d));
157
157
  }
158
- const { date, time } = getCommonFormatsForLocale(langs);
158
+ const { date, time, datetime } = getCommonFormatsForLocale(langs);
159
159
  extend(bbn.dt.locales, {
160
160
  monthsLong,
161
161
  monthsShort,
162
162
  weekdaysLong,
163
163
  weekdaysShort,
164
+ date,
165
+ time,
166
+ datetime
164
167
  });
165
168
  }
166
169
  ;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbn/bbn",
3
- "version": "2.0.27",
3
+ "version": "2.0.29",
4
4
  "description": "Javascript toolkit",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",