ast-monkey-traverse
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -6,20 +6,17 @@ # Change Log | ||
## 2.0.0 (2021-01-23) | ||
## 2.0.1 (2021-01-28) | ||
### Bug Fixes | ||
- Fix the Create New Issue URLs ([f5a41bf](https://github.com/codsen/codsen/commit/f5a41bf16fd8f43de7f8e7de68da562821ddb960)) | ||
- add testStats to npmignore ([f3c84e9](https://github.com/codsen/codsen/commit/f3c84e95afc5514214312f913692d85b2e12eb29)) | ||
## 2.0.0 (2021-01-23) | ||
### Features | ||
- add `innerObj.parentKey` ([de52881](https://github.com/codsen/codsen/commit/de528817dd922a9d47ec85421a0354e9dd4e2bed)) | ||
- Add a new key, parentType in a callback innerObj ([57e798e](https://github.com/codsen/codsen/commit/57e798ea8c5894d6c0af438ce9a55bf0232bb1a2)) | ||
- Add one more tag before which there will be a line break ([d178203](https://github.com/codsen/codsen/commit/d1782036b134102fd552d38d2d4f39c93195620b)) | ||
- Initial release ([8db2df9](https://github.com/codsen/codsen/commit/8db2df9fb08d66cf6c7a75a57cdcd15a5ec12c1c)) | ||
- rewrite in TS, named export is now used ([8983e69](https://github.com/codsen/codsen/commit/8983e6992ef518f8b4cbb734aa22949e68bd5aa1)) | ||
- stopping functionality ([1eaf5e6](https://github.com/codsen/codsen/commit/1eaf5e63fac290f7864165836a348fd55a63df58)) | ||
### BREAKING CHANGES | ||
- named export is now used - use: "import { traverse }" instead of "import traverse" | ||
- named export is now used - use: `import { traverse } from ...` instead of `import traverse from ...` | ||
@@ -26,0 +23,0 @@ ## 1.13.0 (2020-11-28) |
{ | ||
"name": "ast-monkey-traverse", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Utility library to traverse AST", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"build": "rollup -c", | ||
"ci_test": "npm run build && npm run lint && tap --no-only --reporter=silent --output-file=testStats.md && npm run clean_cov && npm run format", | ||
"ci_test": "npm run build && npm run format && tap --no-only --reporter=silent --output-file=testStats.md && npm run clean_cov", | ||
"clean_cov": "../../scripts/leaveCoverageTotalOnly.js", | ||
@@ -56,3 +56,2 @@ "clean_types": "../../scripts/cleanTypes.js", | ||
"perf": "node perf/check", | ||
"prepare": "npm run build", | ||
"prettier": "../../node_modules/prettier/bin-prettier.js '*.{js,css,scss,vue,md,ts}' --write --loglevel silent", | ||
@@ -66,4 +65,3 @@ "republish": "npm publish || :", | ||
"tsd": "test ! -f index.d.ts || tsd", | ||
"unittest": "./node_modules/.bin/tap --no-only --output-file=testStats.md --reporter=terse && tsc -p tsconfig.json --noEmit && npm run tsd && npm run clean_cov && npm run perf", | ||
"version": "npm run build && git add ." | ||
"unittest": "./node_modules/.bin/tap --no-only --output-file=testStats.md --reporter=terse && tsc -p tsconfig.json --noEmit && npm run tsd && npm run clean_cov && npm run perf" | ||
}, | ||
@@ -98,3 +96,3 @@ "tap": { | ||
"@babel/runtime": "^7.12.5", | ||
"ast-monkey-util": "^1.3.0", | ||
"ast-monkey-util": "^1.3.1", | ||
"lodash.clonedeep": "^4.5.0", | ||
@@ -127,6 +125,6 @@ "lodash.isplainobject": "^4.0.6" | ||
"@types/tap": "^14.10.1", | ||
"@typescript-eslint/eslint-plugin": "^4.14.0", | ||
"@typescript-eslint/parser": "^4.14.0", | ||
"@typescript-eslint/eslint-plugin": "^4.14.1", | ||
"@typescript-eslint/parser": "^4.14.1", | ||
"eslint": "^7.18.0", | ||
"lect": "^0.16.0", | ||
"lect": "^0.16.1", | ||
"lodash.isequal": "^4.5.0", | ||
@@ -133,0 +131,0 @@ "object-path": "^0.11.5", |
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
103095
23
Updatedast-monkey-util@^1.3.1