@antora/playbook-builder 3.0.0-beta.6 → 3.0.0-rc.1
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/lib/config/schema.js +1 -1
- package/package.json +2 -2
package/lib/config/schema.js
CHANGED
|
@@ -59,7 +59,7 @@ module.exports = {
|
|
|
59
59
|
__private__google_analytics_key: {
|
|
60
60
|
doc: [
|
|
61
61
|
'The Google Analytics account key.',
|
|
62
|
-
'(
|
|
62
|
+
'(@deprecated; scheduled to be removed in Antora 4; define using --key google-analytics=<key> instead)',
|
|
63
63
|
].join('\n'),
|
|
64
64
|
format: String,
|
|
65
65
|
default: undefined,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antora/playbook-builder",
|
|
3
|
-
"version": "3.0.0-
|
|
3
|
+
"version": "3.0.0-rc.1",
|
|
4
4
|
"description": "Builds a playbook object from user input for configuring successive documentation components in an Antora pipeline.",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"author": "OpenDevise Inc. (https://opendevise.com)",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"static site",
|
|
40
40
|
"web publishing"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "044371a33e2c0fed9724d30945bbb549d64845d5"
|
|
43
43
|
}
|