@tachybase/database 1.1.16 → 1.1.19

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.
@@ -286,7 +286,7 @@ function peg$parse(input, options) {
286
286
  var peg$r10 = /^[1-9]/;
287
287
  var peg$r11 = /^[0-9a-fA-F]/;
288
288
  var peg$r12 = /^[eE]/;
289
- var peg$r13 = /^[+\-]/;
289
+ var peg$r13 = /^[+-]/;
290
290
  var peg$r14 = /^[ \t\n\r]/;
291
291
  var peg$e0 = peg$literalExpectation("(", false);
292
292
  var peg$e1 = peg$literalExpectation(")", false);
@@ -603,7 +603,7 @@ function peg$parse(input, options) {
603
603
  var peg$r12 = /^[0-9]/;
604
604
  var peg$r13 = /^[0-9a-fA-F]/;
605
605
  var peg$r14 = /^[eE]/;
606
- var peg$r15 = /^[+\-]/;
606
+ var peg$r15 = /^[+-]/;
607
607
  var peg$r16 = /^[ \t\n\r]/;
608
608
  var peg$r17 = /^[^$]/;
609
609
  var peg$e0 = peg$literalExpectation("IF", true);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tachybase/database",
3
- "version": "1.1.16",
3
+ "version": "1.1.19",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./lib/index.js",
@@ -26,8 +26,8 @@
26
26
  "semver": "^7.6.3",
27
27
  "sequelize": "^6.37.5",
28
28
  "umzug": "^3.8.2",
29
- "@tachybase/logger": "1.1.16",
30
- "@tachybase/utils": "1.1.16"
29
+ "@tachybase/logger": "1.1.19",
30
+ "@tachybase/utils": "1.1.19"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/flat": "^5.0.5",