gitlab-ci-env
Advanced tools
Comparing version 8.0.0 to 8.1.0
@@ -144,2 +144,3 @@ declare const _exports: Readonly<{ | ||
iid: string; | ||
name: string; | ||
source: string; | ||
@@ -146,0 +147,0 @@ triggerPayload: string; |
@@ -162,2 +162,3 @@ 'use strict'; | ||
iid: process.env.CI_PIPELINE_IID, | ||
name: process.env.CI_PIPELINE_NAME, | ||
source: process.env.CI_PIPELINE_SOURCE, | ||
@@ -164,0 +165,0 @@ triggerPayload: process.env.TRIGGER_PAYLOAD, |
{ | ||
"name": "gitlab-ci-env", | ||
"version": "8.0.0", | ||
"version": "8.1.0", | ||
"description": "Get built-in environment variables exposed by GitLab CI.", | ||
@@ -14,4 +14,4 @@ "main": "index.js", | ||
"lint-md": "markdownlint-cli2 \"**/*.md\" \"#node_modules\"", | ||
"prettier-check": "prettier --check --ignore-path=.gitignore .", | ||
"prettier-fix": "prettier --write --ignore-path=.gitignore .", | ||
"prettier-check": "prettier --check .", | ||
"prettier-fix": "prettier --write .", | ||
"start": "node index.js", | ||
@@ -47,14 +47,14 @@ "test": "jest --ci index.test.js", | ||
"devDependencies": { | ||
"@aarongoldenthal/eslint-config-standard": "^22.1.0", | ||
"@aarongoldenthal/eslint-config-standard": "^23.1.1", | ||
"axios": "^1.4.0", | ||
"dotenv": "^16.1.4", | ||
"eslint": "^8.42.0", | ||
"dotenv": "^16.3.1", | ||
"eslint": "^8.47.0", | ||
"flat": "^5.0.2", | ||
"jest": "^29.5.0", | ||
"jest": "^29.6.3", | ||
"jest-junit": "^16.0.0", | ||
"markdownlint-cli2": "^0.7.1", | ||
"prettier": "^2.8.8", | ||
"markdownlint-cli2": "^0.8.1", | ||
"prettier": "^3.0.2", | ||
"tabletojson": "^2.0.7", | ||
"typescript": "^5.1.3" | ||
"typescript": "^5.1.6" | ||
} | ||
} |
@@ -164,2 +164,3 @@ # GitLab CI Env | ||
iid: 'CI_PIPELINE_IID', | ||
name: 'CI_PIPELINE_NAME', | ||
source: 'CI_PIPELINE_SOURCE', | ||
@@ -166,0 +167,0 @@ triggerPayload: 'TRIGGER_PAYLOAD', |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
26452
466
248
0