@antora/ui-loader 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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -10,4 +10,4 @@ Its site generator aggregates documents from versioned content repositories and
|
|
|
10
10
|
|
|
11
11
|
Copyright (C) 2017-present [OpenDevise Inc.](https://opendevise.com) and the [Antora Project](https://antora.org).
|
|
12
12
|
|
|
13
|
-
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).
|
|
13
|
+
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/ui-loader",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0-alpha.2",
|
|
4
4
|
"description": "Downloads a UI bundle, if necessary, and loads the files into a UI catalog for use in an Antora documentation pipeline.",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"author": "OpenDevise Inc. (https://opendevise.com)",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"cache-directory": "~2.0",
|
|
31
31
|
"glob-stream": "~7.0",
|
|
32
32
|
"gulp-vinyl-zip": "~2.5",
|
|
33
|
-
"hpagent": "~1.
|
|
33
|
+
"hpagent": "~1.2",
|
|
34
34
|
"js-yaml": "~4.1",
|
|
35
35
|
"picomatch": "~2.3",
|
|
36
36
|
"should-proxy": "~1.0",
|