dbgate-filterparser 5.5.6 → 5.5.7-alpha.25

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.
@@ -399,7 +399,7 @@ const createParser = (filterBehaviour) => {
399
399
  allowedElements.push('yearMonthDaySecond', 'yearMonthDayMinute', 'yearMonthDayNum', 'yearMonthNum', 'yearNum');
400
400
  }
401
401
  if (filterBehaviour.supportDatetimeSymbols) {
402
- allowedElements.push('today', 'tomorrow', 'lastWeek', 'thisWeek', 'nextWeek', 'lastMonth', 'thisMonth', 'nextMonth', 'lastYear', 'thisYear', 'nextYear');
402
+ allowedElements.push('today', 'yesterday', 'tomorrow', 'lastWeek', 'thisWeek', 'nextWeek', 'lastMonth', 'thisMonth', 'nextMonth', 'lastYear', 'thisYear', 'nextYear');
403
403
  }
404
404
  if (filterBehaviour.supportDatetimeComparison) {
405
405
  allowedElements.push('dateLe', 'dateGe', 'dateLt', 'dateGt');
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "5.5.6",
2
+ "version": "5.5.7-alpha.25",
3
3
  "name": "dbgate-filterparser",
4
4
  "main": "lib/index.js",
5
5
  "typings": "lib/index.d.ts",
@@ -13,7 +13,7 @@
13
13
  "lib"
14
14
  ],
15
15
  "devDependencies": {
16
- "dbgate-types": "^5.5.6",
16
+ "dbgate-types": "^5.5.7-alpha.25",
17
17
  "@types/jest": "^25.1.4",
18
18
  "@types/node": "^13.7.0",
19
19
  "jest": "^28.1.3",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@types/parsimmon": "^1.10.1",
25
- "dbgate-tools": "^5.5.6",
25
+ "dbgate-tools": "^5.5.7-alpha.25",
26
26
  "lodash": "^4.17.21",
27
27
  "date-fns": "^4.1.0",
28
28
  "moment": "^2.24.0",