Comparing version 12.0.0 to 12.1.0
{ | ||
"name": "ts-morph", | ||
"version": "12.0.0", | ||
"version": "12.1.0", | ||
"description": "TypeScript compiler wrapper for static analysis and code manipulation.", | ||
@@ -8,4 +8,4 @@ "main": "dist/ts-morph.js", | ||
"scripts": { | ||
"dopublish": "yarn type-check-docs && yarn package && yarn publish-code-verification && echo \"Run: npm publish --otp\"", | ||
"build": "yarn build:declarations && yarn build:deno && yarn build:node", | ||
"dopublish": "npm run type-check-docs && npm run package && npm run publish-code-verification && echo \"Run: npm publish --otp\"", | ||
"build": "npm run build:declarations && npm run build:deno && npm run build:node", | ||
"build:node": "rimraf dist && rollup -c ", | ||
@@ -15,10 +15,10 @@ "build:deno": "rimraf dist-deno && rollup -c --environment BUILD:deno && ts-node scripts/buildDeno.ts", | ||
"test": "cross-env TS_NODE_COMPILER=\"ttypescript\" TS_NODE_TRANSPILE_ONLY=\"true\" mocha", | ||
"test:debug": "yarn test --inspect-brk", | ||
"test:watch": "yarn test --watch-extensions ts --watch", | ||
"test:ci": "yarn run test", | ||
"test:debug": "npm run test --inspect-brk", | ||
"test:watch": "npm run test --watch-extensions ts --watch", | ||
"test:ci": "npm run test", | ||
"test:ts-versions": "ts-node --transpile-only scripts/test/testTypeScriptVersions", | ||
"test:coverage": "cross-env TS_NODE_COMPILER=\"ttypescript\" TS_NODE_TRANSPILE_ONLY=\"true\" nyc --reporter=lcov mocha", | ||
"test:performance": "yarn build && node ./dist/tests/performance/run.js", | ||
"test:performance-save": "yarn test:performance --save", | ||
"type-check": "yarn type-check:library && yarn type-check:scripts", | ||
"test:performance": "npm run build && node ./dist/tests/performance/run.js", | ||
"test:performance-save": "npm run test:performance --save", | ||
"type-check": "npm run type-check:library && npm run type-check:scripts", | ||
"type-check:library": "ts-node --transpile-only scripts/typeCheckLibrary", | ||
@@ -29,4 +29,4 @@ "type-check:scripts": "tsc --noEmit --project scripts/tsconfig.json", | ||
"output-wrapped-nodes": "ts-node --transpile-only scripts/generation/outputWrappedNodesInfo", | ||
"package": "yarn build", | ||
"publish-code-verification": "yarn code-verification && yarn ensure-no-declaration-file-errors", | ||
"package": "npm run build", | ||
"publish-code-verification": "npm run code-verification && npm run ensure-no-declaration-file-errors", | ||
"code-verification": "ts-node --transpile-only scripts/verification/main ensure-structures-match-classes ensure-overload-structures-match ensure-array-inputs-readonly ensure-classes-implement-structure-methods ensure-mixin-not-applied-multiple-times validate-public-api-class-member-names validate-compiler-node-to-wrapped-type validate-code-fences", | ||
@@ -71,10 +71,10 @@ "ensure-structures-match-classes": "ts-node --transpile-only scripts/verification/main ensure-structures-match-classes", | ||
"dependencies": { | ||
"@ts-morph/common": "~0.11.0", | ||
"@ts-morph/common": "~0.11.1", | ||
"code-block-writer": "^10.1.1" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.2.21", | ||
"@types/chai": "^4.2.22", | ||
"@types/diff": "^5.0.1", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^16.7.2", | ||
"@types/node": "^16.11.6", | ||
"@types/ts-nameof": "^4.2.1", | ||
@@ -86,11 +86,11 @@ "@ts-morph/scripts": "~0.2.0", | ||
"diff": "^5.0.0", | ||
"mocha": "9.1.0", | ||
"mocha": "9.1.3", | ||
"nyc": "15.1.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.56.3", | ||
"rollup": "^2.58.3", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"ts-nameof": "^5.0.0", | ||
"ts-node": "10.2.1", | ||
"ts-node": "10.4.0", | ||
"ttypescript": "1.5.12", | ||
"typescript": "~4.4.2" | ||
"typescript": "~4.4.4" | ||
}, | ||
@@ -97,0 +97,0 @@ "standard-version": { |
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
1390314
5
30541
Updated@ts-morph/common@~0.11.1