@kosko/require
Advanced tools
Comparing version 0.0.0-20240320150839 to 0.0.0-20240324064444
{ | ||
"name": "@kosko/require", | ||
"version": "0.0.0-20240320150839", | ||
"version": "0.0.0-20240324064444", | ||
"description": "Import and resolve modules.", | ||
@@ -15,3 +15,3 @@ "homepage": "https://kosko.dev", | ||
"module": "dist/index.node.mjs", | ||
"types": "dist/types.d.ts", | ||
"types": "dist/index.d.ts", | ||
"sideEffects": false, | ||
@@ -21,13 +21,13 @@ "exports": { | ||
"import": { | ||
"types": "./dist/types.d.mts", | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.node.mjs" | ||
}, | ||
"types": "./dist/types.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.node.cjs" | ||
}, | ||
"import": { | ||
"types": "./dist/types.d.mts", | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.base.mjs" | ||
}, | ||
"types": "./dist/types.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.node.cjs" | ||
@@ -50,3 +50,3 @@ }, | ||
"resolve-from": "^5.0.0", | ||
"@kosko/common-utils": "^0.0.0-20240320150839" | ||
"@kosko/common-utils": "^0.0.0-20240324064444" | ||
}, | ||
@@ -58,5 +58,5 @@ "devDependencies": { | ||
"typescript": "^5.3.3", | ||
"@kosko/build-scripts": "^0.0.0", | ||
"@kosko/jest-preset": "^0.0.0", | ||
"@kosko/test-utils": "^0.0.0" | ||
"@kosko/test-utils": "^0.0.0", | ||
"@kosko/build-scripts": "^0.0.0" | ||
}, | ||
@@ -63,0 +63,0 @@ "jest": { |
35505
19
261