@arroyodev-llc/utils.projen
Advanced tools
Comparing version 0.1.13 to 0.1.14
@@ -25,9 +25,9 @@ { | ||
"unbuild": "^1.2.1", | ||
"vitest": "^0.31.3" | ||
"vitest": "^0.32.0" | ||
}, | ||
"dependencies": { | ||
"@sindresorhus/is": "^5.4.0", | ||
"projen": "^0.71.81", | ||
"@sindresorhus/is": "^5.4.1", | ||
"projen": "^0.71.90", | ||
"type-fest": "^3.11.1", | ||
"@arroyodev-llc/utils.fs": "0.1.6" | ||
"@arroyodev-llc/utils.fs": "0.1.7" | ||
}, | ||
@@ -39,3 +39,3 @@ "main": "./dist/index.cjs", | ||
}, | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"types": "./dist/index.d.ts", | ||
@@ -50,3 +50,4 @@ "type": "module", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
@@ -53,0 +54,0 @@ "files": [ |
22863
+ Added@arroyodev-llc/utils.fs@0.1.7(transitive)
- Removed@arroyodev-llc/utils.fs@0.1.6(transitive)
Updated@sindresorhus/is@^5.4.1
Updatedprojen@^0.71.90