@vscode/vsce 3.3.3-6 → 3.4.1-0

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/main.js +1 -1
  2. package/package.json +1 -1
package/out/main.js CHANGED
@@ -238,7 +238,7 @@ module.exports = function (argv) {
238
238
  })));
239
239
  program
240
240
  .command('unpublish [extensionid]')
241
- .description('Unpublishes an extension. Example extension id: ms-vscode.live-server.')
241
+ .description('Removes an extension from the marketplace. Example extension id: ms-vscode.live-server.')
242
242
  .option('-p, --pat <token>', 'Personal Access Token')
243
243
  .option('--azure-credential', 'Use Microsoft Entra ID for authentication')
244
244
  .option('-f, --force', 'Skip confirmation prompt when unpublishing an extension')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/vsce",
3
- "version": "3.3.3-6",
3
+ "version": "3.4.1-0",
4
4
  "description": "VS Code Extensions Manager",
5
5
  "repository": {
6
6
  "type": "git",