gitlab-ci-env
Advanced tools
Comparing version 3.3.0 to 3.4.0
# Changelog | ||
## v3.4.0 (2021-01-22) | ||
### Added | ||
- Added new predefined variables in GitLab 13.8 (CI_PROJECT_CONFIG_PATH) (#21) | ||
### Fixed | ||
- Updated to latest dependencies, including resolving vulnerabilities | ||
## v3.3.0 (2020-12-22) | ||
@@ -4,0 +14,0 @@ |
@@ -141,2 +141,3 @@ 'use strict'; | ||
project: { | ||
configPath: process.env.CI_PROJECT_CONFIG_PATH, | ||
dir: process.env.CI_PROJECT_DIR, | ||
@@ -143,0 +144,0 @@ id: process.env.CI_PROJECT_ID, |
{ | ||
"name": "gitlab-ci-env", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"description": "Get built-in environment variables exposed by GitLab CI.", | ||
@@ -37,12 +37,12 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@aarongoldenthal/eslint-config-standard": "^6.1.0", | ||
"@aarongoldenthal/eslint-config-standard": "^6.1.1", | ||
"axios": "^0.21.1", | ||
"dotenv": "^8.2.0", | ||
"eslint": "^7.16.0", | ||
"eslint": "^7.18.0", | ||
"eslint-plugin-jest": "^24.1.3", | ||
"eslint-plugin-jsdoc": "^30.7.9", | ||
"eslint-plugin-jsdoc": "^31.0.8", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-sonarjs": "^0.5.0", | ||
"flat": "^5.0.2", | ||
"husky": "^4.3.6", | ||
"husky": "^4.3.8", | ||
"invert-kv": "^3.0.1", | ||
@@ -49,0 +49,0 @@ "jest": "^26.6.3", |
@@ -150,2 +150,3 @@ # GitLab CI Env | ||
project: { | ||
configPath: 'CI_PROJECT_CONFIG_PATH', | ||
dir: 'CI_PROJECT_DIR', | ||
@@ -152,0 +153,0 @@ id: 'CI_PROJECT_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
79895
367
211