@micromag/intl 0.3.126 → 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 CHANGED
@@ -713,10 +713,6 @@ var i6bmbD = [{
713
713
  type: 0,
714
714
  value: "Button"
715
715
  }];
716
- var iD0t3t = [{
717
- type: 0,
718
- value: "Et"
719
- }];
720
716
  var iHV3W3 = [{
721
717
  type: 0,
722
718
  value: "No entry..."
@@ -1762,7 +1758,6 @@ var messages = {
1762
1758
  value: "Select a font family..."
1763
1759
  }],
1764
1760
  i6bmbD: i6bmbD,
1765
- iD0t3t: iD0t3t,
1766
1761
  iHV3W3: iHV3W3,
1767
1762
  iL9RLu: iL9RLu,
1768
1763
  iipV5Q: iipV5Q,
package/locale/en.js CHANGED
@@ -707,10 +707,6 @@ var i6bmbD = [{
707
707
  type: 0,
708
708
  value: "Button"
709
709
  }];
710
- var iD0t3t = [{
711
- type: 0,
712
- value: "Et"
713
- }];
714
710
  var iHV3W3 = [{
715
711
  type: 0,
716
712
  value: "No entry..."
@@ -1756,7 +1752,6 @@ var messages = {
1756
1752
  value: "Select a font family..."
1757
1753
  }],
1758
1754
  i6bmbD: i6bmbD,
1759
- iD0t3t: iD0t3t,
1760
1755
  iHV3W3: iHV3W3,
1761
1756
  iL9RLu: iL9RLu,
1762
1757
  iipV5Q: iipV5Q,
package/locale/en.json CHANGED
@@ -1733,12 +1733,6 @@
1733
1733
  "value": "Button"
1734
1734
  }
1735
1735
  ],
1736
- "iD0t3t": [
1737
- {
1738
- "type": 0,
1739
- "value": "Et"
1740
- }
1741
- ],
1742
1736
  "iHV3W3": [
1743
1737
  {
1744
1738
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.126",
3
+ "version": "0.3.133",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -75,5 +75,5 @@
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "gitHead": "079203c5850c4aa771bc4fa1c567d2db1bc3ee3d"
78
+ "gitHead": "c09ca637ad389fc48b2671eaab3cc747a09d7abd"
79
79
  }