@micromag/intl 0.3.122 → 0.3.133
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/locale/en.cjs.js +5 -0
- package/locale/en.js +5 -0
- package/locale/en.json +6 -0
- package/package.json +3 -3
package/locale/en.cjs.js
CHANGED
|
@@ -717,6 +717,10 @@ var iHV3W3 = [{
|
|
|
717
717
|
type: 0,
|
|
718
718
|
value: "No entry..."
|
|
719
719
|
}];
|
|
720
|
+
var iL9RLu = [{
|
|
721
|
+
type: 0,
|
|
722
|
+
value: "Collaborator"
|
|
723
|
+
}];
|
|
720
724
|
var iipV5Q = [{
|
|
721
725
|
type: 0,
|
|
722
726
|
value: "Type"
|
|
@@ -1755,6 +1759,7 @@ var messages = {
|
|
|
1755
1759
|
}],
|
|
1756
1760
|
i6bmbD: i6bmbD,
|
|
1757
1761
|
iHV3W3: iHV3W3,
|
|
1762
|
+
iL9RLu: iL9RLu,
|
|
1758
1763
|
iipV5Q: iipV5Q,
|
|
1759
1764
|
irG6mX: irG6mX,
|
|
1760
1765
|
jEK6B8: jEK6B8,
|
package/locale/en.js
CHANGED
|
@@ -711,6 +711,10 @@ var iHV3W3 = [{
|
|
|
711
711
|
type: 0,
|
|
712
712
|
value: "No entry..."
|
|
713
713
|
}];
|
|
714
|
+
var iL9RLu = [{
|
|
715
|
+
type: 0,
|
|
716
|
+
value: "Collaborator"
|
|
717
|
+
}];
|
|
714
718
|
var iipV5Q = [{
|
|
715
719
|
type: 0,
|
|
716
720
|
value: "Type"
|
|
@@ -1749,6 +1753,7 @@ var messages = {
|
|
|
1749
1753
|
}],
|
|
1750
1754
|
i6bmbD: i6bmbD,
|
|
1751
1755
|
iHV3W3: iHV3W3,
|
|
1756
|
+
iL9RLu: iL9RLu,
|
|
1752
1757
|
iipV5Q: iipV5Q,
|
|
1753
1758
|
irG6mX: irG6mX,
|
|
1754
1759
|
jEK6B8: jEK6B8,
|
package/locale/en.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/intl",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.133",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@babel/runtime": "^7.13.10",
|
|
60
60
|
"@formatjs/cli": "^4.4.0",
|
|
61
|
-
"@micromag/core": "^0.3.
|
|
61
|
+
"@micromag/core": "^0.3.126",
|
|
62
62
|
"commander": "^8.3.0",
|
|
63
63
|
"fs-extra": "^10.0.0",
|
|
64
64
|
"gettext-parser": "^4.0.4",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "c09ca637ad389fc48b2671eaab3cc747a09d7abd"
|
|
79
79
|
}
|