@datadog/datadog-ci 3.21.2 → 3.21.4
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/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +12 -12
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export * as gitMetadata from '
|
|
1
|
+
export * as gitMetadata from '@datadog/datadog-ci-base/commands/git-metadata';
|
|
2
2
|
export * as synthetics from '@datadog/datadog-ci-plugin-synthetics';
|
|
3
3
|
export * as utils from '@datadog/datadog-ci-base/helpers/utils';
|
|
4
4
|
export { cliVersion as version } from '@datadog/datadog-ci-base/version';
|
package/dist/index.js
CHANGED
|
@@ -24,7 +24,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.version = exports.utils = exports.synthetics = exports.gitMetadata = void 0;
|
|
27
|
-
exports.gitMetadata = __importStar(require("
|
|
27
|
+
exports.gitMetadata = __importStar(require("@datadog/datadog-ci-base/commands/git-metadata"));
|
|
28
28
|
exports.synthetics = __importStar(require("@datadog/datadog-ci-plugin-synthetics"));
|
|
29
29
|
exports.utils = __importStar(require("@datadog/datadog-ci-base/helpers/utils"));
|
|
30
30
|
var version_1 = require("@datadog/datadog-ci-base/version");
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,8FAA6E;AAC7E,oFAAmE;AACnE,gFAA+D;AAC/D,4DAAsE;AAA9D,kGAAA,UAAU,OAAW"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datadog/datadog-ci",
|
|
3
|
-
"version": "3.21.
|
|
3
|
+
"version": "3.21.4",
|
|
4
4
|
"description": "Use Datadog from your CI.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
"prepack": "yarn package:clean-dist"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@datadog/datadog-ci-base": "3.21.
|
|
37
|
-
"@datadog/datadog-ci-plugin-aas": "3.21.
|
|
38
|
-
"@datadog/datadog-ci-plugin-cloud-run": "3.21.
|
|
39
|
-
"@datadog/datadog-ci-plugin-deployment": "3.21.
|
|
40
|
-
"@datadog/datadog-ci-plugin-dora": "3.21.
|
|
41
|
-
"@datadog/datadog-ci-plugin-gate": "3.21.
|
|
42
|
-
"@datadog/datadog-ci-plugin-lambda": "3.21.
|
|
43
|
-
"@datadog/datadog-ci-plugin-sarif": "3.21.
|
|
44
|
-
"@datadog/datadog-ci-plugin-sbom": "3.21.
|
|
45
|
-
"@datadog/datadog-ci-plugin-stepfunctions": "3.21.
|
|
46
|
-
"@datadog/datadog-ci-plugin-synthetics": "3.21.
|
|
36
|
+
"@datadog/datadog-ci-base": "3.21.4",
|
|
37
|
+
"@datadog/datadog-ci-plugin-aas": "3.21.4",
|
|
38
|
+
"@datadog/datadog-ci-plugin-cloud-run": "3.21.4",
|
|
39
|
+
"@datadog/datadog-ci-plugin-deployment": "3.21.4",
|
|
40
|
+
"@datadog/datadog-ci-plugin-dora": "3.21.4",
|
|
41
|
+
"@datadog/datadog-ci-plugin-gate": "3.21.4",
|
|
42
|
+
"@datadog/datadog-ci-plugin-lambda": "3.21.4",
|
|
43
|
+
"@datadog/datadog-ci-plugin-sarif": "3.21.4",
|
|
44
|
+
"@datadog/datadog-ci-plugin-sbom": "3.21.4",
|
|
45
|
+
"@datadog/datadog-ci-plugin-stepfunctions": "3.21.4",
|
|
46
|
+
"@datadog/datadog-ci-plugin-synthetics": "3.21.4",
|
|
47
47
|
"axios": "^1.12.1",
|
|
48
48
|
"chalk": "3.0.0",
|
|
49
49
|
"clipanion": "^3.2.1",
|