@antora/site-publisher 3.2.0-alpha.1 → 3.2.0-alpha.2

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -14,4 +14,4 @@ Its site generator aggregates documents from versioned content repositories and
14
14
 
15
15
  Copyright (C) 2017-present [OpenDevise Inc.](https://opendevise.com) and the [Antora Project](https://antora.org).
16
16
 
17
- Use of this software is granted under the terms of the [Mozilla Public License Version 2.0](https://www.mozilla.org/en-US/MPL/2.0/) (MPL-2.0).
17
+ Use of this software is granted under the terms of the [Mozilla Public License Version 2.0](https://www.mozilla.org/en-US/MPL/2.0/) (MPL-2.0).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antora/site-publisher",
3
- "version": "3.2.0-alpha.1",
3
+ "version": "3.2.0-alpha.2",
4
4
  "description": "An alias for the @antora/file-publisher package.",
5
5
  "license": "MPL-2.0",
6
6
  "author": "OpenDevise Inc. (https://opendevise.com)",
@@ -18,7 +18,7 @@
18
18
  ".": "./lib/index.js"
19
19
  },
20
20
  "dependencies": {
21
- "@antora/file-publisher": "3.2.0-alpha.1"
21
+ "@antora/file-publisher": "3.2.0-alpha.2"
22
22
  },
23
23
  "engines": {
24
24
  "node": ">=16.0.0"