@toolr/seedr 0.1.44 → 0.1.45

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/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -87,8 +87,8 @@ async function selectTools(compatible) {
87
87
  }
88
88
  async function selectScope(includeLocal = false) {
89
89
  const options = [
90
- { label: "User", value: "user", hint: "home directory" },
91
90
  { label: "Project", value: "project", hint: includeLocal ? "current directory, settings.json" : "current directory" },
91
+ { label: "User", value: "user", hint: "home directory" },
92
92
  ...includeLocal ? [{ label: "Local", value: "local", hint: "current directory, settings.local.json" }] : []
93
93
  ];
94
94
  const result = await p.select({ message: "Installation scope", options });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolr/seedr",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
4
4
  "description": "Seed your projects with AI configurations",
5
5
  "type": "module",
6
6
  "bin": {