screwdriver-data-schema
Advanced tools
Comparing version 23.6.0 to 23.7.0
@@ -122,3 +122,5 @@ 'use strict'; | ||
// Provider Role. Can be arn:aws:iam::xxxxxx:role/some-role | ||
ROLE_ARN: /^arn:aws:iam::\d{12}:role\/.+/ | ||
ROLE_ARN: /^arn:aws:iam::\d{12}:role\/.+/, | ||
// Stage setup pattern. Can be stage@stage-name:setup | ||
STAGE_SETUP_PATTERN: /^stage@([\w-]+):setup$/ | ||
}; |
{ | ||
"name": "screwdriver-data-schema", | ||
"version": "23.6.0", | ||
"version": "23.7.0", | ||
"description": "Internal Data Schema of Screwdriver", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
227496
6514