@antora/file-publisher
Advanced tools
Comparing version 3.0.3 to 3.1.0
{ | ||
"name": "@antora/file-publisher", | ||
"version": "3.0.3", | ||
"version": "3.1.0", | ||
"description": "Publishes the publishable files in the virtual file catalog(s) to the destination(s) specified in the playbook.", | ||
@@ -17,2 +17,9 @@ "license": "MPL-2.0", | ||
"main": "lib/index.js", | ||
"exports": { | ||
".": "./lib/index.js", | ||
"./package.json": "./package.json" | ||
}, | ||
"imports": { | ||
"#constants": "./lib/constants.js" | ||
}, | ||
"dependencies": { | ||
@@ -26,3 +33,3 @@ "@antora/expand-path-helper": "~2.0", | ||
"engines": { | ||
"node": ">=12.21.0" | ||
"node": ">=16.0.0" | ||
}, | ||
@@ -29,0 +36,0 @@ "files": [ |
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
10799