create-svelte-ux
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "create-svelte-ux", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A CLI for creating new Svelte UX projects", | ||
@@ -13,18 +13,10 @@ "repository": { | ||
"bin": "./bin.js", | ||
"scripts": { | ||
"dev": "node bin.js", | ||
"build": "cd ../../ && ((pnpm run build && cd -) || (cd - && exit 1))", | ||
"build:dev": "pnpm build && pnpm dev", | ||
"check": "tsc", | ||
"lint": "prettier --check . --config ../../.prettierrc --ignore-path ../../.gitignore --ignore-path .gitignore --plugin prettier-plugin-svelte --plugin-search-dir=.", | ||
"format": "pnpm lint --write" | ||
}, | ||
"dependencies": { | ||
"@clack/prompts": "^0.6.3", | ||
"@kitql/helpers": "^0.8.2", | ||
"commander": "^9.4.0" | ||
"@clack/prompts": "^0.7.0", | ||
"@kitql/helpers": "^0.8.3", | ||
"commander": "^11.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.7.23", | ||
"prettier": "^2.8.3" | ||
"@types/node": "^20.9.2", | ||
"prettier": "^3.1.0" | ||
}, | ||
@@ -37,3 +29,11 @@ "files": [ | ||
"types": "types/index.d.ts", | ||
"type": "module" | ||
} | ||
"type": "module", | ||
"scripts": { | ||
"dev": "node bin.js", | ||
"build": "cd ../../ && ((pnpm run build && cd -) || (cd - && exit 1))", | ||
"build:dev": "pnpm build && pnpm dev", | ||
"check": "tsc", | ||
"lint": "prettier --check . --config ../../.prettierrc --ignore-path ../../.gitignore --ignore-path .gitignore --plugin prettier-plugin-svelte --plugin-search-dir=.", | ||
"format": "pnpm lint --write" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
49143
77
706
1
+ Added@clack/prompts@0.7.0(transitive)
+ Addedcommander@11.1.0(transitive)
- Removed@clack/prompts@0.6.3(transitive)
- Removedcommander@9.5.0(transitive)
Updated@clack/prompts@^0.7.0
Updated@kitql/helpers@^0.8.3
Updatedcommander@^11.1.0