seediment 0.1.0 → 0.1.3
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "seediment",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Keeps your server tidy and gives you a map of it — built for the mess AI coding agents leave behind.",
|
|
5
5
|
"keywords": ["cleanup", "ai", "claude-code", "cursor", "tidy", "files", "server", "agent"],
|
|
6
6
|
"bin": { "seediment": "bin/seediment.cjs" },
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
"publishConfig": { "access": "public" },
|
|
11
11
|
"dependencies": { "fastembed": "^2.1.0" },
|
|
12
12
|
"optionalDependencies": {
|
|
13
|
-
"@seediment/linux-x64": "0.1.
|
|
14
|
-
"@seediment/darwin-arm64": "0.1.
|
|
15
|
-
"@seediment/darwin-x64": "0.1.
|
|
16
|
-
"@seediment/win32-x64": "0.1.
|
|
13
|
+
"@seediment/linux-x64": "0.1.3",
|
|
14
|
+
"@seediment/darwin-arm64": "0.1.3",
|
|
15
|
+
"@seediment/darwin-x64": "0.1.3",
|
|
16
|
+
"@seediment/win32-x64": "0.1.3"
|
|
17
17
|
}
|
|
18
18
|
}
|