depwire-cli 0.9.16 → 0.9.17
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/README.md +6 -20
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,25 +1,11 @@
|
|
|
1
1
|
# Depwire
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
</a>
|
|
10
|
-
<a href="https://glama.ai/mcp/servers/depwire/depwire">
|
|
11
|
-
<img src="https://glama.ai/mcp/servers/depwire/depwire/badges/score.svg" alt="depwire/depwire MCP server" />
|
|
12
|
-
</a>
|
|
13
|
-
<a href="LICENSE">
|
|
14
|
-
<img src="https://img.shields.io/badge/license-BUSL--1.1-blue.svg?style=flat-square" alt="License" />
|
|
15
|
-
</a>
|
|
16
|
-
<a href="https://github.com/depwire/depwire/stargazers">
|
|
17
|
-
<img src="https://img.shields.io/github/stars/depwire/depwire.svg?style=flat-square" alt="GitHub stars" />
|
|
18
|
-
</a>
|
|
19
|
-
<a href="https://github.com/depwire/depwire/network/members">
|
|
20
|
-
<img src="https://img.shields.io/github/forks/depwire/depwire.svg?style=flat-square" alt="GitHub forks" />
|
|
21
|
-
</a>
|
|
22
|
-
</p>
|
|
3
|
+
[](https://www.npmjs.com/package/depwire-cli)
|
|
4
|
+
[](https://www.npmjs.com/package/depwire-cli)
|
|
5
|
+
[](https://glama.ai/mcp/servers/depwire/depwire)
|
|
6
|
+
[](LICENSE)
|
|
7
|
+
[](https://github.com/depwire/depwire/stargazers)
|
|
8
|
+
[](https://github.com/depwire/depwire/network/members)
|
|
23
9
|
|
|
24
10
|

|
|
25
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "depwire-cli",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.17",
|
|
4
4
|
"description": "Code cross-reference visualization and AI context engine for TypeScript, JavaScript, Python, Go, Rust, and C. Zero native dependencies — works on Windows, macOS, and Linux.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|