@vscode/vsce 3.2.2-1 → 3.2.2-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/out/package.js +1 -1
  2. package/package.json +1 -1
package/out/package.js CHANGED
@@ -1533,7 +1533,7 @@ async function printAndValidatePackagedFiles(files, cwd, manifest, options) {
1533
1533
  }
1534
1534
  }
1535
1535
  // Print the files included in the package
1536
- const printableFileStructure = await util.generateFileStructureTree(getDefaultPackageName(manifest, options), files.map(f => ({
1536
+ const printableFileStructure = await util.generateFileStructureTree(path.basename(await getPackagePath(cwd, manifest, options)), files.map(f => ({
1537
1537
  // File path relative to the extension root
1538
1538
  origin: !isInMemoryFile(f) ? f.localPath : util.vsixPathToFilePath(f.path),
1539
1539
  // File path in the VSIX
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/vsce",
3
- "version": "3.2.2-1",
3
+ "version": "3.2.2-2",
4
4
  "description": "VS Code Extensions Manager",
5
5
  "repository": {
6
6
  "type": "git",