@datadog/datadog-ci 0.17.9 → 0.17.13
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/LICENSE-3rdparty.csv +2 -0
- package/README.md +9 -2
- package/dist/{commands/dependencies/index.d.ts → cli.d.ts} +0 -0
- package/dist/cli.js +34 -0
- package/dist/commands/{dsyms/index.d.ts → dependencies/cli.d.ts} +0 -0
- package/dist/commands/dependencies/{index.js → cli.js} +0 -0
- package/dist/commands/dependencies/upload.d.ts +1 -1
- package/dist/commands/{git-metadata/index.d.ts → dsyms/cli.d.ts} +0 -0
- package/dist/commands/dsyms/{index.js → cli.js} +0 -0
- package/dist/commands/dsyms/upload.d.ts +1 -1
- package/dist/commands/{junit/index.d.ts → git-metadata/cli.d.ts} +0 -0
- package/dist/commands/git-metadata/{index.js → cli.js} +0 -0
- package/dist/commands/git-metadata/upload.d.ts +1 -1
- package/dist/commands/git-metadata/upload.js +6 -1
- package/dist/commands/{lambda/index.d.ts → junit/cli.d.ts} +0 -0
- package/dist/commands/junit/{index.js → cli.js} +0 -0
- package/dist/commands/junit/upload.d.ts +1 -1
- package/dist/commands/junit/upload.js +1 -1
- package/dist/commands/lambda/__tests__/fixtures.d.ts +5 -1
- package/dist/commands/lambda/__tests__/fixtures.js +13 -2
- package/dist/commands/lambda/__tests__/functions/commons.test.js +400 -0
- package/dist/commands/lambda/__tests__/functions/instrument.test.js +229 -117
- package/dist/commands/lambda/__tests__/functions/uninstrument.test.js +80 -7
- package/dist/commands/lambda/__tests__/instrument.test.js +542 -111
- package/dist/commands/{sourcemaps/index.d.ts → lambda/__tests__/prompt.test.d.ts} +0 -0
- package/dist/commands/lambda/__tests__/prompt.test.js +216 -0
- package/dist/commands/lambda/__tests__/uninstrument.test.js +381 -17
- package/dist/commands/{trace/index.d.ts → lambda/cli.d.ts} +0 -0
- package/dist/commands/lambda/{index.js → cli.js} +0 -0
- package/dist/commands/lambda/constants.d.ts +27 -6
- package/dist/commands/lambda/constants.js +63 -6
- package/dist/commands/lambda/functions/commons.d.ts +49 -4
- package/dist/commands/lambda/functions/commons.js +198 -7
- package/dist/commands/lambda/functions/instrument.d.ts +5 -14
- package/dist/commands/lambda/functions/instrument.js +63 -80
- package/dist/commands/lambda/functions/uninstrument.d.ts +3 -2
- package/dist/commands/lambda/functions/uninstrument.js +23 -11
- package/dist/commands/lambda/instrument.d.ts +2 -1
- package/dist/commands/lambda/instrument.js +112 -58
- package/dist/commands/lambda/interfaces.d.ts +4 -1
- package/dist/commands/lambda/loggroup.js +3 -1
- package/dist/commands/lambda/prompt.d.ts +9 -0
- package/dist/commands/lambda/prompt.js +187 -0
- package/dist/commands/lambda/uninstrument.d.ts +2 -0
- package/dist/commands/lambda/uninstrument.js +107 -30
- package/dist/commands/sourcemaps/cli.d.ts +1 -0
- package/dist/commands/sourcemaps/{index.js → cli.js} +0 -0
- package/dist/commands/sourcemaps/upload.d.ts +1 -1
- package/dist/commands/synthetics/__tests__/cli.test.js +36 -13
- package/dist/commands/synthetics/__tests__/fixtures.js +1 -0
- package/dist/commands/synthetics/__tests__/run-test.test.js +48 -2
- package/dist/commands/synthetics/__tests__/utils.test.js +11 -4
- package/dist/commands/synthetics/__tests__/websocket.test.js +3 -3
- package/dist/commands/synthetics/cli.d.ts +1 -26
- package/dist/commands/synthetics/cli.js +2 -227
- package/dist/commands/synthetics/command.d.ts +27 -0
- package/dist/commands/synthetics/command.js +236 -0
- package/dist/commands/synthetics/index.d.ts +5 -1
- package/dist/commands/synthetics/index.js +31 -2
- package/dist/commands/synthetics/interfaces.d.ts +8 -3
- package/dist/commands/synthetics/interfaces.js +7 -3
- package/dist/commands/synthetics/reporters/default.js +5 -1
- package/dist/commands/synthetics/run-test.js +3 -1
- package/dist/commands/synthetics/utils.d.ts +3 -3
- package/dist/commands/synthetics/utils.js +17 -8
- package/dist/commands/trace/api.js +1 -1
- package/dist/commands/trace/cli.d.ts +1 -0
- package/dist/commands/trace/{index.js → cli.js} +0 -0
- package/dist/commands/trace/trace.d.ts +1 -1
- package/dist/helpers/__tests__/ci.test.js +97 -136
- package/dist/helpers/__tests__/user-provided-git.test.js +81 -27
- package/dist/helpers/__tests__/utils.test.js +4 -0
- package/dist/helpers/ci.js +54 -95
- package/dist/helpers/interfaces.d.ts +28 -2
- package/dist/helpers/user-provided-git.d.ts +2 -1
- package/dist/helpers/user-provided-git.js +29 -5
- package/dist/helpers/utils.d.ts +4 -0
- package/dist/helpers/utils.js +18 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +23 -31
- package/package.json +10 -8
|
@@ -2,16 +2,42 @@ import { AxiosPromise, AxiosRequestConfig, AxiosResponse } from 'axios';
|
|
|
2
2
|
import { CI_JOB_NAME, CI_JOB_URL, CI_PIPELINE_ID, CI_PIPELINE_NAME, CI_PIPELINE_NUMBER, CI_PIPELINE_URL, CI_PROVIDER_NAME, CI_STAGE_NAME, CI_WORKSPACE_PATH, GIT_BRANCH, GIT_COMMIT_AUTHOR_DATE, GIT_COMMIT_AUTHOR_EMAIL, GIT_COMMIT_AUTHOR_NAME, GIT_COMMIT_COMMITTER_DATE, GIT_COMMIT_COMMITTER_EMAIL, GIT_COMMIT_COMMITTER_NAME, GIT_COMMIT_MESSAGE, GIT_REPOSITORY_URL, GIT_SHA, GIT_TAG } from './tags';
|
|
3
3
|
export interface Metadata {
|
|
4
4
|
ci: {
|
|
5
|
+
job: {
|
|
6
|
+
name?: string;
|
|
7
|
+
url?: string;
|
|
8
|
+
};
|
|
5
9
|
pipeline: {
|
|
10
|
+
id?: string;
|
|
11
|
+
name?: string;
|
|
12
|
+
number?: number;
|
|
6
13
|
url?: string;
|
|
7
14
|
};
|
|
8
15
|
provider: {
|
|
9
|
-
name
|
|
16
|
+
name?: string;
|
|
10
17
|
};
|
|
18
|
+
stage: {
|
|
19
|
+
name?: string;
|
|
20
|
+
};
|
|
21
|
+
workspace_path?: string;
|
|
11
22
|
};
|
|
12
23
|
git: {
|
|
13
24
|
branch?: string;
|
|
14
|
-
|
|
25
|
+
commit: {
|
|
26
|
+
author: {
|
|
27
|
+
date?: string;
|
|
28
|
+
email?: string;
|
|
29
|
+
name?: string;
|
|
30
|
+
};
|
|
31
|
+
committer: {
|
|
32
|
+
date?: string;
|
|
33
|
+
email?: string;
|
|
34
|
+
name?: string;
|
|
35
|
+
};
|
|
36
|
+
message?: string;
|
|
37
|
+
sha?: string;
|
|
38
|
+
};
|
|
39
|
+
repository_url?: string;
|
|
40
|
+
tag?: string;
|
|
15
41
|
};
|
|
16
42
|
}
|
|
17
43
|
export declare type SpanTag = typeof CI_JOB_NAME | typeof CI_JOB_URL | typeof CI_PIPELINE_ID | typeof CI_PIPELINE_NAME | typeof CI_PIPELINE_NUMBER | typeof CI_PIPELINE_URL | typeof CI_PROVIDER_NAME | typeof CI_STAGE_NAME | typeof CI_WORKSPACE_PATH | typeof GIT_BRANCH | typeof GIT_REPOSITORY_URL | typeof GIT_SHA | typeof GIT_TAG | typeof GIT_COMMIT_AUTHOR_EMAIL | typeof GIT_COMMIT_AUTHOR_NAME | typeof GIT_COMMIT_AUTHOR_DATE | typeof GIT_COMMIT_MESSAGE | typeof GIT_COMMIT_COMMITTER_DATE | typeof GIT_COMMIT_COMMITTER_EMAIL | typeof GIT_COMMIT_COMMITTER_NAME;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const getUserGitSpanTags: () => {};
|
|
2
|
+
export declare const getUserCISpanTags: () => {};
|
|
@@ -1,15 +1,24 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.getUserCISpanTags = exports.getUserGitSpanTags = void 0;
|
|
4
4
|
const tags_1 = require("./tags");
|
|
5
5
|
const utils_1 = require("./utils");
|
|
6
|
-
const
|
|
6
|
+
const getUserGitSpanTags = () => {
|
|
7
7
|
const { DD_GIT_REPOSITORY_URL, DD_GIT_COMMIT_SHA, DD_GIT_BRANCH, DD_GIT_TAG, DD_GIT_COMMIT_MESSAGE, DD_GIT_COMMIT_AUTHOR_NAME, DD_GIT_COMMIT_AUTHOR_EMAIL, DD_GIT_COMMIT_AUTHOR_DATE, DD_GIT_COMMIT_COMMITTER_NAME, DD_GIT_COMMIT_COMMITTER_EMAIL, DD_GIT_COMMIT_COMMITTER_DATE, } = process.env;
|
|
8
|
+
let branch = utils_1.normalizeRef(DD_GIT_BRANCH);
|
|
9
|
+
let tag = utils_1.normalizeRef(DD_GIT_TAG);
|
|
10
|
+
if (DD_GIT_TAG) {
|
|
11
|
+
branch = undefined;
|
|
12
|
+
}
|
|
13
|
+
if ((DD_GIT_BRANCH === null || DD_GIT_BRANCH === void 0 ? void 0 : DD_GIT_BRANCH.includes('origin/tags')) || (DD_GIT_BRANCH === null || DD_GIT_BRANCH === void 0 ? void 0 : DD_GIT_BRANCH.includes('refs/heads/tags'))) {
|
|
14
|
+
branch = undefined;
|
|
15
|
+
tag = utils_1.normalizeRef(DD_GIT_BRANCH);
|
|
16
|
+
}
|
|
8
17
|
return utils_1.removeEmptyValues({
|
|
9
18
|
[tags_1.GIT_REPOSITORY_URL]: DD_GIT_REPOSITORY_URL,
|
|
10
|
-
[tags_1.GIT_BRANCH]:
|
|
19
|
+
[tags_1.GIT_BRANCH]: branch,
|
|
11
20
|
[tags_1.GIT_SHA]: DD_GIT_COMMIT_SHA,
|
|
12
|
-
[tags_1.GIT_TAG]:
|
|
21
|
+
[tags_1.GIT_TAG]: tag,
|
|
13
22
|
[tags_1.GIT_COMMIT_MESSAGE]: DD_GIT_COMMIT_MESSAGE,
|
|
14
23
|
[tags_1.GIT_COMMIT_COMMITTER_DATE]: DD_GIT_COMMIT_COMMITTER_DATE,
|
|
15
24
|
[tags_1.GIT_COMMIT_COMMITTER_EMAIL]: DD_GIT_COMMIT_COMMITTER_EMAIL,
|
|
@@ -19,4 +28,19 @@ const getUserGitMetadata = () => {
|
|
|
19
28
|
[tags_1.GIT_COMMIT_AUTHOR_NAME]: DD_GIT_COMMIT_AUTHOR_NAME,
|
|
20
29
|
});
|
|
21
30
|
};
|
|
22
|
-
exports.
|
|
31
|
+
exports.getUserGitSpanTags = getUserGitSpanTags;
|
|
32
|
+
const getUserCISpanTags = () => {
|
|
33
|
+
const { DD_CI_JOB_NAME, DD_CI_JOB_URL, DD_CI_PIPELINE_ID, DD_CI_PIPELINE_NAME, DD_CI_PIPELINE_NUMBER, DD_CI_PIPELINE_URL, DD_CI_PROVIDER_NAME, DD_CI_STAGE_NAME, DD_CI_WORKSPACE_PATH, } = process.env;
|
|
34
|
+
return utils_1.removeEmptyValues({
|
|
35
|
+
[tags_1.CI_JOB_NAME]: DD_CI_JOB_NAME,
|
|
36
|
+
[tags_1.CI_JOB_URL]: DD_CI_JOB_URL,
|
|
37
|
+
[tags_1.CI_PIPELINE_ID]: DD_CI_PIPELINE_ID,
|
|
38
|
+
[tags_1.CI_PIPELINE_NAME]: DD_CI_PIPELINE_NAME,
|
|
39
|
+
[tags_1.CI_PIPELINE_NUMBER]: DD_CI_PIPELINE_NUMBER,
|
|
40
|
+
[tags_1.CI_PIPELINE_URL]: DD_CI_PIPELINE_URL,
|
|
41
|
+
[tags_1.CI_PROVIDER_NAME]: DD_CI_PROVIDER_NAME,
|
|
42
|
+
[tags_1.CI_STAGE_NAME]: DD_CI_STAGE_NAME,
|
|
43
|
+
[tags_1.CI_WORKSPACE_PATH]: DD_CI_WORKSPACE_PATH,
|
|
44
|
+
});
|
|
45
|
+
};
|
|
46
|
+
exports.getUserCISpanTags = getUserCISpanTags;
|
package/dist/helpers/utils.d.ts
CHANGED
|
@@ -28,4 +28,8 @@ export declare const getProxyAgent: (proxyOpts?: ProxyConfiguration | undefined)
|
|
|
28
28
|
export declare const getApiHostForSite: (site: string) => string;
|
|
29
29
|
export declare const buildPath: (...args: string[]) => string;
|
|
30
30
|
export declare const removeEmptyValues: (tags: SpanTags) => {};
|
|
31
|
+
export declare const removeUndefinedValues: <T extends {
|
|
32
|
+
[key: string]: any;
|
|
33
|
+
}>(object: T) => T;
|
|
34
|
+
export declare const normalizeRef: (ref: string | undefined) => string | undefined;
|
|
31
35
|
export {};
|
package/dist/helpers/utils.js
CHANGED
|
@@ -12,7 +12,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
12
12
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
exports.removeEmptyValues = exports.buildPath = exports.getApiHostForSite = exports.getProxyAgent = exports.getRequestBuilder = exports.getProxyUrl = exports.parseConfigFile = exports.getConfig = exports.pick = void 0;
|
|
15
|
+
exports.normalizeRef = exports.removeUndefinedValues = exports.removeEmptyValues = exports.buildPath = exports.getApiHostForSite = exports.getProxyAgent = exports.getRequestBuilder = exports.getProxyUrl = exports.parseConfigFile = exports.getConfig = exports.pick = void 0;
|
|
16
16
|
const fs_1 = __importDefault(require("fs"));
|
|
17
17
|
const util_1 = require("util");
|
|
18
18
|
const axios_1 = __importDefault(require("axios"));
|
|
@@ -130,3 +130,20 @@ const removeEmptyValues = (tags) => Object.keys(tags).reduce((filteredTags, tag)
|
|
|
130
130
|
return Object.assign(Object.assign({}, filteredTags), { [tag]: tags[tag] });
|
|
131
131
|
}, {});
|
|
132
132
|
exports.removeEmptyValues = removeEmptyValues;
|
|
133
|
+
const removeUndefinedValues = (object) => {
|
|
134
|
+
const newObject = Object.assign({}, object);
|
|
135
|
+
for (const [key, value] of Object.entries(newObject)) {
|
|
136
|
+
if (value === undefined) {
|
|
137
|
+
delete newObject[key];
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
return newObject;
|
|
141
|
+
};
|
|
142
|
+
exports.removeUndefinedValues = removeUndefinedValues;
|
|
143
|
+
const normalizeRef = (ref) => {
|
|
144
|
+
if (!ref) {
|
|
145
|
+
return ref;
|
|
146
|
+
}
|
|
147
|
+
return ref.replace(/origin\/|refs\/heads\/|tags\//gm, '');
|
|
148
|
+
};
|
|
149
|
+
exports.normalizeRef = normalizeRef;
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,34 +1,26 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
1
|
"use strict";
|
|
3
|
-
var
|
|
4
|
-
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
10
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
11
|
+
}) : function(o, v) {
|
|
12
|
+
o["default"] = v;
|
|
13
|
+
});
|
|
14
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
15
|
+
if (mod && mod.__esModule) return mod;
|
|
16
|
+
var result = {};
|
|
17
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
18
|
+
__setModuleDefault(result, mod);
|
|
19
|
+
return result;
|
|
5
20
|
};
|
|
6
21
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
|
|
8
|
-
const
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
};
|
|
13
|
-
process.on('uncaughtException', onError);
|
|
14
|
-
process.on('unhandledRejection', onError);
|
|
15
|
-
const cli = new clipanion_1.Cli({
|
|
16
|
-
binaryLabel: 'Datadog CI',
|
|
17
|
-
binaryName: 'datadog-ci',
|
|
18
|
-
binaryVersion: require('../package.json').version,
|
|
19
|
-
});
|
|
20
|
-
const commandsPath = `${__dirname}/commands`;
|
|
21
|
-
for (const commandFolder of fs_1.default.readdirSync(commandsPath)) {
|
|
22
|
-
const commandPath = `${commandsPath}/${commandFolder}`;
|
|
23
|
-
if (fs_1.default.statSync(commandPath).isDirectory()) {
|
|
24
|
-
// tslint:disable-next-line: no-var-requires
|
|
25
|
-
require(commandPath).forEach((command) => cli.register(command));
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
if (require.main === module) {
|
|
29
|
-
cli.runExit(process.argv.slice(2), {
|
|
30
|
-
stderr: process.stderr,
|
|
31
|
-
stdin: process.stdin,
|
|
32
|
-
stdout: process.stdout,
|
|
33
|
-
});
|
|
34
|
-
}
|
|
22
|
+
exports.synthetics = exports.utils = void 0;
|
|
23
|
+
const synthetics = __importStar(require("./commands/synthetics"));
|
|
24
|
+
exports.synthetics = synthetics;
|
|
25
|
+
const utils = __importStar(require("./helpers/utils"));
|
|
26
|
+
exports.utils = utils;
|
package/package.json
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datadog/datadog-ci",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.13",
|
|
4
4
|
"description": "Run datadog actions from the CI.",
|
|
5
|
-
"main": "dist/index.js",
|
|
6
5
|
"repository": "https://github.com/DataDog/datadog-ci",
|
|
7
6
|
"license": "Apache-2.0",
|
|
8
7
|
"bin": {
|
|
9
|
-
"datadog-ci": "dist/
|
|
8
|
+
"datadog-ci": "dist/cli.js"
|
|
10
9
|
},
|
|
11
10
|
"engines": {
|
|
12
11
|
"node": ">=10.24.1"
|
|
@@ -16,6 +15,7 @@
|
|
|
16
15
|
"README",
|
|
17
16
|
"LICENSE"
|
|
18
17
|
],
|
|
18
|
+
"main": "dist/index.js",
|
|
19
19
|
"publishConfig": {
|
|
20
20
|
"access": "public"
|
|
21
21
|
},
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"check-licenses": "node bin/check-licenses.js",
|
|
29
29
|
"clean": "rm -rf dist/*",
|
|
30
30
|
"format": "yarn tslint --fix && yarn prettier --write",
|
|
31
|
-
"launch": "ts-node --transpile-only src/
|
|
32
|
-
"launch:debug": "node -r ts-node/register/transpile-only --inspect-brk src/
|
|
31
|
+
"launch": "ts-node --transpile-only src/cli.ts",
|
|
32
|
+
"launch:debug": "node -r ts-node/register/transpile-only --inspect-brk src/cli.ts",
|
|
33
33
|
"lint": "(yarn tslint && yarn prettier --check) || (echo \"\nYou can fix this by running ==> yarn format <==\n\" && false)",
|
|
34
34
|
"prepack": "yarn build && node ./bin/make-it-executable.js",
|
|
35
35
|
"prettier": "prettier \"src/**/*.{ts,js,json,yml}\" --ignore-path .gitignore",
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"async-retry": "1.3.1",
|
|
44
|
-
"aws-sdk": "2.
|
|
44
|
+
"aws-sdk": "2.1012.0",
|
|
45
45
|
"axios": "0.21.2",
|
|
46
46
|
"chalk": "3.0.0",
|
|
47
47
|
"clipanion": "2.2.2",
|
|
48
48
|
"datadog-metrics": "0.9.3",
|
|
49
|
-
"dd-trace": "0.35.1-beta.1",
|
|
50
49
|
"deep-extend": "0.6.0",
|
|
51
50
|
"fast-xml-parser": "3.19.0",
|
|
52
51
|
"form-data": "3.0.0",
|
|
53
52
|
"glob": "7.1.4",
|
|
53
|
+
"inquirer": "8.2.0",
|
|
54
54
|
"proxy-agent": "5.0.0",
|
|
55
55
|
"simple-git": "2.31.0",
|
|
56
56
|
"ssh2": "1.4.0",
|
|
@@ -69,6 +69,7 @@
|
|
|
69
69
|
"@types/datadog-metrics": "0.6.1",
|
|
70
70
|
"@types/deep-extend": "0.4.31",
|
|
71
71
|
"@types/glob": "7.1.1",
|
|
72
|
+
"@types/inquirer": "8.1.3",
|
|
72
73
|
"@types/jest": "24.0.15",
|
|
73
74
|
"@types/node": "10.17.57",
|
|
74
75
|
"@types/ssh2": "0.5.46",
|
|
@@ -77,6 +78,7 @@
|
|
|
77
78
|
"@types/tiny-async-pool": "1.0.0",
|
|
78
79
|
"@types/ws": "7.2.9",
|
|
79
80
|
"@types/xml2js": "0.4.9",
|
|
81
|
+
"dd-trace": "0.36.3",
|
|
80
82
|
"jest": "27.0.5",
|
|
81
83
|
"jest-environment-node": "27.0.5",
|
|
82
84
|
"jest-matcher-specific-error": "1.0.0",
|
|
@@ -87,6 +89,6 @@
|
|
|
87
89
|
"tslint": "5.18.0",
|
|
88
90
|
"tslint-config-prettier": "1.18.0",
|
|
89
91
|
"tslint-lines-between-class-members": "1.3.6",
|
|
90
|
-
"typescript": "4.
|
|
92
|
+
"typescript": "4.2.2"
|
|
91
93
|
}
|
|
92
94
|
}
|