@js-joda/locale_fr 4.5.0 → 4.6.0
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/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/js-joda-locale.d.ts +20 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -4264,7 +4264,7 @@ var WeekFieldsPrinterParser = function () {
|
|
|
4264
4264
|
/*!*******************************!*\
|
|
4265
4265
|
!*** ./src/js-joda-locale.js ***!
|
|
4266
4266
|
\*******************************/
|
|
4267
|
-
/*! exports provided: Locale */
|
|
4267
|
+
/*! exports provided: Locale, WeekFields */
|
|
4268
4268
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
4269
4269
|
|
|
4270
4270
|
"use strict";
|
|
@@ -4275,6 +4275,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4275
4275
|
/* harmony import */ var _Locale__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./Locale */ "./src/Locale.js");
|
|
4276
4276
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Locale", function() { return _Locale__WEBPACK_IMPORTED_MODULE_2__["default"]; });
|
|
4277
4277
|
|
|
4278
|
+
/* harmony import */ var _temporal_WeekFields__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./temporal/WeekFields */ "./src/temporal/WeekFields.js");
|
|
4279
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "WeekFields", function() { return _temporal_WeekFields__WEBPACK_IMPORTED_MODULE_3__["WeekFields"]; });
|
|
4280
|
+
|
|
4278
4281
|
/*
|
|
4279
4282
|
* @copyright (c) 2017, Philipp Thuerwaechter & Pattrick Hueper
|
|
4280
4283
|
* @license BSD-3-Clause (see LICENSE.md in the root directory of this source tree)
|
|
@@ -4282,6 +4285,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4282
4285
|
|
|
4283
4286
|
|
|
4284
4287
|
|
|
4288
|
+
|
|
4285
4289
|
Object(_js_joda_core__WEBPACK_IMPORTED_MODULE_0__["use"])(_plug__WEBPACK_IMPORTED_MODULE_1__["default"]);
|
|
4286
4290
|
|
|
4287
4291
|
|