@antora/content-aggregator 3.0.0-rc.4 → 3.0.1

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.
@@ -54,8 +54,8 @@ const PATH_SEPARATOR_RX = /[/]/g
54
54
  const SHORTEN_REF_RX = /^refs\/(?:heads|remotes\/[^/]+|tags)\//
55
55
  const SPACE_RX = / /g
56
56
  const SUPERFLUOUS_SEPARATORS_RX = /^\/+|\/+$|\/+(?=\/)/g
57
- const URL_AUTH_CLEANER_RX = /^(https?:\/\/)[^/@]*@/
58
- const URL_AUTH_EXTRACTOR_RX = /^(https?:\/\/)(?:([^/:@]+)?(?::([^/@]+)?)?@)?(.*)/
57
+ const URL_AUTH_CLEANER_RX = /^(https?:\/\/)[^/]*@(?=.)/
58
+ const URL_AUTH_EXTRACTOR_RX = /^(https?:\/\/)(?:([^/:]+)?(?::([^/]+)?)?@)?(.*)/
59
59
  const URL_PORT_CLEANER_RX = /^([^/]+):[0-9]+(?=\/)/
60
60
 
61
61
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antora/content-aggregator",
3
- "version": "3.0.0-rc.4",
3
+ "version": "3.0.1",
4
4
  "description": "Fetches and aggregates content from distributed sources for use in an Antora documentation pipeline.",
5
5
  "license": "MPL-2.0",
6
6
  "author": "OpenDevise Inc. (https://opendevise.com)",
@@ -52,5 +52,5 @@
52
52
  "static site",
53
53
  "web publishing"
54
54
  ],
55
- "gitHead": "5e29b434cf6e83e0e8e02c0793425bdf4d25bed2"
55
+ "gitHead": "e8e6f6ba33b1ab3f796907b5a256893a64844cd1"
56
56
  }