@formatjs/ecma402-abstract 3.0.2 → 3.0.3

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@formatjs/ecma402-abstract",
3
3
  "description": "A collection of implementation for ECMAScript abstract operations",
4
- "version": "3.0.2",
4
+ "version": "3.0.3",
5
5
  "license": "MIT",
6
6
  "author": "Long Ho <holevietlong@gmail.com",
7
7
  "type": "module",
@@ -13,8 +13,8 @@
13
13
  "dependencies": {
14
14
  "decimal.js": "^10.4.3",
15
15
  "tslib": "^2.8.0",
16
- "@formatjs/intl-localematcher": "0.7.2",
17
- "@formatjs/fast-memoize": "3.0.1"
16
+ "@formatjs/fast-memoize": "3.0.1",
17
+ "@formatjs/intl-localematcher": "0.7.2"
18
18
  },
19
19
  "bugs": "https://github.com/formatjs/formatjs/issues",
20
20
  "gitHead": "a7842673d8ad205171ad7c8cb8bb2f318b427c0c",
@@ -74,6 +74,15 @@ export interface DateTimeFormatLocaleInternalData {
74
74
  long: string[];
75
75
  short: string[];
76
76
  };
77
+ /**
78
+ * Stand-alone month names (used when month appears without other date fields)
79
+ * Falls back to format month if not provided
80
+ */
81
+ monthStandalone?: {
82
+ narrow: string[];
83
+ long: string[];
84
+ short: string[];
85
+ };
77
86
  timeZoneName: TimeZoneNameData;
78
87
  /**
79
88
  * So we can construct GMT+08:00