squeaky-clean 0.1.3 → 0.1.5
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.
- package/dist/cli.js +1 -1
- package/package.json +2 -2
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.
|
|
44
|
+
version: '0.1.5',
|
|
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.
|
|
3
|
+
"version": "0.1.5",
|
|
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": {
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"@types/node": "^20.10.6",
|
|
107
107
|
"@typescript-eslint/eslint-plugin": "^6.18.0",
|
|
108
108
|
"@typescript-eslint/parser": "^6.18.0",
|
|
109
|
-
"@vitest/coverage-v8": "^
|
|
109
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
110
110
|
"eslint": "^8.57.1",
|
|
111
111
|
"eslint-config-prettier": "^9.1.0",
|
|
112
112
|
"eslint-plugin-prettier": "^5.1.2",
|