Comparing version 0.30.3-alpha.1 to 0.30.3
@@ -6,3 +6,3 @@ #!/usr/bin/env node | ||
const tscPath = require.resolve('typescript/lib/tsc'); | ||
const proxyPath = JSON.stringify(require.resolve('../out/proxy')); | ||
const proxyPath = require.resolve('../out/proxy'); | ||
@@ -22,3 +22,3 @@ fs.readFileSync = (...args) => { | ||
`function createProgram(rootNamesOrOptions, _options, _host, _oldProgram, _configFileParsingDiagnostics) {`, | ||
`function createProgram(rootNamesOrOptions, _options, _host, _oldProgram, _configFileParsingDiagnostics) { return require(${proxyPath}).createProgramProxy(...arguments);`, | ||
`function createProgram(rootNamesOrOptions, _options, _host, _oldProgram, _configFileParsingDiagnostics) { return require('${proxyPath}').createProgramProxy(...arguments);`, | ||
); | ||
@@ -25,0 +25,0 @@ return tsc; |
{ | ||
"name": "vue-tsc", | ||
"version": "0.30.3-alpha.1", | ||
"version": "0.30.3", | ||
"license": "MIT", | ||
@@ -18,8 +18,9 @@ "files": [ | ||
"dependencies": { | ||
"@volar/shared": "0.30.2", | ||
"vscode-vue-languageservice": "0.30.3-alpha.1" | ||
"@volar/shared": "0.30.3", | ||
"vscode-vue-languageservice": "0.30.3" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "*" | ||
} | ||
}, | ||
"gitHead": "c37326199a0197323a9dd2a83bf14e9820b09b9b" | ||
} |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
6975
1
+ Added@volar/code-gen@0.30.3(transitive)
+ Added@volar/html2pug@0.30.3(transitive)
+ Added@volar/shared@0.30.3(transitive)
+ Added@volar/source-map@0.30.3(transitive)
+ Added@volar/transforms@0.30.3(transitive)
+ Added@volar/vue-code-gen@0.30.3(transitive)
+ Addedvscode-pug-languageservice@0.30.3(transitive)
+ Addedvscode-typescript-languageservice@0.30.3(transitive)
+ Addedvscode-vue-languageservice@0.30.3(transitive)
- Removed@volar/code-gen@0.30.2(transitive)
- Removed@volar/html2pug@0.30.2(transitive)
- Removed@volar/shared@0.30.2(transitive)
- Removed@volar/source-map@0.30.2(transitive)
- Removed@volar/transforms@0.30.2(transitive)
- Removed@volar/vue-code-gen@0.30.3-alpha.1(transitive)
- Removedvscode-pug-languageservice@0.30.2(transitive)
- Removedvscode-typescript-languageservice@0.30.2(transitive)
- Removedvscode-vue-languageservice@0.30.3-alpha.1(transitive)
Updated@volar/shared@0.30.3