geostyler-cql-parser
Advanced tools
Comparing version
@@ -46,4 +46,4 @@ import { isGeoStylerFunction, isFilter, isOperator } from 'geostyler-style/dist/typeguards'; | ||
try { | ||
// @ts-expect-error | ||
return cqlParser.parse(text); | ||
// @ts-expect-error defined in the window object | ||
return window.cqlParser.parse(text); | ||
} | ||
@@ -50,0 +50,0 @@ catch (e) { |
{ | ||
"name": "geostyler-cql-parser", | ||
"version": "4.0.0-beta.3", | ||
"version": "4.0.0-beta.4", | ||
"description": "Translates CQL Filters and Geostyler Style Filters", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
66856
0.12%