@tenancy.nz/ui 1.1.9 → 1.2.1
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.
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
var _rollupPluginBabelHelpers = require('../../_virtual/_rollupPluginBabelHelpers.cjs');
|
|
4
4
|
var dayjs = require('dayjs');
|
|
5
|
-
var customParseFormat = require('dayjs/plugin/customParseFormat');
|
|
5
|
+
var customParseFormat = require('dayjs/plugin/customParseFormat.js');
|
|
6
6
|
var array = require('./array.cjs');
|
|
7
7
|
var string = require('./string.cjs');
|
|
8
8
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { toConsumableArray as _toConsumableArray } from '../../_virtual/_rollupPluginBabelHelpers.js';
|
|
2
2
|
import dayjs from 'dayjs';
|
|
3
|
-
import customParseFormat from 'dayjs/plugin/customParseFormat';
|
|
3
|
+
import customParseFormat from 'dayjs/plugin/customParseFormat.js';
|
|
4
4
|
import { range as _range } from './array.js';
|
|
5
5
|
import { strPadStart } from './string.js';
|
|
6
6
|
|