findup-lit
Advanced tools
Comparing version 1.1.5 to 1.2.0
{ | ||
"name": "findup-lit", | ||
"description": "This package finds a file or directory by walking up parent directories.", | ||
"version": "1.1.5", | ||
"version": "1.2.0", | ||
"author": "Joel Voss <mail@joelvoss.com>", | ||
@@ -15,10 +15,11 @@ "license": "MIT", | ||
}, | ||
"type": "module", | ||
"source": "src/index.js", | ||
"main": "./dist/findup-lit.js", | ||
"module": "./dist/findup-lit.m.js", | ||
"main": "dist/findup-lit.cjs", | ||
"module": "dist/findup-lit.module.js", | ||
"exports": { | ||
"import": "./dist/findup-lit.modern.js", | ||
"require": "./dist/findup-lit.js" | ||
"require": "./dist/findup-lit.cjs", | ||
"import": "./dist/findup-lit.modern.js" | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
@@ -34,6 +35,6 @@ "dist", | ||
"dependencies": { | ||
"plimit-lit": "^1.1.4" | ||
"plimit-lit": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"@jvdx/core": "^2.4.0", | ||
"@jvdx/core": "^2.5.1", | ||
"fixturez": "^1.1.0" | ||
@@ -40,0 +41,0 @@ }, |
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
29125
Yes
1
Updatedplimit-lit@^1.2.0