@micromag/intl 0.3.124 → 0.3.135

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 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
@@ -1739,6 +1739,12 @@
1739
1739
  "value": "No entry..."
1740
1740
  }
1741
1741
  ],
1742
+ "iL9RLu": [
1743
+ {
1744
+ "type": 0,
1745
+ "value": "Collaborator"
1746
+ }
1747
+ ],
1742
1748
  "iipV5Q": [
1743
1749
  {
1744
1750
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.124",
3
+ "version": "0.3.135",
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.124",
61
+ "@micromag/core": "^0.3.135",
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": "9050944df1d66cae14e04a771f739e2743894fb8"
78
+ "gitHead": "b9bd185aacc16b6fb5540aa113dc7872c822e279"
79
79
  }