@micromag/intl 0.3.519 → 0.3.520

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
@@ -1848,6 +1848,10 @@ var messages = {
1848
1848
  type: 0,
1849
1849
  value: "Sagittarius"
1850
1850
  }],
1851
+ "7oXkoj": [{
1852
+ type: 0,
1853
+ value: "Authors"
1854
+ }],
1851
1855
  "7tw6U2": [{
1852
1856
  type: 0,
1853
1857
  value: "Share"
package/locale/en.js CHANGED
@@ -1846,6 +1846,10 @@ var messages = {
1846
1846
  type: 0,
1847
1847
  value: "Sagittarius"
1848
1848
  }],
1849
+ "7oXkoj": [{
1850
+ type: 0,
1851
+ value: "Authors"
1852
+ }],
1849
1853
  "7tw6U2": [{
1850
1854
  type: 0,
1851
1855
  value: "Share"
package/locale/en.json CHANGED
@@ -555,6 +555,12 @@
555
555
  "value": "Sagittarius"
556
556
  }
557
557
  ],
558
+ "7oXkoj": [
559
+ {
560
+ "type": 0,
561
+ "value": "Authors"
562
+ }
563
+ ],
558
564
  "7tw6U2": [
559
565
  {
560
566
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.519",
3
+ "version": "0.3.520",
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.518",
76
+ "@micromag/core": "^0.3.520",
77
77
  "commander": "^12.0.0",
78
78
  "fs-extra": "^11.2.0",
79
79
  "gettext-parser": "^7.0.1",
@@ -91,5 +91,5 @@
91
91
  "access": "public",
92
92
  "registry": "https://registry.npmjs.org/"
93
93
  },
94
- "gitHead": "f353b7a3cec6ea46f26212655127873a4d3e3c08"
94
+ "gitHead": "08f32dc09a2237cdbfaef5bac4c7964ef822b6c9"
95
95
  }