@formatjs/cli 6.3.3 → 6.3.5

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 +18 -0
  2. package/package.json +2 -2
package/bin/formatjs CHANGED
@@ -11359,6 +11359,24 @@ var require_time_data_generated = __commonJS({
11359
11359
  "H",
11360
11360
  "hB"
11361
11361
  ],
11362
+ "en-HK": [
11363
+ "h",
11364
+ "hb",
11365
+ "H",
11366
+ "hB"
11367
+ ],
11368
+ "en-IL": [
11369
+ "H",
11370
+ "h",
11371
+ "hb",
11372
+ "hB"
11373
+ ],
11374
+ "en-MY": [
11375
+ "h",
11376
+ "hb",
11377
+ "H",
11378
+ "hB"
11379
+ ],
11362
11380
  "es-BR": [
11363
11381
  "H",
11364
11382
  "h",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/cli",
3
- "version": "6.3.3",
3
+ "version": "6.3.5",
4
4
  "description": "A CLI for formatjs.",
5
5
  "keywords": [
6
6
  "intl",
@@ -33,7 +33,7 @@
33
33
  "url": "https://github.com/formatjs/formatjs/issues"
34
34
  },
35
35
  "devDependencies": {
36
- "@formatjs/cli-lib": "6.5.3"
36
+ "@formatjs/cli-lib": "6.6.1"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@glimmer/env": "^0.1.7",