@elliemae/ds-codemods 3.60.0-next.2 → 3.60.0-next.21

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.
@@ -47,7 +47,7 @@ export async function promptForMissingOptions(options) {
47
47
  const questions = [];
48
48
  if (!options.script) {
49
49
  questions.push({
50
- type: 'list',
50
+ type: 'select',
51
51
  name: 'script',
52
52
  message: 'Please choose which command to run',
53
53
  choices: COMMANDS_ARRAY,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-codemods",
3
- "version": "3.60.0-next.2",
3
+ "version": "3.60.0-next.21",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Code Mods",
6
6
  "files": [
@@ -29,6 +29,19 @@
29
29
  "reportFile": "tests.xml",
30
30
  "indent": 4
31
31
  },
32
+ "dependencies": {
33
+ "arg": "~5.0.2",
34
+ "depcheck": "~1.4.3",
35
+ "fs-extra": "~11.3.3",
36
+ "glob": "~13.0.0",
37
+ "ignore": "~7.0.5",
38
+ "inquirer": "~13.2.0",
39
+ "pacote": "~21.0.4"
40
+ },
41
+ "publishConfig": {
42
+ "access": "public",
43
+ "typeSafety": false
44
+ },
32
45
  "scripts": {
33
46
  "dev:install": "pnpm --filter {.}... i --no-lockfile",
34
47
  "test-codemods": "npx ./",
@@ -41,21 +54,5 @@
41
54
  "test-components-usage-report-complete-append": "npx ./ components-usage-report --outputPath=\"./test-with-org.csv\" --startingDirPath=\"../../../environments\" --gitIgnorePath=\"../../../.gitignore\" --repo=\"Dimsum2\" --org=\"ICE2\"",
42
55
  "test-help-migrate-to-v3": "npx ./ help-migrate-to-v3 --globPattern=\"test-ables/help-migrate-to-v3/**/*.js,./**/*.jsx,./**/*.ts,./**/*.tsx\" --globPatternIgnore=\"**/node_modules/**/*\"",
43
56
  "checkDeps": "exit 0 | echo"
44
- },
45
- "dependencies": {
46
- "arg": "~5.0.2",
47
- "depcheck": "~1.4.3",
48
- "fs-extra": "~11.1.1",
49
- "glob": "~10.2.5",
50
- "ignore": "^5.3.0",
51
- "inquirer": "~12.0.0",
52
- "pacote": "~20.0.0",
53
- "path": "~0.12.7",
54
- "voca": "~1.4.0"
55
- },
56
- "publishConfig": {
57
- "access": "public",
58
- "typeSafety": false
59
- },
60
- "gitHead": "a9ff7492ac8a5acc283cb1f59cb8c153823b24ec"
61
- }
57
+ }
58
+ }