Comparing version 3.13.4 to 3.13.5
@@ -0,1 +1,7 @@ | ||
## [3.13.5](https://github.com/cenk1cenk2/listr2/compare/v3.13.4...v3.13.5) (2021-11-22) | ||
### Bug Fixes | ||
- swap clone package for rfdc to improve speed of error reporting ([a75c857](https://github.com/cenk1cenk2/listr2/commit/a75c8571e069f3aaca9538187027c9d72450635d)) | ||
## [3.13.4](https://github.com/cenk1cenk2/listr2/compare/v3.13.3...v3.13.4) (2021-11-17) | ||
@@ -2,0 +8,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.cloneObject = void 0; | ||
const clone = require("clone"); | ||
const rfdc = require("rfdc"); | ||
const clone = rfdc({ circles: true }); | ||
/** | ||
@@ -6,0 +7,0 @@ * Deep clones a object in the most easiest manner. |
{ | ||
"name": "listr2", | ||
"version": "3.13.4", | ||
"version": "3.13.5", | ||
"description": "Terminal task list reborn! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.", | ||
@@ -67,6 +67,6 @@ "license": "MIT", | ||
"cli-truncate": "^2.1.0", | ||
"clone": "^2.1.2", | ||
"colorette": "^2.0.16", | ||
"log-update": "^4.0.0", | ||
"p-map": "^4.0.0", | ||
"rfdc": "^1.3.0", | ||
"rxjs": "^7.4.0", | ||
@@ -77,4 +77,4 @@ "through": "^2.3.8", | ||
"devDependencies": { | ||
"@cenk1cenk2/cz-cc": "^1.4.10", | ||
"@cenk1cenk2/eslint-config": "^1.0.8", | ||
"@cenk1cenk2/cz-cc": "^1.4.11", | ||
"@cenk1cenk2/eslint-config": "^1.0.9", | ||
"@types/clone": "^2.1.1", | ||
@@ -99,8 +99,8 @@ "@types/jest": "^27.0.2", | ||
"tsc-watch": "^4.5.0", | ||
"tsconfig-paths": "^3.11.0", | ||
"tsconfig-paths": "^3.12.0", | ||
"tsconfig-replace-paths": "^0.0.11", | ||
"tscpaths": "^0.0.9", | ||
"typedoc": "^0.22.8", | ||
"typedoc-plugin-markdown": "^3.11.5", | ||
"typescript": "^4.4.4" | ||
"typedoc": "^0.22.9", | ||
"typedoc-plugin-markdown": "^3.11.7", | ||
"typescript": "^4.5.2" | ||
}, | ||
@@ -107,0 +107,0 @@ "peerDependencies": { |
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
167224
2747
+ Addedrfdc@^1.3.0
+ Addedrfdc@1.4.1(transitive)
- Removedclone@^2.1.2
- Removedclone@2.1.2(transitive)