@terascope/scripts 0.71.3 → 0.72.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.
@@ -145,7 +145,7 @@ else if (testRestrainedElasticsearch) {
145
145
  testHost = exports.RESTRAINED_ELASTICSEARCH_HOST;
146
146
  }
147
147
  exports.SEARCH_TEST_HOST = testHost;
148
- const defaultNodeVersion = '18.18.2';
148
+ const defaultNodeVersion = '18.19.1';
149
149
  // This overrides the value in the Dockerfile
150
150
  exports.NODE_VERSION = process.env.NODE_VERSION || defaultNodeVersion;
151
151
  _a = process.env, _b = _a.TEST_PLATFORM, exports.TEST_PLATFORM = _b === void 0 ? 'native' : _b, _c = _a.K8S_VERSION, exports.K8S_VERSION = _c === void 0 ? undefined : _c, _d = _a.TERASLICE_IMAGE, exports.TERASLICE_IMAGE = _d === void 0 ? undefined : _d;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@terascope/scripts",
3
3
  "displayName": "Scripts",
4
- "version": "0.71.3",
4
+ "version": "0.72.1",
5
5
  "description": "A collection of terascope monorepo scripts",
6
6
  "homepage": "https://github.com/terascope/teraslice/tree/master/packages/scripts#readme",
7
7
  "bugs": {
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@kubernetes/client-node": "^0.20.0",
35
- "@terascope/utils": "^0.54.1",
35
+ "@terascope/utils": "^0.55.0",
36
36
  "codecov": "^3.8.3",
37
37
  "execa": "^5.1.0",
38
38
  "fs-extra": "^11.2.0",