nomoreide 0.3.2 → 0.3.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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nomoreide",
|
|
3
3
|
"description": "AI-native local development workbench: services, logs, Git, databases and agent environments, over MCP, CLI, TUI and a web dashboard.",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.3",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"LICENSE"
|
|
23
23
|
],
|
|
24
24
|
"optionalDependencies": {
|
|
25
|
-
"@nomoreide/cli-darwin-arm64": "0.3.
|
|
26
|
-
"@nomoreide/cli-darwin-x64": "0.3.
|
|
27
|
-
"@nomoreide/cli-linux-x64": "0.3.
|
|
28
|
-
"@nomoreide/cli-linux-arm64": "0.3.
|
|
25
|
+
"@nomoreide/cli-darwin-arm64": "0.3.3",
|
|
26
|
+
"@nomoreide/cli-darwin-x64": "0.3.3",
|
|
27
|
+
"@nomoreide/cli-linux-x64": "0.3.3",
|
|
28
|
+
"@nomoreide/cli-linux-arm64": "0.3.3"
|
|
29
29
|
},
|
|
30
30
|
"keywords": [
|
|
31
31
|
"mcp",
|