@antora/file-publisher
Advanced tools
Comparing version 3.2.0-alpha.2 to 3.2.0-alpha.3
@@ -5,3 +5,3 @@ 'use strict' | ||
const publishStream = require('./common/publish-stream') | ||
const { dest: vzipDest } = require('gulp-vinyl-zip') | ||
const { dest: vzipDest } = require('@vscode/gulp-vinyl-zip') | ||
@@ -8,0 +8,0 @@ const { DEFAULT_DEST_ARCHIVE } = require('../constants.js') |
{ | ||
"name": "@antora/file-publisher", | ||
"version": "3.2.0-alpha.2", | ||
"version": "3.2.0-alpha.3", | ||
"description": "Publishes the publishable files in the virtual file catalog(s) to the destination(s) specified in the playbook.", | ||
@@ -27,3 +27,3 @@ "license": "MPL-2.0", | ||
"@antora/user-require-helper": "~2.0", | ||
"gulp-vinyl-zip": "~2.5", | ||
"@vscode/gulp-vinyl-zip": "~2.5", | ||
"vinyl": "~2.2", | ||
@@ -49,5 +49,5 @@ "vinyl-fs": "~3.0" | ||
"test": "_mocha", | ||
"prepublishOnly": "node $npm_config_local_prefix/npm/prepublishOnly.js", | ||
"postpublish": "node $npm_config_local_prefix/npm/postpublish.js" | ||
"prepublishOnly": "npx -y downdoc@latest --prepublish", | ||
"postpublish": "npx -y downdoc@latest --postpublish" | ||
} | ||
} |
@@ -15,2 +15,2 @@ # Antora File Publisher | ||
Use of this software is granted under the terms of the [Mozilla Public License Version 2.0](https://www.mozilla.org/en-US/MPL/2.0/) (MPL-2.0). | ||
Use of this software is granted under the terms of the [Mozilla Public License Version 2.0](https://www.mozilla.org/en-US/MPL/2.0/) (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
16
10793
+ Added@vscode/gulp-vinyl-zip@~2.5
+ Added@vscode/gulp-vinyl-zip@2.5.0(transitive)
- Removedgulp-vinyl-zip@~2.5
- Removedgulp-vinyl-zip@2.5.0(transitive)