@formatjs/ecma402-abstract 1.2.1 → 1.2.2

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.
@@ -1,5 +1,5 @@
1
1
 
2
- // /home/longlho/.cache/bazel/_bazel_longlho/576c18efaac10246ec115c72af79fca6/sandbox/linux-sandbox/2/execroot/formatjs/node_modules/@bazel/typescript/internal/ts_project_options_validator.js checked attributes for //packages/ecma402-abstract:dist-base
2
+ // /home/longlho/.cache/bazel/_bazel_longlho/576c18efaac10246ec115c72af79fca6/sandbox/linux-sandbox/2759/execroot/formatjs/node_modules/@bazel/typescript/internal/ts_project_options_validator.js checked attributes for //packages/ecma402-abstract:dist-base
3
3
  // composite: false
4
4
  // declaration: true
5
5
  // declaration_map: true
@@ -1,5 +1,5 @@
1
1
 
2
- // /home/longlho/.cache/bazel/_bazel_longlho/576c18efaac10246ec115c72af79fca6/sandbox/linux-sandbox/4/execroot/formatjs/node_modules/@bazel/typescript/internal/ts_project_options_validator.js checked attributes for //packages/ecma402-abstract:dist-esm
2
+ // /home/longlho/.cache/bazel/_bazel_longlho/576c18efaac10246ec115c72af79fca6/sandbox/linux-sandbox/2765/execroot/formatjs/node_modules/@bazel/typescript/internal/ts_project_options_validator.js checked attributes for //packages/ecma402-abstract:dist-esm
3
3
  // composite: false
4
4
  // declaration: true
5
5
  // declaration_map: true
@@ -133,7 +133,7 @@ export function PartitionDateTimePattern(dtf, x, _a) {
133
133
  else if (p === 'ampm') {
134
134
  var v = tm.hour;
135
135
  var fv = void 0;
136
- if (v >= 11) {
136
+ if (v > 11) {
137
137
  fv = dataLocaleData.pm;
138
138
  }
139
139
  else {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formatjs/ecma402-abstract",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "A collection of implementation for ECMAScript abstract operations",
5
5
  "keywords": [
6
6
  "intl",
@@ -136,7 +136,7 @@ function PartitionDateTimePattern(dtf, x, _a) {
136
136
  else if (p === 'ampm') {
137
137
  var v = tm.hour;
138
138
  var fv = void 0;
139
- if (v >= 11) {
139
+ if (v > 11) {
140
140
  fv = dataLocaleData.pm;
141
141
  }
142
142
  else {