xlucene-parser 0.42.4 → 0.43.0
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.
package/dist/src/context.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export declare function makeContext(arg: i.ContextArg): {
|
|
|
5
5
|
logger: import("packages/utils/dist/src/logger-interface").Logger;
|
|
6
6
|
parseGeoPoint: typeof parseGeoPoint;
|
|
7
7
|
parseGeoDistance: typeof parseGeoDistance;
|
|
8
|
-
coerceTermType: (node: any, _field?: string
|
|
8
|
+
coerceTermType: (node: any, _field?: string) => void;
|
|
9
9
|
parseInferredTermType: (field: string, value: any) => i.TermLikeNode;
|
|
10
10
|
isInferredTermType: (field: string) => boolean;
|
|
11
11
|
propagateDefaultField: (node: i.Node, field: string) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../src/context.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,gBAAgB,EAChB,aAAa,EAChB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAEH,gBAAgB,EAEnB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,CAAC,MAAM,cAAc,CAAC;AAQlC,wBAAgB,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC,UAAU;;;;2BA8FX,GAAG,
|
|
1
|
+
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../src/context.ts"],"names":[],"mappings":"AAAA,OAAO,EACH,gBAAgB,EAChB,aAAa,EAChB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAEH,gBAAgB,EAEnB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,KAAK,CAAC,MAAM,cAAc,CAAC;AAQlC,wBAAgB,WAAW,CAAC,GAAG,EAAE,CAAC,CAAC,UAAU;;;;2BA8FX,GAAG,WAAW,MAAM,KAAG,IAAI;mCArBnB,MAAM,SAAS,GAAG,KAAG,EAAE,YAAY;gCAPtC,MAAM,KAAG,OAAO;kCA/Cd,MAAM,SAAS,MAAM,KAAG,IAAI;0BA0CpC,MAAM,KAAG,gBAAgB,GAAC,SAAS;+BAiGtD,OAAO,MAAM,EAAE,GAAG,CAAC,SAAS,MAAM,KACzC,KAAK;iCAvJ4B,MAAM,EAAE;EAiL/C"}
|
package/dist/src/peg-engine.js
CHANGED
|
@@ -27,7 +27,7 @@ exports.parse = exports.SyntaxError = void 0;
|
|
|
27
27
|
const context_1 = require("./context");
|
|
28
28
|
const i = __importStar(require("./interfaces"));
|
|
29
29
|
const types_1 = require("@terascope/types");
|
|
30
|
-
// Generated by peggy v.
|
|
30
|
+
// Generated by peggy v. 2.0.1 (ts-pegjs plugin v. 2.1.0 )
|
|
31
31
|
//
|
|
32
32
|
// https://peggyjs.org/ https://github.com/metadevpro/ts-pegjs
|
|
33
33
|
"use strict";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xlucene-parser",
|
|
3
3
|
"displayName": "xLucene Parser",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.43.0",
|
|
5
5
|
"description": "Flexible Lucene-like evaluator and language parser",
|
|
6
6
|
"homepage": "https://github.com/terascope/teraslice/tree/master/packages/xlucene-parser#readme",
|
|
7
7
|
"repository": {
|
|
@@ -31,18 +31,18 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@terascope/types": "^0.10.3",
|
|
34
|
-
"@terascope/utils": "^0.
|
|
34
|
+
"@terascope/utils": "^0.45.0",
|
|
35
35
|
"netmask": "^2.0.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@turf/invariant": "^6.2.0",
|
|
39
39
|
"@turf/random": "^6.4.0",
|
|
40
40
|
"@types/netmask": "^1.0.30",
|
|
41
|
-
"peggy": "~
|
|
42
|
-
"ts-pegjs": "^1.
|
|
41
|
+
"peggy": "~2.0.1",
|
|
42
|
+
"ts-pegjs": "^2.1.0"
|
|
43
43
|
},
|
|
44
44
|
"engines": {
|
|
45
|
-
"node": "
|
|
45
|
+
"node": ">=14.17.0",
|
|
46
46
|
"yarn": ">=1.16.0"
|
|
47
47
|
},
|
|
48
48
|
"publishConfig": {
|