@vscode/vsce 3.8.2-0 → 3.9.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.
- package/dist/vsce.d.ts +2 -2
- package/package.json +3 -3
package/dist/vsce.d.ts
CHANGED
|
@@ -69,7 +69,7 @@ export declare interface IPackageOptions {
|
|
|
69
69
|
* folders named `win32-x64`, `darwin-arm64` or `web`, the files inside
|
|
70
70
|
* those folders will be ignored.
|
|
71
71
|
*
|
|
72
|
-
* @
|
|
72
|
+
* @returns false by default
|
|
73
73
|
*/
|
|
74
74
|
readonly ignoreOtherTargetFolders?: boolean;
|
|
75
75
|
/**
|
|
@@ -206,7 +206,7 @@ export declare type IPublishVSIXOptions = IPublishOptions & Pick<IPackageOptions
|
|
|
206
206
|
* Options for the `unpublish` function.
|
|
207
207
|
* @public
|
|
208
208
|
*/
|
|
209
|
-
declare interface IUnpublishOptions extends IPublishOptions {
|
|
209
|
+
export declare interface IUnpublishOptions extends IPublishOptions {
|
|
210
210
|
id?: string;
|
|
211
211
|
force?: boolean;
|
|
212
212
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vscode/vsce",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.9.0",
|
|
4
4
|
"description": "VS Code Extensions Manager",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"watch:test": "npm run test -- --watch"
|
|
37
37
|
},
|
|
38
38
|
"engines": {
|
|
39
|
-
"node": ">=
|
|
39
|
+
"node": ">= 20"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@azure/identity": "^4.1.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@types/mime": "^1",
|
|
79
79
|
"@types/minimatch": "^3.0.3",
|
|
80
80
|
"@types/mocha": "^7.0.2",
|
|
81
|
-
"@types/node": "^
|
|
81
|
+
"@types/node": "^20.0.0",
|
|
82
82
|
"@types/read": "^0.0.28",
|
|
83
83
|
"@types/semver": "^6.0.0",
|
|
84
84
|
"@types/tmp": "^0.2.2",
|