xlucene-translator 1.8.1 → 1.8.3

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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "xlucene-translator",
3
3
  "displayName": "xLucene Translator",
4
- "version": "1.8.1",
4
+ "version": "1.8.3",
5
5
  "description": "Translate xlucene query to database queries",
6
6
  "homepage": "https://github.com/terascope/teraslice/tree/master/packages/xlucene-translator#readme",
7
7
  "repository": {
@@ -24,21 +24,21 @@
24
24
  "scripts": {
25
25
  "build": "tsc --build",
26
26
  "build:watch": "yarn build --watch",
27
- "test": "yarn workspace @terascope/scripts ts-scripts test ../xlucene-translator --",
28
- "test:debug": "yarn workspace @terascope/scripts ts-scripts test --debug ../xlucene-translator --",
29
- "test:watch": "yarn workspace @terascope/scripts ts-scripts test --watch ../xlucene-translator --"
27
+ "test": "node ../scripts/bin/ts-scripts test ../xlucene-translator --",
28
+ "test:debug": "node ../scripts/bin/ts-scripts test --debug ../xlucene-translator --",
29
+ "test:watch": "node ../scripts/bin/ts-scripts test --watch ../xlucene-translator --"
30
30
  },
31
31
  "dependencies": {
32
32
  "@terascope/types": "~1.4.1",
33
- "@terascope/utils": "~1.8.1",
33
+ "@terascope/utils": "~1.8.3",
34
34
  "@types/elasticsearch": "~5.0.43",
35
- "xlucene-parser": "~1.8.1"
35
+ "xlucene-parser": "~1.8.3"
36
36
  },
37
37
  "devDependencies": {
38
38
  "elasticsearch": "~15.4.1"
39
39
  },
40
40
  "engines": {
41
- "node": ">=18.18.0",
41
+ "node": ">=22.0.0",
42
42
  "yarn": ">=1.22.19"
43
43
  },
44
44
  "publishConfig": {