screwdriver-data-schema 22.9.9 → 22.9.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/config/regex.js +2 -2
  2. package/package.json +1 -1
package/config/regex.js CHANGED
@@ -89,9 +89,9 @@ module.exports = {
89
89
  // Third group: repo (e.g. data-schema)
90
90
  // Fourth group: branch name (e.g. #branchName)
91
91
  // Fifth group: root dir (e.g. :path/to/source/dir)
92
- // eslint-disable-next-line max-len
93
92
  CHECKOUT_URL:
94
- /^(?:(?:https:\/\/(?:[^@/:\s]+@)?)|git@|org-\d+@)+([^/:\s]+)(?:\/|:)([^/:\s]+)\/([^\s]+?)(?:\.git)(#[^:\s]+)?(:[^\s]+)?$/,
93
+ // eslint-disable-next-line no-irregular-whitespace
94
+ /^(?:(?:https:\/\/(?:[^@/:\s]+@)?)|git@|org-\d+@)+([^/:\s]+)(?:\/|:)([^/:\s]+)\/([^\s]+?)(?:\.git)(#[^: \s]* [^: \s]*|#[^: \s]+)?(:[^: \s]* [^: \s]*|:[^: \s]+)?$/,
95
95
  // scmUri. For example: github.com:abc-123:master or bitbucket.org:{123}:master
96
96
  // Optionally, can have rootDir. For example: github.com:abc-123:master:src/app/component
97
97
  SCM_URI: /^([^:]+):([^:]+):([^:]+)(?::([^:]+))?$/,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "screwdriver-data-schema",
3
- "version": "22.9.9",
3
+ "version": "22.9.11",
4
4
  "description": "Internal Data Schema of Screwdriver",
5
5
  "main": "index.js",
6
6
  "scripts": {