@datadog/datadog-ci-plugin-sarif 5.18.0 → 5.19.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 +2 -1
- package/dist/bundle.js.map +1 -1
- package/package.json +5 -2
package/dist/bundle.js
CHANGED
|
@@ -5907,11 +5907,12 @@ var require_src$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
|
5907
5907
|
var require_package$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
|
5908
5908
|
module.exports = {
|
|
5909
5909
|
"name": "@datadog/datadog-ci-base",
|
|
5910
|
-
"version": "5.
|
|
5910
|
+
"version": "5.19.0",
|
|
5911
5911
|
"description": "Base package for Datadog CI",
|
|
5912
5912
|
"license": "Apache-2.0",
|
|
5913
5913
|
"keywords": ["datadog", "datadog-ci"],
|
|
5914
5914
|
"homepage": "https://github.com/DataDog/datadog-ci/tree/master/packages/base",
|
|
5915
|
+
"bugs": { "url": "https://github.com/DataDog/datadog-ci/issues" },
|
|
5915
5916
|
"repository": {
|
|
5916
5917
|
"type": "git",
|
|
5917
5918
|
"url": "https://github.com/DataDog/datadog-ci.git",
|