@antora/content-aggregator 3.2.0-alpha.5 → 3.2.0-alpha.6

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.
@@ -900,7 +900,7 @@ function identifyAuthStatus (credentialManager, credentials, url) {
900
900
  * The purpose of this function is generate a safe, unique folder name for the cloned
901
901
  * repository that gets stored in the cache directory.
902
902
  *
903
- * The generated folder name follows the pattern: <basename>-<sha1>-<version>.git
903
+ * The generated folder name follows the pattern: <basename>-<sha1-of-normalized-url>.git
904
904
  *
905
905
  * @param {String} url - The repository URL to convert.
906
906
  * @returns {String} The generated folder name.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antora/content-aggregator",
3
- "version": "3.2.0-alpha.5",
3
+ "version": "3.2.0-alpha.6",
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)",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@antora/expand-path-helper": "~2.0",
32
- "@antora/logger": "3.2.0-alpha.5",
32
+ "@antora/logger": "3.2.0-alpha.6",
33
33
  "@antora/user-require-helper": "~2.0",
34
34
  "braces": "~3.0",
35
35
  "cache-directory": "~2.0",