@ts-morph/bootstrap
Advanced tools
Comparing version 0.10.1 to 0.11.0
@@ -1,2 +0,2 @@ | ||
import { DocumentRegistry, ts, StringUtils, FileUtils, TransactionalFileSystem, TsConfigResolver, errors, InMemoryFileSystemHost, RealFileSystemHost, CompilerOptionsContainer, createHosts, runtime, createModuleResolutionHost, Memoize } from '@ts-morph/common'; | ||
import { DocumentRegistry, ts, StringUtils, FileUtils, Memoize, TransactionalFileSystem, TsConfigResolver, errors, InMemoryFileSystemHost, RealFileSystemHost, CompilerOptionsContainer, createHosts, runtime, createModuleResolutionHost } from '@ts-morph/common'; | ||
export { CompilerOptionsContainer, InMemoryFileSystemHost, ResolutionHosts, SettingsContainer, ts } from '@ts-morph/common'; | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "@ts-morph/bootstrap", | ||
"version": "0.10.1", | ||
"version": "0.11.0", | ||
"description": "API for getting quickly set up with the TypeScript Compiler API.", | ||
@@ -23,7 +23,7 @@ "keywords": ["typescript", "compiler", "bootstrap"], | ||
"dependencies": { | ||
"@ts-morph/common": "~0.10.1" | ||
"@ts-morph/common": "~0.11.0" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.2.18", | ||
"@types/mocha": "^8.2.2", | ||
"@types/chai": "^4.2.21", | ||
"@types/mocha": "^9.0.0", | ||
"@types/ts-nameof": "^4.2.1", | ||
@@ -33,10 +33,10 @@ "@ts-morph/scripts": "~0.2.0", | ||
"cross-env": "^7.0.3", | ||
"mocha": "^8.4.0", | ||
"mocha": "^9.1.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.50.1", | ||
"rollup": "^2.56.3", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"ts-nameof": "^5.0.0", | ||
"ts-node": "^10.0.0", | ||
"ts-node": "^10.2.1", | ||
"ttypescript": "^1.5.12", | ||
"typescript": "~4.3.5" | ||
"typescript": "~4.4.2" | ||
}, | ||
@@ -43,0 +43,0 @@ "publishConfig": { |
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
+ Added@ts-morph/common@0.11.1(transitive)
- Removed@ts-morph/common@0.10.1(transitive)
Updated@ts-morph/common@~0.11.0