@datadog/datadog-ci-plugin-synthetics 5.14.0 → 5.15.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.
- package/dist/bundle.js +1 -1
- package/package.json +2 -2
package/dist/bundle.js
CHANGED
|
@@ -5759,7 +5759,7 @@ var require_glob = /* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
5759
5759
|
var require_package$2 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
5760
5760
|
module.exports = {
|
|
5761
5761
|
"name": "@datadog/datadog-ci-base",
|
|
5762
|
-
"version": "5.
|
|
5762
|
+
"version": "5.15.0",
|
|
5763
5763
|
"description": "Base package for Datadog CI",
|
|
5764
5764
|
"license": "Apache-2.0",
|
|
5765
5765
|
"keywords": ["datadog", "datadog-ci"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@datadog/datadog-ci-plugin-synthetics",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.15.0",
|
|
4
4
|
"description": "Datadog CI plugin for `synthetics` commands",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"prepack": "yarn package:clean-dist; yarn package:bundle:npm"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@datadog/datadog-ci-base": "5.
|
|
48
|
+
"@datadog/datadog-ci-base": "5.15.0",
|
|
49
49
|
"@types/deep-extend": "0.4.31",
|
|
50
50
|
"@types/set-value": "4.0.3",
|
|
51
51
|
"@types/ssh2": "1.15.5",
|