deep-clone-fn
Advanced tools
Comparing version 1.0.4 to 1.1.0
@@ -1,3 +0,2 @@ | ||
/* eslint-disable @typescript-eslint/no-unsafe-assignment */ | ||
/* eslint-disable @typescript-eslint/ban-types */ | ||
/* eslint-disable @typescript-eslint/no-unsafe-assignment, @typescript-eslint/ban-types */ | ||
import rfdc from 'rfdc'; | ||
@@ -4,0 +3,0 @@ const clone = rfdc(); |
@@ -0,2 +1,2 @@ | ||
export type { DeepCloneFunctionOptions } from './deep-clone-fn.js'; | ||
export { default } from './deep-clone-fn.js'; | ||
export type { DeepCloneFunctionOptions } from './deep-clone-fn.js'; |
{ | ||
"name": "deep-clone-fn", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"description": "Deep clone a function.", | ||
@@ -11,3 +11,6 @@ "license": "MIT", | ||
"homepage": "https://github.com/leonzalion/deep-clone-fn#readme", | ||
"main": "./index.js", | ||
"exports": { | ||
"import": "./index.js", | ||
"require": "./index.cjs" | ||
}, | ||
"author": { | ||
@@ -20,29 +23,10 @@ "name": "Leon Si", | ||
"devDependencies": { | ||
"@commitlint/cli": "^15.0.0", | ||
"@leonzalion/configs": "latest", | ||
"@types/node": "^17.0.0", | ||
"@leonzalion/configs": "^1.2.16", | ||
"@types/node": "^17.0.24", | ||
"desm": "^1.2.0", | ||
"eslint": "^8.5.0", | ||
"execa": "^6.0.0", | ||
"lint-staged": "^12.1.3", | ||
"lion-git-hooks": "^1.0.2", | ||
"lion-system": "latest", | ||
"lionp": "^1.0.19", | ||
"prettier": "^2.5.1", | ||
"tsc-alias": "^1.6.1", | ||
"typescript": "^4.5.4", | ||
"vitest": "^0.5.9" | ||
"execa": "^6.1.0", | ||
"lion-system": "^1.3.9", | ||
"typescript": "^4.6.3", | ||
"vitest": "^0.9.3" | ||
}, | ||
"prettier": "@leonzalion/configs/prettier.cjs", | ||
"commitlint": { | ||
"extends": [ | ||
"@leonzalion/configs/commitlint.cjs" | ||
] | ||
}, | ||
"lint-staged": { | ||
"*.{js,ts}": [ | ||
"pnpm run lint", | ||
"pnpm run prettier" | ||
] | ||
}, | ||
"dependencies": { | ||
@@ -60,3 +44,3 @@ "rfdc": "^1.3.0" | ||
"lint": "eslint --cache --fix .", | ||
"prettier": "prettier --write src", | ||
"prettier": "prettier --write .", | ||
"tc": "tsc --noEmit" | ||
@@ -63,0 +47,0 @@ }, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
15205
7
7
334
1