@micromag/intl 0.3.135 → 0.3.137

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
@@ -1353,6 +1353,10 @@ var messages = {
1353
1353
  type: 0,
1354
1354
  value: "Thumbnail"
1355
1355
  }],
1356
+ "4y3gAI": [{
1357
+ type: 0,
1358
+ value: "Result percentage text"
1359
+ }],
1356
1360
  "507VAi": [{
1357
1361
  type: 0,
1358
1362
  value: "Description"
package/locale/en.js CHANGED
@@ -1347,6 +1347,10 @@ var messages = {
1347
1347
  type: 0,
1348
1348
  value: "Thumbnail"
1349
1349
  }],
1350
+ "4y3gAI": [{
1351
+ type: 0,
1352
+ value: "Result percentage text"
1353
+ }],
1350
1354
  "507VAi": [{
1351
1355
  type: 0,
1352
1356
  value: "Description"
package/locale/en.json CHANGED
@@ -327,6 +327,12 @@
327
327
  "value": "Thumbnail"
328
328
  }
329
329
  ],
330
+ "4y3gAI": [
331
+ {
332
+ "type": 0,
333
+ "value": "Result percentage text"
334
+ }
335
+ ],
330
336
  "507VAi": [
331
337
  {
332
338
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.135",
3
+ "version": "0.3.137",
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.135",
61
+ "@micromag/core": "^0.3.137",
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": "b9bd185aacc16b6fb5540aa113dc7872c822e279"
78
+ "gitHead": "a94963893e52f7914128182fe7e1538de79b6f20"
79
79
  }