Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion npm/platforms/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vscode/os-proxy-resolver-darwin-arm64",
"version": "0.1.0",
"version": "0.2.0",
"description": "Native binding for @vscode/os-proxy-resolver on macOS arm64",
"main": "os_proxy_resolver.node",
"files": ["os_proxy_resolver.node", "LICENSE.txt", "ThirdPartyNotices.txt"],
Expand Down
2 changes: 1 addition & 1 deletion npm/platforms/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vscode/os-proxy-resolver-darwin-x64",
"version": "0.1.0",
"version": "0.2.0",
"description": "Native binding for @vscode/os-proxy-resolver on macOS x64",
"main": "os_proxy_resolver.node",
"files": ["os_proxy_resolver.node", "LICENSE.txt", "ThirdPartyNotices.txt"],
Expand Down
2 changes: 1 addition & 1 deletion npm/platforms/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vscode/os-proxy-resolver-linux-arm-gnueabihf",
"version": "0.1.0",
"version": "0.2.0",
"description": "Native binding for @vscode/os-proxy-resolver on Linux armhf",
"main": "os_proxy_resolver.node",
"files": ["os_proxy_resolver.node", "LICENSE.txt", "ThirdPartyNotices.txt"],
Expand Down
2 changes: 1 addition & 1 deletion npm/platforms/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vscode/os-proxy-resolver-linux-arm64-gnu",
"version": "0.1.0",
"version": "0.2.0",
"description": "Native binding for @vscode/os-proxy-resolver on Linux arm64",
"main": "os_proxy_resolver.node",
"files": ["os_proxy_resolver.node", "LICENSE.txt", "ThirdPartyNotices.txt"],
Expand Down
2 changes: 1 addition & 1 deletion npm/platforms/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vscode/os-proxy-resolver-linux-x64-gnu",
"version": "0.1.0",
"version": "0.2.0",
"description": "Native binding for @vscode/os-proxy-resolver on Linux x64",
"main": "os_proxy_resolver.node",
"files": ["os_proxy_resolver.node", "LICENSE.txt", "ThirdPartyNotices.txt"],
Expand Down
2 changes: 1 addition & 1 deletion npm/platforms/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vscode/os-proxy-resolver-win32-arm64-msvc",
"version": "0.1.0",
"version": "0.2.0",
"description": "Native binding for @vscode/os-proxy-resolver on Windows arm64",
"main": "os_proxy_resolver.node",
"files": ["os_proxy_resolver.node", "LICENSE.txt", "ThirdPartyNotices.txt"],
Expand Down
2 changes: 1 addition & 1 deletion npm/platforms/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vscode/os-proxy-resolver-win32-x64-msvc",
"version": "0.1.0",
"version": "0.2.0",
"description": "Native binding for @vscode/os-proxy-resolver on Windows x64",
"main": "os_proxy_resolver.node",
"files": ["os_proxy_resolver.node", "LICENSE.txt", "ThirdPartyNotices.txt"],
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vscode/os-proxy-resolver",
"version": "0.1.0",
"version": "0.2.0",
"description": "Resolve the operating system proxy configuration from Node.js",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -28,12 +28,12 @@
"verify:packages": "node npm/scripts/verify-packages.js"
},
"optionalDependencies": {
"@vscode/os-proxy-resolver-darwin-arm64": "0.1.0",
"@vscode/os-proxy-resolver-darwin-x64": "0.1.0",
"@vscode/os-proxy-resolver-linux-arm-gnueabihf": "0.1.0",
"@vscode/os-proxy-resolver-linux-arm64-gnu": "0.1.0",
"@vscode/os-proxy-resolver-linux-x64-gnu": "0.1.0",
"@vscode/os-proxy-resolver-win32-arm64-msvc": "0.1.0",
"@vscode/os-proxy-resolver-win32-x64-msvc": "0.1.0"
"@vscode/os-proxy-resolver-darwin-arm64": "0.2.0",
"@vscode/os-proxy-resolver-darwin-x64": "0.2.0",
"@vscode/os-proxy-resolver-linux-arm-gnueabihf": "0.2.0",
"@vscode/os-proxy-resolver-linux-arm64-gnu": "0.2.0",
"@vscode/os-proxy-resolver-linux-x64-gnu": "0.2.0",
"@vscode/os-proxy-resolver-win32-arm64-msvc": "0.2.0",
"@vscode/os-proxy-resolver-win32-x64-msvc": "0.2.0"
}
}
Loading