@panneau/intl 2.0.86 → 2.0.91

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
@@ -353,6 +353,10 @@ var messages = {
353
353
  type: 0,
354
354
  value: "Choose an option"
355
355
  }],
356
+ "6cSFtU": [{
357
+ type: 0,
358
+ value: "No color"
359
+ }],
356
360
  "6nwWPR": [{
357
361
  type: 0,
358
362
  value: "Error 401"
package/locale/en.js CHANGED
@@ -347,6 +347,10 @@ var messages = {
347
347
  type: 0,
348
348
  value: "Choose an option"
349
349
  }],
350
+ "6cSFtU": [{
351
+ type: 0,
352
+ value: "No color"
353
+ }],
350
354
  "6nwWPR": [{
351
355
  type: 0,
352
356
  value: "Error 401"
package/locale/en.json CHANGED
@@ -111,6 +111,12 @@
111
111
  "value": "Choose an option"
112
112
  }
113
113
  ],
114
+ "6cSFtU": [
115
+ {
116
+ "type": 0,
117
+ "value": "No color"
118
+ }
119
+ ],
114
120
  "6nwWPR": [
115
121
  {
116
122
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/intl",
3
- "version": "2.0.86",
3
+ "version": "2.0.91",
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.86",
65
+ "@panneau/core": "^2.0.91",
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": "f338f69fba3beeaa8c16350b24b32144f9316d72"
82
+ "gitHead": "a0ea54191eb4d1f28d0918203f483f11d7b9e52f"
83
83
  }