@qrvey/utils 1.7.0-1 → 1.7.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.
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DATE_FORMAT = void 0;
4
- const YEAR = "yyyy";
5
- const DAY = "mm/dd/yyyy";
4
+ const YEAR = "YYYY";
5
+ const DAY = "MM/DD/YYYY";
6
6
  const DAY_TIME = "HH:mm:ss";
7
7
  const MONTH_DAY = "dd";
8
8
  const YEAR_MONTH = "M";
@@ -1,4 +1,4 @@
1
1
  export interface II18nServiceTranslateOption {
2
- count: number;
2
+ count?: number;
3
3
  [prop: string]: any;
4
4
  }
@@ -1,5 +1,5 @@
1
- const YEAR = "yyyy";
2
- const DAY = "mm/dd/yyyy";
1
+ const YEAR = "YYYY";
2
+ const DAY = "MM/DD/YYYY";
3
3
  const DAY_TIME = "HH:mm:ss";
4
4
  const MONTH_DAY = "dd";
5
5
  const YEAR_MONTH = "M";
@@ -1,4 +1,4 @@
1
1
  export interface II18nServiceTranslateOption {
2
- count: number;
2
+ count?: number;
3
3
  [prop: string]: any;
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrvey/utils",
3
- "version": "1.7.0-1",
3
+ "version": "1.7.0-3",
4
4
  "description": "Helper, Utils for all Qrvey Projects",
5
5
  "homepage": "https://bitbucket.org/qrvey/qrvey_utils/wiki/Home",
6
6
  "main": "dist/index.js",