@datadog/datadog-ci-plugin-deployment 3.21.3 → 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/package.json +3 -6
- package/dist/cli.d.ts +0 -5
- package/dist/cli.js +0 -14
- package/dist/cli.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datadog/datadog-ci-plugin-deployment",
|
|
3
|
-
"version": "3.21.
|
|
3
|
+
"version": "3.21.4",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "Datadog CI plugin for `deployment` commands",
|
|
6
6
|
"keywords": [
|
|
@@ -35,14 +35,11 @@
|
|
|
35
35
|
"prepack": "yarn package:clean-dist"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@datadog/datadog-ci": "3.21.
|
|
38
|
+
"@datadog/datadog-ci-base": "3.21.4"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@datadog/datadog-ci-base": "3.21.3",
|
|
42
41
|
"axios": "^1.11.0",
|
|
43
42
|
"chalk": "3.0.0",
|
|
44
|
-
"
|
|
45
|
-
"simple-git": "3.16.0",
|
|
46
|
-
"typanion": "^3.14.0"
|
|
43
|
+
"simple-git": "3.16.0"
|
|
47
44
|
}
|
|
48
45
|
}
|
package/dist/cli.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { PluginCommand as DeploymentCorrelateCommand } from './commands/correlate';
|
|
2
|
-
import { PluginCommand as DeploymentCorrelateImageCommand } from './commands/correlate-image';
|
|
3
|
-
import { PluginCommand as DeploymentGateCommand } from './commands/gate';
|
|
4
|
-
import { PluginCommand as DeploymentMarkCommand } from './commands/mark';
|
|
5
|
-
export declare const commands: (typeof DeploymentCorrelateCommand | typeof DeploymentCorrelateImageCommand | typeof DeploymentGateCommand | typeof DeploymentMarkCommand)[];
|
package/dist/cli.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.commands = void 0;
|
|
4
|
-
const correlate_1 = require("./commands/correlate");
|
|
5
|
-
const correlate_image_1 = require("./commands/correlate-image");
|
|
6
|
-
const gate_1 = require("./commands/gate");
|
|
7
|
-
const mark_1 = require("./commands/mark");
|
|
8
|
-
exports.commands = [
|
|
9
|
-
mark_1.PluginCommand,
|
|
10
|
-
correlate_1.PluginCommand,
|
|
11
|
-
correlate_image_1.PluginCommand,
|
|
12
|
-
gate_1.PluginCommand,
|
|
13
|
-
];
|
|
14
|
-
//# sourceMappingURL=cli.js.map
|
package/dist/cli.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";;;AAAA,oDAAgF;AAChF,gEAA2F;AAC3F,0CAAsE;AACtE,0CAAsE;AAEzD,QAAA,QAAQ,GAAG;IACtB,oBAAqB;IACrB,yBAA0B;IAC1B,+BAA+B;IAC/B,oBAAqB;CACtB,CAAA"}
|