0.3.2: Update swc to 0.6.0-12.
This commit is contained in:
Родитель
6d4eb9a5c2
Коммит
cb06c38bfb
|
@ -6,7 +6,7 @@
|
|||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@microsoft/sarif-web-component": "0.5.0",
|
||||
"@microsoft/sarif-web-component": "^0.6.0-12",
|
||||
"@sinonjs/text-encoding": "^0.7.1",
|
||||
"applicationinsights-js": "^1.0.21",
|
||||
"azure-devops-extension-api": "^1.153.2",
|
||||
|
@ -23,6 +23,7 @@
|
|||
"@types/jest": "^26.0.23",
|
||||
"@types/react": "^16.8.18",
|
||||
"@types/react-dom": "^16.8.4",
|
||||
"@types/sarif": "^2.1.4",
|
||||
"autobind-decorator": "^2.4.0",
|
||||
"css-loader": "^2.1.1",
|
||||
"jest": "^27.0.4",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT License.
|
||||
|
||||
import { Log, Viewer } from '@microsoft/sarif-web-component'
|
||||
import { Viewer } from '@microsoft/sarif-web-component'
|
||||
import { AppInsights } from "applicationinsights-js"
|
||||
import { CommonServiceIds, getClient, IProjectPageService } from 'azure-devops-extension-api'
|
||||
import { BuildRestClient, BuildServiceIds, IBuildPageDataService } from 'azure-devops-extension-api/Build'
|
||||
|
@ -10,6 +10,7 @@ import { observable, runInAction } from 'mobx'
|
|||
import { observer } from 'mobx-react'
|
||||
import * as React from 'react'
|
||||
import * as ReactDOM from 'react-dom'
|
||||
import { Log } from 'sarif'
|
||||
import { getArtifactsFileEntries } from './build.getArtifactsFileEntries'
|
||||
|
||||
const isProduction = self !== top
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { Log } from '@microsoft/sarif-web-component'
|
||||
import { Log } from 'sarif'
|
||||
|
||||
export function calcToolNamesSet(logs: Log[]) {
|
||||
const toolNames = logs.map(log => {
|
||||
|
|
|
@ -8,8 +8,9 @@ import 'script-loader!vss-web-extension-sdk/lib/VSS.SDK.min.js'
|
|||
declare var VSS: any
|
||||
// import {VSS} from './VSS.SDK.mock'
|
||||
|
||||
import {Log, Viewer} from '@microsoft/sarif-web-component'
|
||||
import { Viewer} from '@microsoft/sarif-web-component'
|
||||
import { calcToolNamesSet } from './calcToolNamesSet'
|
||||
import { Log } from 'sarif'
|
||||
|
||||
const perfLoadStart = performance.now() // For telemetry.
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"publisher": "sariftools",
|
||||
"id": "scans",
|
||||
"name": "SARIF SAST Scans Tab",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"public": true,
|
||||
"contributions": [
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче