Merge pull request #5 from microsoft/joao/crimson-reptile

fix package
This commit is contained in:
João Moreno 2023-03-17 10:39:36 +01:00 коммит произвёл GitHub
Родитель 96cfe4557c 7b18bf53a1
Коммит 0699c5ac37
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 8 добавлений и 16 удалений

Просмотреть файл

@ -4,4 +4,5 @@ node_modules
tests
tsconfig.json
src
*.tgz
*.tgz
azure-pipelines

Просмотреть файл

@ -29,16 +29,7 @@ extends:
buildSteps:
- script: npm ci
displayName: Install dependencies
testPlatforms:
- name: Linux
nodeVersions:
- 16.x
- name: MacOS
nodeVersions:
- 16.x
- name: Windows
nodeVersions:
- 16.x
- script: npm run compile
displayName: Compile
publishPackage: ${{ parameters.publishPackage }}

4
package-lock.json сгенерированный
Просмотреть файл

@ -1,12 +1,12 @@
{
"name": "@vscode/proxy-agent",
"version": "0.13.0",
"version": "0.13.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@vscode/proxy-agent",
"version": "0.13.0",
"version": "0.13.1",
"license": "MIT",
"dependencies": {
"@tootallnate/once": "^1.1.2",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@vscode/proxy-agent",
"version": "0.13.0",
"version": "0.13.1",
"description": "NodeJS http(s) agent implementation for VS Code",
"main": "out/index.js",
"types": "out/index.d.ts",
@ -47,4 +47,4 @@
"optionalDependencies": {
"@vscode/windows-ca-certs": "^0.3.1"
}
}
}