@formatjs/icu-messageformat-parser 2.8.0 → 2.9.1
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/lib/time-data.generated.js +18 -0
- package/package.json +4 -4
- package/time-data.generated.js +18 -0
|
@@ -1308,6 +1308,24 @@ export var timeData = {
|
|
|
1308
1308
|
"H",
|
|
1309
1309
|
"hB"
|
|
1310
1310
|
],
|
|
1311
|
+
"en-HK": [
|
|
1312
|
+
"h",
|
|
1313
|
+
"hb",
|
|
1314
|
+
"H",
|
|
1315
|
+
"hB"
|
|
1316
|
+
],
|
|
1317
|
+
"en-IL": [
|
|
1318
|
+
"H",
|
|
1319
|
+
"h",
|
|
1320
|
+
"hb",
|
|
1321
|
+
"hB"
|
|
1322
|
+
],
|
|
1323
|
+
"en-MY": [
|
|
1324
|
+
"h",
|
|
1325
|
+
"hb",
|
|
1326
|
+
"H",
|
|
1327
|
+
"hB"
|
|
1328
|
+
],
|
|
1311
1329
|
"es-BR": [
|
|
1312
1330
|
"H",
|
|
1313
1331
|
"h",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@formatjs/icu-messageformat-parser",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.1",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"module": "lib/index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"directory": "packages/icu-messageformat-parser"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"tslib": "
|
|
15
|
-
"@formatjs/ecma402-abstract": "2.2.
|
|
16
|
-
"@formatjs/icu-skeleton-parser": "1.8.
|
|
14
|
+
"tslib": "2",
|
|
15
|
+
"@formatjs/ecma402-abstract": "2.2.1",
|
|
16
|
+
"@formatjs/icu-skeleton-parser": "1.8.5"
|
|
17
17
|
}
|
|
18
18
|
}
|
package/time-data.generated.js
CHANGED
|
@@ -1311,6 +1311,24 @@ exports.timeData = {
|
|
|
1311
1311
|
"H",
|
|
1312
1312
|
"hB"
|
|
1313
1313
|
],
|
|
1314
|
+
"en-HK": [
|
|
1315
|
+
"h",
|
|
1316
|
+
"hb",
|
|
1317
|
+
"H",
|
|
1318
|
+
"hB"
|
|
1319
|
+
],
|
|
1320
|
+
"en-IL": [
|
|
1321
|
+
"H",
|
|
1322
|
+
"h",
|
|
1323
|
+
"hb",
|
|
1324
|
+
"hB"
|
|
1325
|
+
],
|
|
1326
|
+
"en-MY": [
|
|
1327
|
+
"h",
|
|
1328
|
+
"hb",
|
|
1329
|
+
"H",
|
|
1330
|
+
"hB"
|
|
1331
|
+
],
|
|
1314
1332
|
"es-BR": [
|
|
1315
1333
|
"H",
|
|
1316
1334
|
"h",
|