@formatjs/cli 6.8.5 → 6.8.7

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.
Files changed (2) hide show
  1. package/bin/formatjs +10 -0
  2. package/package.json +2 -2
package/bin/formatjs CHANGED
@@ -10245,6 +10245,12 @@ var init_time_data_generated = __esm({
10245
10245
  "hb",
10246
10246
  "hB"
10247
10247
  ],
10248
+ "GS": [
10249
+ "H",
10250
+ "h",
10251
+ "hb",
10252
+ "hB"
10253
+ ],
10248
10254
  "GT": [
10249
10255
  "h",
10250
10256
  "H",
@@ -11157,6 +11163,10 @@ var init_time_data_generated = __esm({
11157
11163
  "h",
11158
11164
  "H"
11159
11165
  ],
11166
+ "ku-SY": [
11167
+ "H",
11168
+ "hB"
11169
+ ],
11160
11170
  "ml-IN": [
11161
11171
  "hB",
11162
11172
  "h",
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@formatjs/cli",
3
3
  "description": "A CLI for formatjs.",
4
- "version": "6.8.5",
4
+ "version": "6.8.7",
5
5
  "license": "MIT",
6
6
  "author": "Linjie Ding <linjie@airtable.com>",
7
7
  "engines": {
8
8
  "node": ">= 16"
9
9
  },
10
10
  "devDependencies": {
11
- "@formatjs/cli-lib": "8.0.5"
11
+ "@formatjs/cli-lib": "8.0.7"
12
12
  },
13
13
  "peerDependencies": {
14
14
  "@glimmer/syntax": "^0.95.0",