squeaky-clean 0.1.5 → 0.1.6

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 +3 -3
package/dist/cli.js CHANGED
@@ -41,7 +41,7 @@ const program = new commander_1.Command();
41
41
  // (would normally be imported from package.json)
42
42
  const packageInfo = {
43
43
  name: 'squeaky-clean',
44
- version: '0.1.5',
44
+ version: '0.1.6',
45
45
  description: 'Make your dev environment squeaky clean! ✨',
46
46
  };
47
47
  program
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squeaky-clean",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "✨ Easy, customizable and expandable development cache cleaner CLI with interactive configuration! Smart, safe, and configurable cache management for 25+ development tools.",
5
5
  "main": "dist/cli.js",
6
6
  "bin": {
@@ -97,7 +97,8 @@
97
97
  "inquirer": "^8.2.5",
98
98
  "minimatch": "^10.0.3",
99
99
  "ora": "^5.4.1",
100
- "play-sound": "^1.1.6"
100
+ "play-sound": "^1.1.6",
101
+ "rimraf": "^6.1.0"
101
102
  },
102
103
  "devDependencies": {
103
104
  "@eslint/js": "^9.33.0",
@@ -113,7 +114,6 @@
113
114
  "globals": "^16.3.0",
114
115
  "memfs": "^4.36.0",
115
116
  "prettier": "^3.1.1",
116
- "rimraf": "^6.1.0",
117
117
  "tsx": "^4.6.2",
118
118
  "typescript": "^5.3.3",
119
119
  "typescript-eslint": "^8.40.0",