@yiln-dsh/dsh-plugin-file-explorer 0.8.0 → 0.8.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.
- package/README.md +2 -2
- package/package.json +3 -5
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ A DSH `dsh.bundle` that contributes a workspace file explorer page to the
|
|
|
42
42
|
|
|
43
43
|
## Install
|
|
44
44
|
|
|
45
|
-
The package version is `@yiln-dsh/dsh-plugin-file-explorer@0.8.
|
|
45
|
+
The package version is `@yiln-dsh/dsh-plugin-file-explorer@0.8.1`.
|
|
46
46
|
|
|
47
47
|
The right-panel package must be installed in the same `web` profile:
|
|
48
48
|
|
|
@@ -59,7 +59,7 @@ pnpm pack
|
|
|
59
59
|
```
|
|
60
60
|
|
|
61
61
|
```bash
|
|
62
|
-
dsh plugin --profile web add ./yiln-dsh-dsh-plugin-file-explorer-0.8.
|
|
62
|
+
dsh plugin --profile web add ./yiln-dsh-dsh-plugin-file-explorer-0.8.1.tgz
|
|
63
63
|
```
|
|
64
64
|
|
|
65
65
|
### npm package
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yiln-dsh/dsh-plugin-file-explorer",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
"client": {
|
|
20
20
|
"inject": [
|
|
21
21
|
"@yiln-dsh/dsh-plugin-right-panel",
|
|
22
|
-
"@deepseek-ai/dsh-client-runtime",
|
|
23
22
|
"@deepseek-ai/dsh-client-ui-layout",
|
|
24
23
|
"@deepseek-ai/dsh-client-ui-renderer"
|
|
25
24
|
],
|
|
@@ -34,9 +33,8 @@
|
|
|
34
33
|
],
|
|
35
34
|
"peerDependencies": {
|
|
36
35
|
"@deepseek-ai/cordis": ">=4.0.0",
|
|
37
|
-
"@deepseek-ai/dsh-client-
|
|
38
|
-
"@deepseek-ai/dsh-client-ui-
|
|
39
|
-
"@deepseek-ai/dsh-client-ui-renderer": ">=0.1.0-rc.0",
|
|
36
|
+
"@deepseek-ai/dsh-client-ui-layout": ">=0.1.2-rc.1",
|
|
37
|
+
"@deepseek-ai/dsh-client-ui-renderer": ">=0.1.2-rc.1",
|
|
40
38
|
"@yiln-dsh/dsh-plugin-right-panel": ">=0.1.0"
|
|
41
39
|
},
|
|
42
40
|
"engines": {
|