@antora/cli 3.1.2 → 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 +5 -4
package/README.md CHANGED
@@ -51,4 +51,4 @@ The `antora` command will output the generated site to the *build/site* folder b
51
51
 
52
52
  Copyright (C) 2017-present [OpenDevise Inc.](https://opendevise.com) and the [Antora Project](https://antora.org).
53
53
 
54
- 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).
54
+ 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/cli",
3
- "version": "3.1.2",
3
+ "version": "3.2.0-alpha.2",
4
4
  "description": "The command line interface for Antora.",
5
5
  "license": "MPL-2.0",
6
6
  "author": "OpenDevise Inc. (https://opendevise.com)",
@@ -25,13 +25,14 @@
25
25
  "antora": "bin/antora"
26
26
  },
27
27
  "dependencies": {
28
- "@antora/logger": "3.1.2",
29
- "@antora/playbook-builder": "3.1.2",
28
+ "@antora/logger": "3.2.0-alpha.2",
29
+ "@antora/playbook-builder": "3.2.0-alpha.2",
30
30
  "@antora/user-require-helper": "~2.0",
31
31
  "commander": "~9.4"
32
32
  },
33
33
  "devDependencies": {
34
- "@antora/site-publisher": "3.1.2",
34
+ "@antora/site-generator": "3.2.0-alpha.2",
35
+ "@antora/site-publisher": "3.2.0-alpha.2",
35
36
  "@asciidoctor/core": "~2.2",
36
37
  "convict": "~6.2",
37
38
  "kapok-js": "~0.10"