Comparing version 3.13.3 to 3.13.4
@@ -0,1 +1,7 @@ | ||
## [3.13.4](https://github.com/cenk1cenk2/listr2/compare/v3.13.3...v3.13.4) (2021-11-17) | ||
### Bug Fixes | ||
- mark enquirer as optional as peer ([742395e](https://github.com/cenk1cenk2/listr2/commit/742395ec2d1674a1eae11e943bea1a0cd6733f16)), closes [#589](https://github.com/cenk1cenk2/listr2/issues/589) | ||
## [3.13.3](https://github.com/cenk1cenk2/listr2/compare/v3.13.2...v3.13.3) (2021-11-02) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "listr2", | ||
"version": "3.13.3", | ||
"version": "3.13.4", | ||
"description": "Terminal task list reborn! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.", | ||
@@ -20,5 +20,5 @@ "license": "MIT", | ||
"build": "tsc -P tsconfig.build.json", | ||
"postbuild": "tscpaths -p tsconfig.paths.json -s ./dist -o ./dist", | ||
"postbuild": "tsconfig-replace-paths --project tsconfig.build.json", | ||
"dev:build": "yarn prebuild && tsc -p tsconfig.json && yarn postbuild", | ||
"dev:start": "yarn dev:build && TS_NODE_PROJECT='tsconfig.paths.json' tsc-watch --noClear --onSuccess \"yarn postbuild\"", | ||
"dev:start": "yarn dev:build && tsc-watch --noClear --onSuccess \"yarn postbuild\"", | ||
"example": "ts-node -r tsconfig-paths/register", | ||
@@ -77,7 +77,7 @@ "read-snapshot": "./tests/read-terminal-snapshots.sh", | ||
"devDependencies": { | ||
"@cenk1cenk2/cz-cc": "^1.4.9", | ||
"@cenk1cenk2/eslint-config": "^1.0.5", | ||
"@cenk1cenk2/cz-cc": "^1.4.10", | ||
"@cenk1cenk2/eslint-config": "^1.0.8", | ||
"@types/clone": "^2.1.1", | ||
"@types/jest": "^27.0.2", | ||
"@types/node": "^16.7.8", | ||
"@types/node": "^16.11.6", | ||
"@types/rewire": "^2.5.28", | ||
@@ -91,3 +91,3 @@ "@types/through": "^0.0.30", | ||
"jest-mock-process": "^1.4.1", | ||
"lint-staged": "^11.2.4", | ||
"lint-staged": "^11.2.6", | ||
"prettier": "^2.4.1", | ||
@@ -101,5 +101,6 @@ "rewire": "^5.0.0", | ||
"tsconfig-paths": "^3.11.0", | ||
"tsconfig-replace-paths": "^0.0.11", | ||
"tscpaths": "^0.0.9", | ||
"typedoc": "^0.22.7", | ||
"typedoc-plugin-markdown": "^3.11.3", | ||
"typedoc": "^0.22.8", | ||
"typedoc-plugin-markdown": "^3.11.5", | ||
"typescript": "^4.4.4" | ||
@@ -110,2 +111,7 @@ }, | ||
}, | ||
"peerDependenciesMeta": { | ||
"enquirer": { | ||
"optional": true | ||
} | ||
}, | ||
"config": { | ||
@@ -112,0 +118,0 @@ "commitizen": { |
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
166918
27