Comparing version 9.1.0 to 10.0.0
{ | ||
"name": "ts-morph", | ||
"version": "9.1.0", | ||
"version": "10.0.0", | ||
"description": "TypeScript compiler wrapper for static analysis and code manipulation.", | ||
@@ -14,3 +14,3 @@ "main": "dist/ts-morph.js", | ||
"test:watch": "yarn test --watch-extensions ts --watch", | ||
"test:ci": "yarn run test:coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", | ||
"test:ci": "yarn run test", | ||
"test:ts-versions": "ts-node --transpile-only scripts/test/testTypeScriptVersions", | ||
@@ -67,3 +67,3 @@ "test:coverage": "cross-env TS_NODE_COMPILER=\"ttypescript\" TS_NODE_TRANSPILE_ONLY=\"true\" nyc --reporter=lcov mocha", | ||
"@dsherret/to-absolute-glob": "^2.0.2", | ||
"@ts-morph/common": "~0.7.0", | ||
"@ts-morph/common": "~0.8.0", | ||
"code-block-writer": "^10.1.1" | ||
@@ -73,11 +73,10 @@ }, | ||
"@types/chai": "^4.2.14", | ||
"@types/diff": "^4.0.2", | ||
"@types/mocha": "^8.0.4", | ||
"@types/node": "^14.14.9", | ||
"@types/diff": "^5.0.0", | ||
"@types/mocha": "^8.2.0", | ||
"@types/node": "^14.14.25", | ||
"@types/ts-nameof": "^4.2.1", | ||
"@ts-morph/scripts": "~0.2.0", | ||
"chai": "^4.2.0", | ||
"chai": "^4.3.0", | ||
"conditional-type-checks": "^1.0.5", | ||
"coveralls": "^3.1.0", | ||
"cross-env": "^7.0.2", | ||
"cross-env": "^7.0.3", | ||
"diff": "^5.0.0", | ||
@@ -87,8 +86,8 @@ "mocha": "8.2.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.33.3", | ||
"rollup": "^2.38.5", | ||
"rollup-plugin-typescript2": "^0.29.0", | ||
"ts-nameof": "^5.0.0", | ||
"ts-node": "9.0.0", | ||
"ts-node": "9.1.1", | ||
"ttypescript": "1.5.12", | ||
"typescript": "~4.1.2" | ||
"typescript": "~4.1.3" | ||
}, | ||
@@ -95,0 +94,0 @@ "standard-version": { |
# ts-morph | ||
[![npm version](https://badge.fury.io/js/ts-morph.svg)](https://badge.fury.io/js/ts-morph) | ||
[![Build Status](https://travis-ci.org/dsherret/ts-morph.svg?branch=latest)](https://travis-ci.org/dsherret/ts-morph) | ||
[![Coverage Status](https://coveralls.io/repos/dsherret/ts-morph/badge.svg?branch=latest&service=github)](https://coveralls.io/github/dsherret/ts-morph?branch=latest) | ||
[![CI](https://github.com/dsherret/ts-morph/workflows/CI/badge.svg)](https://github.com/dsherret/ts-morph/actions?query=workflow%3ACI) | ||
[![stable](http://badges.github.io/stability-badges/dist/stable.svg)](http://github.com/badges/stability-badges) | ||
@@ -15,3 +14,3 @@ | ||
- [Documentation](https://ts-morph.com/) | ||
- [Declaration file](lib/ts-morph.d.ts) | ||
- [Declaration file](https://github.com/dsherret/ts-morph/blob/latest/packages/ts-morph/lib/ts-morph.d.ts) | ||
@@ -18,0 +17,0 @@ ## Main Features |
Sorry, the diff of this file is too big to display
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
1533661
19
29997
112
+ Added@ts-morph/common@0.8.1(transitive)
- Removed@ts-morph/common@0.7.5(transitive)
- Removedtypescript@4.1.6(transitive)
Updated@ts-morph/common@~0.8.0