teraslice 3.10.0 → 3.11.1

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.
@@ -0,0 +1,12 @@
1
+ export var ProcessAssignment;
2
+ (function (ProcessAssignment) {
3
+ ProcessAssignment["node_master"] = "node_master";
4
+ ProcessAssignment["cluster_master"] = "cluster_master";
5
+ ProcessAssignment["assets_service"] = "assets_service";
6
+ ProcessAssignment["execution_controller"] = "execution_controller";
7
+ ProcessAssignment["worker"] = "worker";
8
+ })(ProcessAssignment || (ProcessAssignment = {}));
9
+ export function isProcessAssignment(value) {
10
+ return value in ProcessAssignment;
11
+ }
12
+ //# sourceMappingURL=interfaces.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "teraslice",
3
3
  "displayName": "Teraslice",
4
- "version": "3.10.0",
4
+ "version": "3.11.1",
5
5
  "description": "Distributed computing platform for processing JSON data",
6
6
  "homepage": "https://github.com/terascope/teraslice#readme",
7
7
  "bugs": {
@@ -36,23 +36,23 @@
36
36
  "ip": "~2.0.1",
37
37
  "ms": "~2.1.3",
38
38
  "nanoid": "~5.1.11",
39
- "semver": "~7.8.0",
39
+ "semver": "~7.8.2",
40
40
  "socket.io": "~4.8.3",
41
41
  "socket.io-client": "~4.8.3",
42
- "terafoundation_kafka_connector": "~2.2.0",
42
+ "terafoundation_kafka_connector": "~2.3.0",
43
43
  "uuid": "~14.0.0",
44
- "@terascope/core-utils": "~2.10.0",
45
- "@terascope/elasticsearch-api": "~5.10.0",
46
- "@terascope/job-components": "~2.12.0",
47
- "@terascope/types": "~2.10.0",
48
- "@terascope/data-types": "~2.10.0",
49
- "@terascope/teraslice-messaging": "~2.10.0",
50
- "terafoundation": "~2.12.0",
51
- "@terascope/valkey": "~0.5.0"
44
+ "@terascope/core-utils": "~2.12.1",
45
+ "@terascope/elasticsearch-api": "~5.12.1",
46
+ "@terascope/data-types": "~2.12.1",
47
+ "@terascope/job-components": "~2.14.1",
48
+ "@terascope/teraslice-messaging": "~2.12.1",
49
+ "@terascope/types": "~2.12.0",
50
+ "terafoundation": "~2.14.1",
51
+ "@terascope/valkey": "~0.7.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@jest/globals": "^30.4.1",
55
- "@types/archiver": "~7.0.0",
55
+ "@types/archiver": "~8.0.0",
56
56
  "@types/body-parser": "~1.19.6",
57
57
  "@types/decompress": "~4.2.7",
58
58
  "@types/express": "~5.0.6",
@@ -60,17 +60,19 @@
60
60
  "@types/js-yaml": "~4.0.9",
61
61
  "@types/ms": "~0.7.34",
62
62
  "@types/semver": "~7.7.1",
63
- "archiver": "~7.0.1",
63
+ "archiver": "~8.0.0",
64
64
  "bufferstreams": "~6.0.1",
65
65
  "chance": "~1.1.13",
66
+ "jest-extended": "~7.0.0",
66
67
  "jest-fixtures": "~0.6.0",
67
- "js-yaml": "~4.1.1",
68
+ "js-yaml": "~4.2.0",
68
69
  "nock": "~14.0.15",
69
- "@terascope/opensearch-client": "~2.10.0"
70
+ "@terascope/opensearch-client": "~2.12.1",
71
+ "@terascope/scripts": "~2.17.1"
70
72
  },
71
73
  "engines": {
72
74
  "node": ">=22.0.0",
73
- "pnpm": ">=10.25.0"
75
+ "pnpm": ">=11.3.0"
74
76
  },
75
77
  "publishConfig": {
76
78
  "access": "public",