@naturalcycles/time-lib
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -0,1 +1,8 @@ | ||
## [1.4.3](https://github.com/NaturalCycles/time-lib/compare/v1.4.2...v1.4.3) (2019-08-09) | ||
### Bug Fixes | ||
* target=es2015 to fix '{...' in Safari < 12 ([52de62f](https://github.com/NaturalCycles/time-lib/commit/52de62f)) | ||
## [1.4.2](https://github.com/NaturalCycles/time-lib/compare/v1.4.1...v1.4.2) (2019-08-01) | ||
@@ -2,0 +9,0 @@ |
@@ -6,7 +6,4 @@ "use strict"; | ||
dayjs.extendLocale = function (ext) { | ||
dayjs.locale({ | ||
...dayjs().$locale(), | ||
...ext, | ||
}); | ||
dayjs.locale(Object.assign({}, dayjs().$locale(), ext)); | ||
}; | ||
//# sourceMappingURL=localeData.js.map |
@@ -36,3 +36,3 @@ { | ||
}, | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Date/time related API, based on DayJS", | ||
@@ -39,0 +39,0 @@ "keywords": [ |
@@ -19,4 +19,4 @@ ## @naturalcycles/time-lib | ||
- `engines.node >= 10.13`: Latest Node.js LTS | ||
- `main: dist/index.js`: commonjs, es2018 | ||
- `main: dist/index.js`: commonjs, es2015 | ||
- `types: dist/index.d.ts`: typescript types | ||
- `/src` folder with source `*.ts` files included |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24279
456