@datadog/datadog-ci-plugin-lambda 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datadog/datadog-ci-plugin-lambda",
3
- "version": "3.21.2",
3
+ "version": "3.21.4",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Datadog CI plugin for `lambda` commands",
6
6
  "keywords": [
@@ -35,7 +35,7 @@
35
35
  "prepack": "yarn package:clean-dist"
36
36
  },
37
37
  "peerDependencies": {
38
- "@datadog/datadog-ci": "3.21.2"
38
+ "@datadog/datadog-ci-base": "3.21.4"
39
39
  },
40
40
  "dependencies": {
41
41
  "@aws-sdk/client-cloudwatch-logs": "^3.709.0",
@@ -43,7 +43,6 @@
43
43
  "@aws-sdk/credential-provider-ini": "^3.709.0",
44
44
  "@aws-sdk/credential-providers": "^3.709.0",
45
45
  "@aws-sdk/types": "^3.887.0",
46
- "@datadog/datadog-ci-base": "3.21.2",
47
46
  "@smithy/property-provider": "^2.0.12",
48
47
  "@smithy/util-retry": "^2.0.4",
49
48
  "chalk": "3.0.0",
package/dist/cli.d.ts DELETED
@@ -1 +0,0 @@
1
- export {};
package/dist/cli.js DELETED
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const flare_1 = require("./commands/flare");
4
- const instrument_1 = require("./commands/instrument");
5
- const uninstrument_1 = require("./commands/uninstrument");
6
- module.exports = [instrument_1.PluginCommand, uninstrument_1.PluginCommand, flare_1.PluginCommand];
7
- //# 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,4CAAoE;AACpE,sDAAwE;AACxE,0DAA4E;AAE5E,MAAM,CAAC,OAAO,GAAG,CAAC,0BAAiB,EAAE,4BAAmB,EAAE,qBAAkB,CAAC,CAAA"}