@terascope/scripts 1.2.0 → 1.3.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.
|
@@ -105,7 +105,7 @@ export declare const NPM_DEFAULT_REGISTRY = "https://registry.npmjs.org/";
|
|
|
105
105
|
export declare const ENV_SERVICES: Service[];
|
|
106
106
|
export declare const SEARCH_TEST_HOST: string | undefined;
|
|
107
107
|
export declare const TEST_NODE_VERSIONS: string[];
|
|
108
|
-
export declare const DEFAULT_NODE_VERSION = "
|
|
108
|
+
export declare const DEFAULT_NODE_VERSION = "22";
|
|
109
109
|
export declare const NODE_VERSION: string;
|
|
110
110
|
export declare const CLUSTERING_TYPE: string, TEST_PLATFORM: string, K8S_VERSION: string | undefined, TERASLICE_IMAGE: string | undefined;
|
|
111
111
|
export declare const DOCKER_IMAGES_PATH = "./images";
|
|
@@ -154,7 +154,7 @@ else if (testRestrainedElasticsearch) {
|
|
|
154
154
|
}
|
|
155
155
|
export const SEARCH_TEST_HOST = testHost;
|
|
156
156
|
export const TEST_NODE_VERSIONS = ['18', '20', '22'];
|
|
157
|
-
export const DEFAULT_NODE_VERSION = '
|
|
157
|
+
export const DEFAULT_NODE_VERSION = '22';
|
|
158
158
|
// This overrides the value in the Dockerfile
|
|
159
159
|
export const NODE_VERSION = process.env.NODE_VERSION || DEFAULT_NODE_VERSION;
|
|
160
160
|
export const { CLUSTERING_TYPE = 'kubernetes', TEST_PLATFORM = 'native', K8S_VERSION = undefined, TERASLICE_IMAGE = undefined } = process.env;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@terascope/scripts",
|
|
3
3
|
"displayName": "Scripts",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.3.0",
|
|
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": {
|