tenniscommon 1.1.49 → 1.1.50

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.
@@ -8,7 +8,7 @@ exports.GLOBAL = {
8
8
  last6Months: 'Last 6 Months',
9
9
  last12Months: 'Last 12 Months',
10
10
  last18Months: 'Last 18 Months',
11
- year: 'Year...',
11
+ year: 'Year',
12
12
  },
13
13
  SET: {
14
14
  all: 'All',
@@ -5,7 +5,7 @@ export const GLOBAL = {
5
5
  last6Months: 'Last 6 Months',
6
6
  last12Months: 'Last 12 Months',
7
7
  last18Months: 'Last 18 Months',
8
- year: 'Year...',
8
+ year: 'Year',
9
9
  },
10
10
  SET: {
11
11
  all: 'All',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tenniscommon",
3
- "version": "1.1.49",
3
+ "version": "1.1.50",
4
4
  "description": "Types for Tennis application",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",