@micromag/intl 0.3.498 → 0.3.505
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/es/index.js +1 -2
- package/lib/index.js +1 -2
- package/package.json +3 -3
package/es/index.js
CHANGED
|
@@ -11,7 +11,7 @@ var IntlManager = /*#__PURE__*/function () {
|
|
|
11
11
|
_classCallCheck(this, IntlManager);
|
|
12
12
|
this.locales = [];
|
|
13
13
|
}
|
|
14
|
-
_createClass(IntlManager, [{
|
|
14
|
+
return _createClass(IntlManager, [{
|
|
15
15
|
key: "addLocale",
|
|
16
16
|
value: function addLocale(locale, messages) {
|
|
17
17
|
var replace = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
|
|
@@ -47,7 +47,6 @@ var IntlManager = /*#__PURE__*/function () {
|
|
|
47
47
|
return localeObj.messages;
|
|
48
48
|
}
|
|
49
49
|
}]);
|
|
50
|
-
return IntlManager;
|
|
51
50
|
}();
|
|
52
51
|
var IntlManager$1 = IntlManager;
|
|
53
52
|
|
package/lib/index.js
CHANGED
|
@@ -15,7 +15,7 @@ var IntlManager = /*#__PURE__*/function () {
|
|
|
15
15
|
_classCallCheck(this, IntlManager);
|
|
16
16
|
this.locales = [];
|
|
17
17
|
}
|
|
18
|
-
_createClass(IntlManager, [{
|
|
18
|
+
return _createClass(IntlManager, [{
|
|
19
19
|
key: "addLocale",
|
|
20
20
|
value: function addLocale(locale, messages) {
|
|
21
21
|
var replace = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
|
|
@@ -51,7 +51,6 @@ var IntlManager = /*#__PURE__*/function () {
|
|
|
51
51
|
return localeObj.messages;
|
|
52
52
|
}
|
|
53
53
|
}]);
|
|
54
|
-
return IntlManager;
|
|
55
54
|
}();
|
|
56
55
|
var IntlManager$1 = IntlManager;
|
|
57
56
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/intl",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.505",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"@babel/runtime": "^7.13.10",
|
|
75
75
|
"@formatjs/cli": "^6.2.7",
|
|
76
|
-
"@micromag/core": "^0.3.
|
|
76
|
+
"@micromag/core": "^0.3.505",
|
|
77
77
|
"commander": "^8.3.0",
|
|
78
78
|
"fs-extra": "^10.0.0",
|
|
79
79
|
"gettext-parser": "^4.0.4",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"access": "public",
|
|
92
92
|
"registry": "https://registry.npmjs.org/"
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "f16e0f95385c69df3b07b182c70a9f0eb56cbe3a"
|
|
95
95
|
}
|