vscode-extension-telemetry
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "vscode-extension-telemetry", | ||
"description": "A module for first party microsoft extensions to report consistent telemetry.", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"author": { | ||
@@ -17,14 +17,14 @@ "name": "Microsoft Corporation" | ||
"build": "node .esbuild.config.js", | ||
"compile": "tsc -noEmit && npm run build" | ||
"compile": "tsc -noEmit -p 'src/browser/tsconfig.json' && tsc -noEmit -p 'src/node/tsconfig.json' && npm run build" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/applicationinsights-web": "^2.6.4", | ||
"@types/node": "^12.15.0", | ||
"@types/node": "^16.9.6", | ||
"@types/vscode": "^1.60.0", | ||
"@typescript-eslint/eslint-plugin": "^4.28.3", | ||
"@typescript-eslint/eslint-plugin": "^4.31.2", | ||
"@typescript-eslint/parser": "^4.28.3", | ||
"applicationinsights": "2.1.4", | ||
"esbuild": "^0.12.15", | ||
"eslint": "^7.30.0", | ||
"typescript": "^4.2.3" | ||
"esbuild": "^0.13.2", | ||
"eslint": "^7.32.0", | ||
"typescript": "^4.4.3" | ||
}, | ||
@@ -31,0 +31,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
448743
1732