claudekit-cli 3.35.0-dev.27 → 3.35.0-dev.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -54013,7 +54013,7 @@ var package_default;
54013
54013
  var init_package = __esm(() => {
54014
54014
  package_default = {
54015
54015
  name: "claudekit-cli",
54016
- version: "3.35.0-dev.27",
54016
+ version: "3.35.0-dev.28",
54017
54017
  description: "CLI tool for bootstrapping and updating ClaudeKit projects",
54018
54018
  type: "module",
54019
54019
  repository: {
@@ -90650,8 +90650,7 @@ async function migrateCommand(options2) {
90650
90650
  value: a3,
90651
90651
  label: providers[a3].displayName
90652
90652
  })),
90653
- required: true,
90654
- initialValues: detectedProviders
90653
+ required: true
90655
90654
  });
90656
90655
  if (lD(selected)) {
90657
90656
  ue("Migrate cancelled");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudekit-cli",
3
- "version": "3.35.0-dev.27",
3
+ "version": "3.35.0-dev.28",
4
4
  "description": "CLI tool for bootstrapping and updating ClaudeKit projects",
5
5
  "type": "module",
6
6
  "repository": {