create-kosko
Advanced tools
Comparing version 0.0.0-20240324074257 to 0.0.0-20240421033043
@@ -11,2 +11,1 @@ export { handleError } from '@kosko/cli-utils'; | ||
export { run }; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "create-kosko", | ||
"version": "0.0.0-20240324074257", | ||
"version": "0.0.0-20240421033043", | ||
"description": "A CLI tool for creating new Kosko projects.", | ||
@@ -20,13 +20,7 @@ "homepage": "https://kosko.dev", | ||
"node": { | ||
"import": { | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.node.mjs" | ||
}, | ||
"import": "./dist/index.node.mjs", | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.node.cjs" | ||
}, | ||
"import": { | ||
"types": "./dist/index.d.mts", | ||
"default": "./dist/index.base.mjs" | ||
}, | ||
"import": "./dist/index.base.mjs", | ||
"types": "./dist/index.d.ts", | ||
@@ -55,7 +49,7 @@ "require": "./dist/index.node.cjs" | ||
"yargs": "^17.5.1", | ||
"@kosko/cli-utils": "^0.0.0-20240324074257", | ||
"@kosko/common-utils": "^0.0.0-20240324074257", | ||
"@kosko/exec-utils": "^2.0.0", | ||
"@kosko/log": "^0.0.0-20240324074257", | ||
"@kosko/require": "^0.0.0-20240324074257" | ||
"@kosko/cli-utils": "^0.0.0-20240421033043", | ||
"@kosko/exec-utils": "^0.0.0-20240421033043", | ||
"@kosko/common-utils": "^0.0.0-20240421033043", | ||
"@kosko/log": "^0.0.0-20240421033043", | ||
"@kosko/require": "^0.0.0-20240421033043" | ||
}, | ||
@@ -67,5 +61,5 @@ "devDependencies": { | ||
"fast-glob": "^3.2.12", | ||
"@kosko/build-scripts": "^0.0.0", | ||
"@kosko/jest-preset": "^0.0.0", | ||
"@kosko/test-utils": "^0.0.0" | ||
"@kosko/build-scripts": "^0.0.0-20240421033043", | ||
"@kosko/jest-preset": "^0.0.0-20240421033043", | ||
"@kosko/test-utils": "^0.0.0-20240421033043" | ||
}, | ||
@@ -72,0 +66,0 @@ "jest": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
107892
22
963
+ Added@kosko/exec-utils@0.0.0-20240421035851(transitive)
- Removed@kosko/exec-utils@2.1.0(transitive)