dsh-git-idea 0.1.0 → 0.2.1

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 (4) hide show
  1. package/README.md +164 -62
  2. package/client/client.js +727 -120
  3. package/lib/index.js +634 -981
  4. package/package.json +3 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dsh-git-idea",
3
- "version": "0.1.0",
4
- "description": "A git panel inside the DSH session: a repository chip in the composer, a panel with the branch tree, commit graph, working tree and commit detail, a Settings page, and 8 git model tools.",
3
+ "version": "0.2.1",
4
+ "description": "A git panel inside the DSH session: a repository chip in the composer, a panel with the branch tree, commit graph, working tree and commit detail, and a Settings page.",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "exports": {
@@ -26,8 +26,7 @@
26
26
  }
27
27
  },
28
28
  "peerDependencies": {
29
- "@deepseek-ai/cordis": "^4.0.2",
30
- "@deepseek-ai/dsh-tools": "^0.1.5-rc.1"
29
+ "@deepseek-ai/cordis": "^4.0.2"
31
30
  },
32
31
  "scripts": {
33
32
  "build": "node build.mjs && node build-package.mjs",