gitlab-ci-env
Advanced tools
Comparing version 4.3.0 to 4.4.0
# Changelog | ||
## v4.4.0 (2021-10-22) | ||
### Added | ||
- Added new predefined variable in GitLab 14.4 (CHAT_USER_ID) (#45) | ||
### Fixed | ||
- Updated to latest dependencies | ||
## v4.3.0 (2021-09-22) | ||
@@ -4,0 +14,0 @@ |
@@ -15,3 +15,4 @@ 'use strict'; | ||
channel: process.env.CHAT_CHANNEL, | ||
input: process.env.CHAT_INPUT | ||
input: process.env.CHAT_INPUT, | ||
userID: process.env.CHAT_USER_ID | ||
}, | ||
@@ -18,0 +19,0 @@ ci: { |
{ | ||
"name": "gitlab-ci-env", | ||
"version": "4.3.0", | ||
"version": "4.4.0", | ||
"description": "Get built-in environment variables exposed by GitLab CI.", | ||
@@ -40,13 +40,13 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@aarongoldenthal/eslint-config-standard": "^9.1.0", | ||
"axios": "^0.21.4", | ||
"@aarongoldenthal/eslint-config-standard": "^10.0.0", | ||
"axios": "^0.23.0", | ||
"dotenv": "^10.0.0", | ||
"eslint": "^7.32.0", | ||
"eslint": "^8.1.0", | ||
"flat": "^5.0.2", | ||
"invert-kv": "^3.0.1", | ||
"jest": "^27.2.1", | ||
"jest-junit": "^12.3.0", | ||
"markdownlint-cli": "^0.28.1", | ||
"jest": "^27.3.1", | ||
"jest-junit": "^13.0.0", | ||
"markdownlint-cli": "^0.29.0", | ||
"tabletojson": "^2.0.7" | ||
} | ||
} |
@@ -25,2 +25,3 @@ # GitLab CI Env | ||
input: 'CHAT_INPUT', | ||
userID: 'CHAT_USER_ID' | ||
}, | ||
@@ -27,0 +28,0 @@ ci: { |
25373
206
220