gitlab-ci-env
Advanced tools
Comparing version 2.4.0 to 2.4.1
# Changelog | ||
## v2.4.1 (2020-06-14) | ||
### Fixed | ||
- Remove variables that are not yet released in GitLab (CI_MERGE_REQUEST_CHANGED_PAGE_PATHS, CI_MERGE_REQUEST_CHANGED_PAGE_URLS). See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/34182. | ||
- Updated to latest dependencies | ||
## v2.4.0 (2020-05-22) | ||
@@ -4,0 +11,0 @@ |
@@ -73,6 +73,2 @@ 'use strict'; | ||
assignees: process.env.CI_MERGE_REQUEST_ASSIGNEES, | ||
changedPage: { | ||
paths: process.env.CI_MERGE_REQUEST_CHANGED_PAGE_PATHS, | ||
urls: process.env.CI_MERGE_REQUEST_CHANGED_PAGE_URLS | ||
}, | ||
eventType: process.env.CI_MERGE_REQUEST_EVENT_TYPE, | ||
@@ -79,0 +75,0 @@ id: process.env.CI_MERGE_REQUEST_ID, |
{ | ||
"name": "gitlab-ci-env", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Get built-in environment variables exposed by GitLab CI.", | ||
@@ -40,4 +40,4 @@ "main": "index.js", | ||
"dotenv": "^8.2.0", | ||
"eslint": "^7.0.0", | ||
"eslint-plugin-jest": "^23.13.1", | ||
"eslint": "^7.2.0", | ||
"eslint-plugin-jest": "^23.13.2", | ||
"eslint-plugin-node": "^11.1.0", | ||
@@ -44,0 +44,0 @@ "eslint-plugin-sonarjs": "^0.5.0", |
@@ -91,6 +91,2 @@ # GitLab CI Env | ||
assignees: 'CI_MERGE_REQUEST_ASSIGNEES', | ||
changedPage: { | ||
paths: 'CI_MERGE_REQUEST_CHANGED_PAGE_PATHS', | ||
urls: 'CI_MERGE_REQUEST_CHANGED_PAGE_URLS' | ||
}, | ||
eventType: 'CI_MERGE_REQUEST_EVENT_TYPE', | ||
@@ -97,0 +93,0 @@ id: 'CI_MERGE_REQUEST_ID', |
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
17
69975
321
195