gitlab-ci-env
Advanced tools
Comparing version 1.3.0 to 1.3.1
# Changelog | ||
## v1.3.1 (2019-12-29) | ||
## Fixed | ||
- Added predefined variable CI_MERGE_REQUEST_EVENT_TYPE from GitLab 12.3 that was previously undocumented (#12) | ||
- Updated to latest dependencies | ||
## v1.3.0 (2019-12-22) | ||
@@ -4,0 +11,0 @@ |
@@ -70,2 +70,3 @@ 'use strict'; | ||
assignees: process.env.CI_MERGE_REQUEST_ASSIGNEES, | ||
eventType: process.env.CI_MERGE_REQUEST_EVENT_TYPE, | ||
id: process.env.CI_MERGE_REQUEST_ID, | ||
@@ -72,0 +73,0 @@ iid: process.env.CI_MERGE_REQUEST_IID, |
{ | ||
"name": "gitlab-ci-env", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Get built-in environment variables exposed by GitLab CI.", | ||
@@ -36,3 +36,3 @@ "main": "index.js", | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-jest": "^23.1.1", | ||
"eslint-plugin-jest": "^23.2.0", | ||
"eslint-plugin-sonarjs": "^0.5.0", | ||
@@ -39,0 +39,0 @@ "flat": "^5.0.0", |
@@ -88,2 +88,3 @@ # GitLab CI Env | ||
assignees: 'CI_MERGE_REQUEST_ASSIGNEES', | ||
eventType: 'CI_MERGE_REQUEST_EVENT_TYPE', | ||
id: 'CI_MERGE_REQUEST_ID', | ||
@@ -90,0 +91,0 @@ iid: 'CI_MERGE_REQUEST_IID', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
68649
296
189