@antora/content-classifier 3.2.0-alpha.10 → 3.2.0-alpha.11
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antora/content-classifier",
|
|
3
|
-
"version": "3.2.0-alpha.
|
|
3
|
+
"version": "3.2.0-alpha.11",
|
|
4
4
|
"description": "Organizes aggregated content into a virtual file catalog for use in an Antora documentation pipeline.",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"author": "OpenDevise Inc. (https://opendevise.com)",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"#constants": "./lib/constants.js"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@antora/asciidoc-loader": "3.2.0-alpha.
|
|
35
|
-
"@antora/logger": "3.2.0-alpha.
|
|
34
|
+
"@antora/asciidoc-loader": "3.2.0-alpha.11",
|
|
35
|
+
"@antora/logger": "3.2.0-alpha.11",
|
|
36
36
|
"mime-types": "~2.1",
|
|
37
37
|
"vinyl": "~3.0"
|
|
38
38
|
},
|