bhd-components 0.5.8 → 0.6.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.
- package/dist/{f2b01b9c.esm.es5.development.js → ab2a98d6.esm.es5.development.js} +1 -1
- package/dist/{5764783e.esm.es5.production.js → b8edd934.esm.es5.production.js} +1 -1
- package/dist/index.esm.es5.development.js +52 -6
- package/dist/index.esm.es5.production.js +1 -1
- package/es2017/customerService/index.js +22 -35
- package/es2017/utils/Date.d.ts +9 -0
- package/es2017/utils/Date.js +18 -0
- package/esm/customerService/index.js +22 -35
- package/esm/utils/Date.d.ts +9 -0
- package/esm/utils/Date.js +18 -0
- package/package.json +1 -1
|
@@ -120110,7 +120110,7 @@ function requireD () {
|
|
|
120110
120110
|
+ 'pragma private protected public pure ref return scope shared static struct '
|
|
120111
120111
|
+ 'super switch synchronized template this throw try typedef typeid typeof union '
|
|
120112
120112
|
+ 'unittest version void volatile while with __FILE__ __LINE__ __gshared|10 '
|
|
120113
|
-
+ '__thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ "0.
|
|
120113
|
+
+ '__thread __traits __DATE__ __EOF__ __TIME__ __TIMESTAMP__ __VENDOR__ "0.6.1"',
|
|
120114
120114
|
built_in:
|
|
120115
120115
|
'bool cdouble cent cfloat char creal dchar delegate double dstring float function '
|
|
120116
120116
|
+ 'idouble ifloat ireal long real short string ubyte ucent uint ulong ushort wchar '
|