@antora/playbook-builder
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -86,3 +86,3 @@ 'use strict' | ||
} | ||
return deepFreeze(model, name ? '.' + name : '') | ||
return model | ||
} | ||
@@ -103,7 +103,2 @@ | ||
function deepFreeze (o, p) { | ||
for (const [k, v] of Object.entries(o)) Object.isFrozen(v) || (k === 'env' && !p) || deepFreeze(v, p + '.' + k) | ||
return Object.freeze(o) | ||
} | ||
function getDetails (playbook, absPlaybookPath) { | ||
@@ -110,0 +105,0 @@ if (playbook === absPlaybookPath) return '' |
{ | ||
"name": "@antora/playbook-builder", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Builds a playbook object from user input for configuring successive documentation components in an Antora pipeline.", | ||
@@ -5,0 +5,0 @@ "license": "MPL-2.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23080
617