@elliemae/ds-codemods 3.60.0-next.11 → 3.60.0-next.12

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 (1) hide show
  1. package/package.json +16 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-codemods",
3
- "version": "3.60.0-next.11",
3
+ "version": "3.60.0-next.12",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Code Mods",
6
6
  "files": [
@@ -29,19 +29,6 @@
29
29
  "reportFile": "tests.xml",
30
30
  "indent": 4
31
31
  },
32
- "scripts": {
33
- "dev:install": "pnpm --filter {.}... i --no-lockfile",
34
- "test-codemods": "npx ./",
35
- "test-check-packages-inconsistencies": "npx ./ check-packages-inconsistencies --globPattern='./test-ables/check-packages-inconsistencies/package.mock' --globPatternIgnore='**/node_modules/**/*'",
36
- "test-check-deprecated-packages": "npx ./ check-deprecated-packages --cwd=\"test-ables/check-deprecated-packages/with-deprecated\"",
37
- "test-check-deprecated-packages-no-dimsum": "npx ./ check-deprecated-packages --cwd=\"test-ables/check-deprecated-packages/without-dimsum-packages\"",
38
- "test-components-usage-report-deprecated": "npx ./ deprecated-components-usage-report --outputPath=\"./test-deprecated.csv\" --startingDirPath=\"../../../environments\" --gitIgnorePath=\"../../../.gitignore\"",
39
- "test-components-usage-report": "npx ./ components-usage-report --outputPath=\"./test.csv\" --startingDirPath=\"../../../environments\" --gitIgnorePath=\"../../../.gitignore\"",
40
- "test-components-usage-report-complete": "npx ./ components-usage-report --outputPath=\"./test-with-org.csv\" --startingDirPath=\"../../../environments\" --gitIgnorePath=\"../../../.gitignore\" --repo=\"Dimsum\" --org=\"ICE\"",
41
- "test-components-usage-report-complete-append": "npx ./ components-usage-report --outputPath=\"./test-with-org.csv\" --startingDirPath=\"../../../environments\" --gitIgnorePath=\"../../../.gitignore\" --repo=\"Dimsum2\" --org=\"ICE2\"",
42
- "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
- "checkDeps": "exit 0 | echo"
44
- },
45
32
  "dependencies": {
46
33
  "arg": "~5.0.2",
47
34
  "depcheck": "~1.4.3",
@@ -49,13 +36,23 @@
49
36
  "glob": "~10.2.5",
50
37
  "ignore": "^5.3.0",
51
38
  "inquirer": "~12.0.0",
52
- "pacote": "~20.0.0",
53
- "path": "~0.12.7",
54
- "voca": "~1.4.0"
39
+ "pacote": "~20.0.0"
55
40
  },
56
41
  "publishConfig": {
57
42
  "access": "public",
58
43
  "typeSafety": false
59
44
  },
60
- "gitHead": "647d9d23c1622e940c76adafbf80cf6c3b4a210c"
61
- }
45
+ "scripts": {
46
+ "dev:install": "pnpm --filter {.}... i --no-lockfile",
47
+ "test-codemods": "npx ./",
48
+ "test-check-packages-inconsistencies": "npx ./ check-packages-inconsistencies --globPattern='./test-ables/check-packages-inconsistencies/package.mock' --globPatternIgnore='**/node_modules/**/*'",
49
+ "test-check-deprecated-packages": "npx ./ check-deprecated-packages --cwd=\"test-ables/check-deprecated-packages/with-deprecated\"",
50
+ "test-check-deprecated-packages-no-dimsum": "npx ./ check-deprecated-packages --cwd=\"test-ables/check-deprecated-packages/without-dimsum-packages\"",
51
+ "test-components-usage-report-deprecated": "npx ./ deprecated-components-usage-report --outputPath=\"./test-deprecated.csv\" --startingDirPath=\"../../../environments\" --gitIgnorePath=\"../../../.gitignore\"",
52
+ "test-components-usage-report": "npx ./ components-usage-report --outputPath=\"./test.csv\" --startingDirPath=\"../../../environments\" --gitIgnorePath=\"../../../.gitignore\"",
53
+ "test-components-usage-report-complete": "npx ./ components-usage-report --outputPath=\"./test-with-org.csv\" --startingDirPath=\"../../../environments\" --gitIgnorePath=\"../../../.gitignore\" --repo=\"Dimsum\" --org=\"ICE\"",
54
+ "test-components-usage-report-complete-append": "npx ./ components-usage-report --outputPath=\"./test-with-org.csv\" --startingDirPath=\"../../../environments\" --gitIgnorePath=\"../../../.gitignore\" --repo=\"Dimsum2\" --org=\"ICE2\"",
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/**/*\"",
56
+ "checkDeps": "exit 0 | echo"
57
+ }
58
+ }