@antora/ui-loader
Advanced tools
Comparing version 1.0.0 to 1.0.1
'use strict' | ||
const camelCaseKeys = require('camelcase-keys') | ||
const collectBuffer = require('bl') | ||
@@ -259,3 +260,3 @@ const { createHash } = require('crypto') | ||
files.delete(UI_DESC_FILENAME) | ||
const config = yaml.safeLoad(configFile.contents.toString()) | ||
const config = camelCaseKeys(yaml.safeLoad(configFile.contents.toString()), { deep: true }) | ||
if (outputDir !== undefined) config.outputDir = outputDir | ||
@@ -262,0 +263,0 @@ const staticFiles = config.staticFiles |
{ | ||
"name": "@antora/ui-loader", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Downloads a UI bundle, if necessary, and loads the files into a UI catalog for use in an Antora documentation pipeline.", | ||
@@ -22,7 +22,8 @@ "license": "MPL-2.0", | ||
"cache-directory": "^2.0.0", | ||
"fs-extra": "^5.0.0", | ||
"got": "^8.3.0", | ||
"camelcase-keys": "^4.2.0", | ||
"fs-extra": "^6.0.0", | ||
"got": "^8.3.1", | ||
"gulp-vinyl-zip": "^2.1.0", | ||
"js-yaml": "^3.11.0", | ||
"lodash": "^4.17.5", | ||
"lodash": "^4.17.10", | ||
"minimatch-all": "^1.1.0", | ||
@@ -29,0 +30,0 @@ "through2": "^2.0.3", |
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
13879
346
13
+ Addedcamelcase-keys@^4.2.0
+ Addedcamelcase@4.1.0(transitive)
+ Addedcamelcase-keys@4.2.0(transitive)
+ Addedfs-extra@6.0.1(transitive)
+ Addedmap-obj@2.0.0(transitive)
+ Addedquick-lru@1.1.0(transitive)
- Removedfs-extra@5.0.0(transitive)
Updatedfs-extra@^6.0.0
Updatedgot@^8.3.1
Updatedlodash@^4.17.10