Skip to content

Commit d83f534

Browse files
committed
chore: bump version 1.0.266 → 1.0.270 and add webview documentation
(cherry picked from commit 2aa9711)
1 parent 31e9855 commit d83f534

9 files changed

Lines changed: 1125 additions & 5377 deletions

File tree

package-lock.json

Lines changed: 1083 additions & 5371 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deepv-code",
3-
"version": "1.0.266",
3+
"version": "1.0.270",
44
"engines": {
55
"node": ">=20.0.0"
66
},

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deepv-code-cli",
3-
"version": "1.0.266",
3+
"version": "1.0.270",
44
"description": "DeepV Code - AI-powered coding assistant with enhanced capabilities",
55
"repository": {
66
"type": "git",

packages/cli/src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deepv-code",
3-
"version": "1.0.266",
3+
"version": "1.0.270",
44
"description": "DeepV Code - AI-powered coding assistant with enhanced capabilities",
55
"repository": {
66
"type": "git",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deepv-code-core",
3-
"version": "1.0.266",
3+
"version": "1.0.270",
44
"description": "DeepV Code Core - Core functionality for AI-powered coding assistant",
55
"repository": {
66
"type": "git",

packages/vscode-ide-companion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "deepv-code-vscode-companion",
33
"displayName": "IDE Companion for DeepV Code CLI",
44
"description": "Integrate DeepV Code CLI seamlessly with your VS Code workspace.",
5-
"version": "1.0.266",
5+
"version": "1.0.270",
66
"publisher": "DeepX",
77
"icon": "assets/icon.png",
88
"repository": {

packages/vscode-ui-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "deepv-code-vscode-ui-plugin",
33
"displayName": "DeepV Code for VSCode",
44
"description": "AI-powered programming assistant with visual interface for VS Code",
5-
"version": "1.0.240",
5+
"version": "1.0.270",
66
"publisher": "DeepX",
77
"icon": "assets/icon.png",
88
"repository": {
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Name
2+
### deepv-webview
3+
4+
# Synopsis
5+
6+
7+
# Description
8+
9+
# Example
10+
11+
# Install:
12+
`npm install deepv-webview`
13+
14+
# Test:
15+
`npm test`
16+
17+
#License:
18+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Name
2+
### {{module_name}}
3+
4+
# Synopsis
5+
{{synopsis}}
6+
7+
# Description
8+
9+
# Example
10+
11+
# Install:
12+
`npm install {{module_name}}`
13+
14+
# Test:
15+
`npm test`
16+
17+
#License:
18+
{{license}}

0 commit comments

Comments
 (0)