causaly-parser
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -178,4 +178,4 @@ 'use strict'; | ||
}, | ||
peg$c11 = /^[a-z0-9_\-]/i, | ||
peg$c12 = peg$classExpectation([["a", "z"], ["0", "9"], "_", "-"], false, true), | ||
peg$c11 = /^[a-z0-9,_\-.:'#&]/i, | ||
peg$c12 = peg$classExpectation([["a", "z"], ["0", "9"], ",", "_", "-", ".", ":", "'", "#", "&"], false, true), | ||
peg$c13 = "not", | ||
@@ -182,0 +182,0 @@ peg$c14 = peg$literalExpectation("NOT", true), |
@@ -178,4 +178,4 @@ 'use strict'; | ||
}, | ||
peg$c11 = /^[a-z0-9_\-]/i, | ||
peg$c12 = peg$classExpectation([["a", "z"], ["0", "9"], "_", "-"], false, true), | ||
peg$c11 = /^[a-z0-9,_\-.:'#&]/i, | ||
peg$c12 = peg$classExpectation([["a", "z"], ["0", "9"], ",", "_", "-", ".", ":", "'", "#", "&"], false, true), | ||
peg$c13 = "not", | ||
@@ -182,0 +182,0 @@ peg$c14 = peg$literalExpectation("NOT", true), |
{ | ||
"name": "causaly-parser", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "Set of parsers for the causaly query language", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
58629