@panneau/intl 2.0.56 → 2.0.68

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
@@ -109,6 +109,10 @@ var UpStcP = [{
109
109
  type: 0,
110
110
  value: "Could not find type for this item"
111
111
  }];
112
+ var V7Us0a = [{
113
+ type: 0,
114
+ value: "Update account"
115
+ }];
112
116
  var VhJUeW = [{
113
117
  type: 0,
114
118
  value: "Confirm your password"
@@ -414,6 +418,7 @@ var messages = {
414
418
  UUv8FR: UUv8FR,
415
419
  UbmsLL: UbmsLL,
416
420
  UpStcP: UpStcP,
421
+ V7Us0a: V7Us0a,
417
422
  VhJUeW: VhJUeW,
418
423
  WgIC2T: WgIC2T,
419
424
  X5RJlB: X5RJlB,
package/locale/en.js CHANGED
@@ -103,6 +103,10 @@ var UpStcP = [{
103
103
  type: 0,
104
104
  value: "Could not find type for this item"
105
105
  }];
106
+ var V7Us0a = [{
107
+ type: 0,
108
+ value: "Update account"
109
+ }];
106
110
  var VhJUeW = [{
107
111
  type: 0,
108
112
  value: "Confirm your password"
@@ -408,6 +412,7 @@ var messages = {
408
412
  UUv8FR: UUv8FR,
409
413
  UbmsLL: UbmsLL,
410
414
  UpStcP: UpStcP,
415
+ V7Us0a: V7Us0a,
411
416
  VhJUeW: VhJUeW,
412
417
  WgIC2T: WgIC2T,
413
418
  X5RJlB: X5RJlB,
package/locale/en.json CHANGED
@@ -341,6 +341,12 @@
341
341
  "value": "Could not find type for this item"
342
342
  }
343
343
  ],
344
+ "V7Us0a": [
345
+ {
346
+ "type": 0,
347
+ "value": "Update account"
348
+ }
349
+ ],
344
350
  "VhJUeW": [
345
351
  {
346
352
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/intl",
3
- "version": "2.0.56",
3
+ "version": "2.0.68",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -62,7 +62,7 @@
62
62
  "dependencies": {
63
63
  "@babel/runtime": "^7.12.5",
64
64
  "@formatjs/cli-lib": "^6.0.3",
65
- "@panneau/core": "^2.0.56",
65
+ "@panneau/core": "^2.0.58",
66
66
  "commander": "^10.0.0",
67
67
  "fs-extra": "^10.0.0",
68
68
  "gettext-parser": "^4.0.4",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "edb76a5622f04136db62c1dd0c4b2e362de6878a"
82
+ "gitHead": "7f91dc52ac77f545d1438dd2d612845bfd445522"
83
83
  }