@antora/playbook-builder
Advanced tools
Comparing version 1.1.1 to 2.0.0-beta.1
@@ -9,3 +9,3 @@ 'use strict' | ||
arg: 'playbook', | ||
env: 'PLAYBOOK', | ||
env: 'ANTORA_PLAYBOOK', | ||
}, | ||
@@ -65,3 +65,3 @@ site: { | ||
branches: { | ||
doc: 'The default branch pattern to use when no specific pattern is provided', | ||
doc: 'The default branch pattern to use when no specific pattern is provided.', | ||
format: Array, | ||
@@ -75,2 +75,7 @@ default: ['v*', 'master'], | ||
}, | ||
tags: { | ||
doc: 'The default tag pattern to use when no specific pattern is provided', | ||
format: Array, | ||
default: undefined, | ||
}, | ||
}, | ||
@@ -126,2 +131,19 @@ ui: { | ||
}, | ||
git: { | ||
credentials: { | ||
path: { | ||
doc: 'The path to a git credentials file matching the format used by git-credential-store.', | ||
format: String, | ||
default: undefined, | ||
arg: 'git-credentials-path', | ||
env: 'GIT_CREDENTIALS_PATH', | ||
}, | ||
contents: { | ||
doc: 'The git credentials data matching the format used by git-credentials-store (optionally comma-separated).', | ||
format: String, | ||
default: undefined, | ||
env: 'GIT_CREDENTIALS', | ||
}, | ||
}, | ||
}, | ||
runtime: { | ||
@@ -128,0 +150,0 @@ cache_dir: { |
{ | ||
"name": "@antora/playbook-builder", | ||
"version": "1.1.1", | ||
"version": "2.0.0-beta.1", | ||
"description": "Builds a playbook object from user input for configuring successive documentation components in an Antora pipeline.", | ||
@@ -19,3 +19,3 @@ "license": "MPL-2.0", | ||
"dependencies": { | ||
"camelcase-keys": "^4.2.0", | ||
"camelcase-keys": "^5.0.0", | ||
"convict": "^4.3.2", | ||
@@ -22,0 +22,0 @@ "cson-parser": "^3.0.0", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
12389
333
1
+ Addedcamelcase-keys@5.2.0(transitive)
+ Addedmap-obj@3.1.0(transitive)
- Removedcamelcase@4.1.0(transitive)
- Removedcamelcase-keys@4.2.0(transitive)
- Removedmap-obj@2.0.0(transitive)
Updatedcamelcase-keys@^5.0.0